#include "flutter/shell/platform/linux/fl_keyboard_handler.h"
#include "flutter/shell/platform/embedder/test_utils/key_codes.g.h"
#include "flutter/shell/platform/embedder/test_utils/proc_table_replacement.h"
#include "flutter/shell/platform/linux/fl_engine_private.h"
#include "flutter/shell/platform/linux/fl_method_codec_private.h"
#include "flutter/shell/platform/linux/public/flutter_linux/fl_standard_method_codec.h"
#include "flutter/shell/platform/linux/testing/fl_mock_binary_messenger.h"
#include "flutter/shell/platform/linux/testing/mock_keymap.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Functions | |
TEST (FlKeyboardHandlerTest, KeyboardChannelGetPressedState) | |
Variables | |
static constexpr char | kKeyboardChannelName [] = "flutter/keyboard" |
static constexpr char | kGetKeyboardStateMethod [] = "getKeyboardState" |
constexpr guint16 | kKeyCodeKeyA = 0x26u |
TEST | ( | FlKeyboardHandlerTest | , |
KeyboardChannelGetPressedState | |||
) |
Definition at line 26 of file fl_keyboard_handler_test.cc.
References fl_engine_get_embedder_api(), fl_engine_new_with_binary_messenger(), fl_engine_start(), fl_key_event_new(), fl_keyboard_handler_new(), fl_keyboard_manager_handle_event(), fl_keyboard_manager_handle_event_finish(), fl_keyboard_manager_new(), fl_method_success_response_get_result(), fl_value_equal(), fl_value_new_bool(), fl_value_new_int(), fl_value_new_map(), fl_value_set_string_take(), fl_value_set_take(), kGetKeyboardStateMethod, kKeyboardChannelName, kKeyCodeKeyA, TRUE, and user_data.
|
staticconstexpr |
Definition at line 19 of file fl_keyboard_handler_test.cc.
Referenced by TEST().
|
staticconstexpr |
Definition at line 18 of file fl_keyboard_handler_test.cc.
Referenced by TEST().
|
constexpr |
Definition at line 24 of file fl_keyboard_handler_test.cc.
Referenced by TEST().