/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | virtual_listener_test.cpp | 108 void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override 125 void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override 191 int32_t ret = VirtualListenerTest::textListener_->ReceivePrivateCommand(privateCommand); in HWTEST_F() 266 VirtualListenerTest::systemCmdListener_->ReceivePrivateCommand(privateCommand); in HWTEST_F() 271 listener->ReceivePrivateCommand(privateCommand); in HWTEST_F()
|
H A D | native_text_changed_listener_test.cpp | 55 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, listener.ReceivePrivateCommand(privateCommand)); in HWTEST_F() 71 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, listener.ReceivePrivateCommand(privateCommand)); in HWTEST_F() 97 int32_t ReceivePrivateCommand( in ReceivePrivateCommand() function 122 EXPECT_EQ(IME_ERR_OK, OH_TextEditorProxy_SetReceivePrivateCommandFunc(textEditorProxy, ReceivePrivateCommand)); in ConstructTextEditorProxy() 140 EXPECT_EQ(0, listener.ReceivePrivateCommand(privateCommand)); in HWTEST_F()
|
H A D | ime_system_channel_test.cpp | 29 void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override 121 * @tc.desc: SystemCmdChannel ReceivePrivateCommand. 134 int32_t ret = imeSystemChannel_->ReceivePrivateCommand(privateCommand); in HWTEST_F()
|
H A D | itypes_util_test.cpp | 72 void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) in ReceivePrivateCommand() function in OHOS::MiscServices::ITypesUtilTest::InputMethodEngineListenerImpl 74 IMSA_HILOGI("InputMethodEngineListenerImpl ReceivePrivateCommand"); in ReceivePrivateCommand()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | private_command_interface.h | 26 virtual int32_t ReceivePrivateCommand(
|
/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/ |
H A D | input_method_engine_listener.h | 35 virtual void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) = 0;
|
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
H A D | ime_system_channel.h | 34 virtual void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) in ReceivePrivateCommand() function in OHOS::MiscServices::OnSystemCmdListener 86 int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
|
H A D | input_method_controller.h | 72 virtual int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) in ReceivePrivateCommand() function in OHOS::MiscServices::OnTextChangedListener 760 int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
|
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
H A D | imf_adapter_impl_test.cpp | 381 listenerTest->ReceivePrivateCommand(privateCommand); in HWTEST_F() 450 listenerTest->ReceivePrivateCommand(privateCommand); in HWTEST_F() 485 listenerTest->ReceivePrivateCommand(privateCommand); in HWTEST_F() 487 listenerTest->ReceivePrivateCommand(privateCommand); in HWTEST_F() 489 listenerTest->ReceivePrivateCommand(privateCommand); in HWTEST_F() 491 listenerTest->ReceivePrivateCommand(privateCommand); in HWTEST_F()
|
/base/inputmethod/imf/frameworks/cj/include/ |
H A D | cj_input_method_textchanged_listener.h | 41 int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
|
/base/inputmethod/imf/test/common/include/ |
H A D | input_method_engine_listener_impl.h | 54 void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
|
H A D | text_listener.h | 49 int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_textchange_listener.h | 50 int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
|
H A D | js_get_input_method_textchange_listener.cpp | 83 int32_t JsGetInputMethodTextChangedListener::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::JsGetInputMethodTextChangedListener
|
/base/inputmethod/imf/frameworks/cj/src/ |
H A D | cj_input_method_textchanged_listener.cpp | 83 int32_t CjInputMethodTextChangedListener::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::CjInputMethodTextChangedListener
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | system_cmd_channel_stub.cpp | 39 return ImeSystemCmdChannel::GetInstance()->ReceivePrivateCommand(privateCommand); in SendPrivateCommand()
|
H A D | ime_system_channel.cpp | 206 int32_t ImeSystemCmdChannel::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::ImeSystemCmdChannel 214 cmdlistener->ReceivePrivateCommand(privateCommand); in ReceivePrivateCommand()
|
/base/inputmethod/imf/frameworks/ndk/include/ |
H A D | native_text_changed_listener.h | 36 int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
|
/base/inputmethod/imf/test/fuzztest/imesystemchannel_fuzzer/ |
H A D | imesystemchannel_fuzzer.cpp | 81 ImeSystemCmdChannel::GetInstance()->ReceivePrivateCommand(privateCommand); in FuzzPrivateCommand()
|
/base/inputmethod/imf/test/common/src/ |
H A D | input_method_engine_listener_impl.cpp | 68 void InputMethodEngineListenerImpl::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::InputMethodEngineListenerImpl
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
H A D | imf_adapter_impl.h | 82 int32_t ReceivePrivateCommand(
|
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/ |
H A D | js_keyboard_panel_manager.h | 84 void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_agent_stub.cpp | 112 auto ret = InputMethodAbility::GetInstance()->ReceivePrivateCommand(privateCommand); in SendPrivateCommandOnRemote()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.h | 57 void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
H A D | input_method_ability.h | 87 int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
|