Home
last modified time | relevance | path

Searched refs:SendPrivateCommand (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dsystem_cmd_channel_stub.cpp36 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 Dime_system_channel.cpp219 int32_t ImeSystemCmdChannel::SendPrivateCommand( in SendPrivateCommand() function in OHOS::MiscServices::ImeSystemCmdChannel
233 return agent->SendPrivateCommand(privateCommand); in SendPrivateCommand()
H A Dsystem_cmd_channel_proxy.cpp30 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 Dark_imfadapter_wrapper.cpp83 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 Dark_imfadapter_wrapper.h44 … 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 Dark_imf_adapter_impl.cpp82 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 Dark_imf_adapter_impl.h44 …bool SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& commandValue) override;
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dprivate_command_interface.h25 …virtual int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privat…
H A Di_system_cmd_channel.h42 …virtual int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privat…
H A Dsystem_cmd_channel_proxy.h38 …int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand…
H A Dsystem_cmd_channel_stub.h38 …int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand…
H A Di_input_data_channel.h78 …virtual int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privat…
H A Dinput_data_channel_proxy.h55 …int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand…
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp1341 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 Dime_system_channel_test.cpp115 auto ret = imeSystemChannel_->SendPrivateCommand(privateCommand);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Di_input_method_agent.h53 …virtual int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privat…
H A Dinput_method_agent_proxy.h46 …int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand…
H A Dinput_method_agent_stub.h40 …int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand…
/ohos5.0/base/inputmethod/imf/test/fuzztest/systemcmdchannelstub_fuzzer/
H A Dsystemcmdchannelstub_fuzzer.cpp65 stub->SendPrivateCommand(privateCommand); in FuzzSystemCmdChannelStub()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.cpp40 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 Dimesystemchannel_fuzzer.cpp80 ImeSystemCmdChannel::GetInstance()->SendPrivateCommand(privateCommand); in FuzzPrivateCommand()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_system_channel.h74 IMF_API int32_t SendPrivateCommand(
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_inputmethod_proxy_capi.cpp112 return ErrorCodeConvert(InputMethodController::GetInstance()->SendPrivateCommand(command)); in OH_InputMethodProxy_SendPrivateCommand()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_imf_adapter.h178 …virtual bool SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& commandValue) …
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h116 … bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) override;

12