/ohos5.0/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… 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 D | native_text_changed_listener_test.cpp | 55 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 D | ime_system_channel_test.cpp | 29 …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 D | imf_adapter_impl_test.cpp | 387 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 D | ime_system_channel.h | 34 …virtual void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privat… in ReceivePrivateCommand() function 86 int32_t ReceivePrivateCommand(
|
H A D | input_method_controller.h | 72 …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 D | private_command_interface.h | 26 virtual int32_t ReceivePrivateCommand(
|
/ohos5.0/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> &privat…
|
/ohos5.0/base/inputmethod/imf/test/common/include/ |
H A D | input_method_engine_listener_impl.h | 49 …void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand…
|
H A D | text_listener.h | 50 …int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateComm…
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | ime_system_channel.cpp | 207 int32_t ImeSystemCmdChannel::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::ImeSystemCmdChannel 215 cmdlistener->ReceivePrivateCommand(privateCommand); in ReceivePrivateCommand()
|
H A D | system_cmd_channel_stub.cpp | 39 return ImeSystemCmdChannel::GetInstance()->ReceivePrivateCommand(privateCommand); in SendPrivateCommand()
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_textchange_listener.h | 42 …int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateComm…
|
H A D | js_get_input_method_textchange_listener.cpp | 83 int32_t JsGetInputMethodTextChangedListener::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::JsGetInputMethodTextChangedListener
|
/ohos5.0/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> &privateComm…
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/imesystemchannel_fuzzer/ |
H A D | imesystemchannel_fuzzer.cpp | 81 ImeSystemCmdChannel::GetInstance()->ReceivePrivateCommand(privateCommand); in FuzzPrivateCommand()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | on_text_changed_listener_impl.h | 56 int32_t ReceivePrivateCommand(
|
/ohos5.0/base/inputmethod/imf/test/common/src/ |
H A D | input_method_engine_listener_impl.cpp | 67 void InputMethodEngineListenerImpl::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::InputMethodEngineListenerImpl
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
H A D | imf_adapter_impl.h | 82 int32_t ReceivePrivateCommand(
|
/ohos5.0/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…
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.h | 58 …void ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand…
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_agent_stub.cpp | 115 auto ret = InputMethodAbility::GetInstance()->ReceivePrivateCommand(privateCommand); in SendPrivateCommandOnRemote()
|
H A D | input_method_ability.cpp | 564 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 D | input_method_ability.h | 94 …int32_t ReceivePrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateComm…
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | native_text_changed_listener.cpp | 219 int32_t NativeTextChangedListener::ReceivePrivateCommand( in ReceivePrivateCommand() function in OHOS::MiscServices::NativeTextChangedListener
|