Home
last modified time | relevance | path

Searched refs:ReceivePrivateCommand (Results 1 - 25 of 34) sorted by relevance

12

/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dvirtual_listener_test.cpp108 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 Dnative_text_changed_listener_test.cpp55 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 Dime_system_channel_test.cpp29 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 Ditypes_util_test.cpp72 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 Dprivate_command_interface.h26 virtual int32_t ReceivePrivateCommand(
/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/
H A Dinput_method_engine_listener.h35 virtual void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) = 0;
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_system_channel.h34 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 Dinput_method_controller.h72 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 Dimf_adapter_impl_test.cpp381 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 Dcj_input_method_textchanged_listener.h41 int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
/base/inputmethod/imf/test/common/include/
H A Dinput_method_engine_listener_impl.h54 void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
H A Dtext_listener.h49 int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_textchange_listener.h50 int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
H A Djs_get_input_method_textchange_listener.cpp83 int32_t JsGetInputMethodTextChangedListener::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::JsGetInputMethodTextChangedListener
/base/inputmethod/imf/frameworks/cj/src/
H A Dcj_input_method_textchanged_listener.cpp83 int32_t CjInputMethodTextChangedListener::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::CjInputMethodTextChangedListener
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dsystem_cmd_channel_stub.cpp39 return ImeSystemCmdChannel::GetInstance()->ReceivePrivateCommand(privateCommand); in SendPrivateCommand()
H A Dime_system_channel.cpp206 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 Dnative_text_changed_listener.h36 int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
/base/inputmethod/imf/test/fuzztest/imesystemchannel_fuzzer/
H A Dimesystemchannel_fuzzer.cpp81 ImeSystemCmdChannel::GetInstance()->ReceivePrivateCommand(privateCommand); in FuzzPrivateCommand()
/base/inputmethod/imf/test/common/src/
H A Dinput_method_engine_listener_impl.cpp68 void InputMethodEngineListenerImpl::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::InputMethodEngineListenerImpl
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h82 int32_t ReceivePrivateCommand(
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.h84 void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_stub.cpp112 auto ret = InputMethodAbility::GetInstance()->ReceivePrivateCommand(privateCommand); in SendPrivateCommandOnRemote()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.h57 void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h87 int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;

Completed in 9 milliseconds

12