Home
last modified time | relevance | path

Searched refs:ReceivePrivateCommand (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dvirtual_listener_test.cpp108 …void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand… in ReceivePrivateCommand() function in OHOS::MiscServices::EngineListenerImpl
125 …void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand… in ReceivePrivateCommand() function in OHOS::MiscServices::SystemCmdChannelListenerImpl
191 int32_t ret = VirtualListenerTest::textListener_->ReceivePrivateCommand(privateCommand);
266 VirtualListenerTest::systemCmdListener_->ReceivePrivateCommand(privateCommand);
271 listener->ReceivePrivateCommand(privateCommand);
H A Dnative_text_changed_listener_test.cpp55 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, listener.ReceivePrivateCommand(privateCommand));
71 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, listener.ReceivePrivateCommand(privateCommand));
97 int32_t ReceivePrivateCommand( in ReceivePrivateCommand() function
122 …E_ERR_OK, OH_TextEditorProxy_SetReceivePrivateCommandFunc(textEditorProxy, ReceivePrivateCommand)); in ConstructTextEditorProxy()
140 EXPECT_EQ(0, listener.ReceivePrivateCommand(privateCommand));
H A Dime_system_channel_test.cpp29 …void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand… in ReceivePrivateCommand() function in OHOS::MiscServices::OnSystemCmdListenerImpl
134 int32_t ret = imeSystemChannel_->ReceivePrivateCommand(privateCommand);
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp387 listenerTest->ReceivePrivateCommand(privateCommand);
456 listenerTest->ReceivePrivateCommand(privateCommand);
491 listenerTest->ReceivePrivateCommand(privateCommand);
493 listenerTest->ReceivePrivateCommand(privateCommand);
495 listenerTest->ReceivePrivateCommand(privateCommand);
497 listenerTest->ReceivePrivateCommand(privateCommand);
/ohos5.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> &privat… in ReceivePrivateCommand() function
86 int32_t ReceivePrivateCommand(
H A Dinput_method_controller.h72 …virtual int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &pri… in ReceivePrivateCommand() function
760 int32_t ReceivePrivateCommand(
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dprivate_command_interface.h26 virtual int32_t ReceivePrivateCommand(
/ohos5.0/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> &privat…
/ohos5.0/base/inputmethod/imf/test/common/include/
H A Dinput_method_engine_listener_impl.h49 …void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand…
H A Dtext_listener.h50 …int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateComm…
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp207 int32_t ImeSystemCmdChannel::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::ImeSystemCmdChannel
215 cmdlistener->ReceivePrivateCommand(privateCommand); in ReceivePrivateCommand()
H A Dsystem_cmd_channel_stub.cpp39 return ImeSystemCmdChannel::GetInstance()->ReceivePrivateCommand(privateCommand); in SendPrivateCommand()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_textchange_listener.h42 …int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateComm…
H A Djs_get_input_method_textchange_listener.cpp83 int32_t JsGetInputMethodTextChangedListener::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::JsGetInputMethodTextChangedListener
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_text_changed_listener.h36 …int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateComm…
/ohos5.0/base/inputmethod/imf/test/fuzztest/imesystemchannel_fuzzer/
H A Dimesystemchannel_fuzzer.cpp81 ImeSystemCmdChannel::GetInstance()->ReceivePrivateCommand(privateCommand); in FuzzPrivateCommand()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.h56 int32_t ReceivePrivateCommand(
/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dinput_method_engine_listener_impl.cpp67 void InputMethodEngineListenerImpl::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::InputMethodEngineListenerImpl
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h82 int32_t ReceivePrivateCommand(
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.h84 …void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand…
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.h58 …void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand…
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_stub.cpp115 auto ret = InputMethodAbility::GetInstance()->ReceivePrivateCommand(privateCommand); in SendPrivateCommandOnRemote()
H A Dinput_method_ability.cpp564 imeListener_->ReceivePrivateCommand(textConfig.privateCommand); in InvokeStartInputCallback()
1261 int32_t InputMethodAbility::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::InputMethodAbility
1272 imeListener_->ReceivePrivateCommand(privateCommand); in ReceivePrivateCommand()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h94 …int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateComm…
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_text_changed_listener.cpp219 int32_t NativeTextChangedListener::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::NativeTextChangedListener

12