/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | system_cmd_channel_stub.cpp | 36 int32_t SystemCmdChannelStub::SendPrivateCommand( in SendPrivateCommand() function in OHOS::MiscServices::SystemCmdChannelStub 49 …return reply.WriteInt32(SendPrivateCommand(privateCommand)) ? ErrorCode::NO_ERROR : ErrorCode::ERR… in SendPrivateCommandOnRemote()
|
H A D | ime_system_channel.cpp | 219 int32_t ImeSystemCmdChannel::SendPrivateCommand( in SendPrivateCommand() function in OHOS::MiscServices::ImeSystemCmdChannel 233 return agent->SendPrivateCommand(privateCommand); in SendPrivateCommand()
|
H A D | system_cmd_channel_proxy.cpp | 30 int32_t SystemCmdChannelProxy::SendPrivateCommand( in SendPrivateCommand() function in OHOS::MiscServices::SystemCmdChannelProxy
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_imfadapter_wrapper.cpp | 83 bool ArkIMFAdapterWrapper::SendPrivateCommand(const std::string& commandKey, const std::string& com… in SendPrivateCommand() function in OHOS::ArkWeb::ArkIMFAdapterWrapper 87 auto result = ctocpp_->SendPrivateCommand(keyStr, valueStr); in SendPrivateCommand()
|
H A D | ark_imfadapter_wrapper.h | 44 … bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_imf_adapter_impl.cpp | 82 bool ArkIMFAdapterImpl::SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& comm… in SendPrivateCommand() function in OHOS::ArkWeb::ArkIMFAdapterImpl 87 return real_->SendPrivateCommand(key, value); in SendPrivateCommand()
|
H A D | ark_imf_adapter_impl.h | 44 …bool SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& commandValue) override;
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | private_command_interface.h | 25 …virtual int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privat…
|
H A D | i_system_cmd_channel.h | 42 …virtual int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privat…
|
H A D | system_cmd_channel_proxy.h | 38 …int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand…
|
H A D | system_cmd_channel_stub.h | 38 …int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand…
|
H A D | i_input_data_channel.h | 78 …virtual int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privat…
|
H A D | input_data_channel_proxy.h | 55 …int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand…
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_controller_test.cpp | 1341 ret = inputMethodController_->SendPrivateCommand(privateCommand); 1361 auto ret = inputMethodController_->SendPrivateCommand(privateCommand); 1366 ret = inputMethodController_->SendPrivateCommand(privateCommand); 1389 ret = inputMethodController_->SendPrivateCommand(privateCommand); 1416 ret = inputMethodController_->SendPrivateCommand(privateCommand); 1445 ret = inputMethodController_->SendPrivateCommand(privateCommand); 1498 ret = inputMethodController_->SendPrivateCommand(privateCommand); 1524 ret = inputMethodController_->SendPrivateCommand(privateCommand1); 1526 ret = inputMethodController_->SendPrivateCommand(privateCommand2); 1528 ret = inputMethodController_->SendPrivateCommand(privateCommand3);
|
H A D | ime_system_channel_test.cpp | 115 auto ret = imeSystemChannel_->SendPrivateCommand(privateCommand);
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
H A D | i_input_method_agent.h | 53 …virtual int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privat…
|
H A D | input_method_agent_proxy.h | 46 …int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand…
|
H A D | input_method_agent_stub.h | 40 …int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand…
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/systemcmdchannelstub_fuzzer/ |
H A D | systemcmdchannelstub_fuzzer.cpp | 65 stub->SendPrivateCommand(privateCommand); in FuzzSystemCmdChannelStub()
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/ |
H A D | js_keyboard_panel_manager.cpp | 40 DECLARE_NAPI_FUNCTION("sendPrivateCommand", SendPrivateCommand), in Init() 207 napi_value JsKeyboardPanelManager::SendPrivateCommand(napi_env env, napi_callback_info info) in SendPrivateCommand() function in OHOS::MiscServices::JsKeyboardPanelManager 225 int32_t code = ImeSystemCmdChannel::GetInstance()->SendPrivateCommand(ctxt->privateCommand); in SendPrivateCommand()
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/imesystemchannel_fuzzer/ |
H A D | imesystemchannel_fuzzer.cpp | 80 ImeSystemCmdChannel::GetInstance()->SendPrivateCommand(privateCommand); in FuzzPrivateCommand()
|
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
H A D | ime_system_channel.h | 74 IMF_API int32_t SendPrivateCommand(
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_inputmethod_proxy_capi.cpp | 112 return ErrorCodeConvert(InputMethodController::GetInstance()->SendPrivateCommand(command)); in OH_InputMethodProxy_SendPrivateCommand()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_imf_adapter.h | 178 …virtual bool SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& commandValue) …
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
H A D | imf_adapter_impl.h | 116 … bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) override;
|