Home
last modified time | relevance | path

Searched refs:SendPrivateCommand (Results 1 - 25 of 41) sorted by relevance

12

/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> &privateCommand) = 0;
H A Di_system_cmd_channel.h42 virtual int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) = 0;
H A Dsystem_cmd_channel_proxy.h38 int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
H A Dsystem_cmd_channel_stub.h38 int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
H A Di_input_data_channel.h77 virtual int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) = 0;
H A Dinput_data_channel_proxy.h55 int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
/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::ERROR_EX_PARCELABLE; in SendPrivateCommandOnRemote()
H A Dsystem_cmd_channel_proxy.cpp30 int32_t SystemCmdChannelProxy::SendPrivateCommand( in SendPrivateCommand() function in OHOS::MiscServices::SystemCmdChannelProxy
H A Dime_system_channel.cpp218 int32_t ImeSystemCmdChannel::SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) in SendPrivateCommand() function in OHOS::MiscServices::ImeSystemCmdChannel
231 return agent->SendPrivateCommand(privateCommand); in SendPrivateCommand()
/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& commandValue) 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;
/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& commandValue) 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;
/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> &privateCommand) = 0;
H A Dinput_method_agent_proxy.h46 int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
H A Dinput_method_agent_stub.h38 int32_t SendPrivateCommand(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) override;
/base/inputmethod/imf/test/fuzztest/imesystemchannel_fuzzer/
H A Dimesystemchannel_fuzzer.cpp80 ImeSystemCmdChannel::GetInstance()->SendPrivateCommand(privateCommand); in FuzzPrivateCommand()
/base/inputmethod/imf/test/fuzztest/systemcmdchannelstub_fuzzer/
H A Dsystemcmdchannelstub_fuzzer.cpp65 stub->SendPrivateCommand(privateCommand); in FuzzSystemCmdChannelStub()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dime_system_channel_test.cpp106 * @tc.desc: SystemCmdChannel SendPrivateCommand.
115 auto ret = imeSystemChannel_->SendPrivateCommand(privateCommand); in HWTEST_F()
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_inputmethod_proxy_capi.cpp112 return ErrorCodeConvert(InputMethodController::GetInstance()->SendPrivateCommand(command)); in OH_InputMethodProxy_SendPrivateCommand()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_system_channel.h74 IMF_API int32_t SendPrivateCommand(
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_proxy.cpp74 int32_t InputMethodAgentProxy::SendPrivateCommand( in SendPrivateCommand() function in OHOS::MiscServices::InputMethodAgentProxy
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_imf_adapter.h175 virtual bool SendPrivateCommand(const ArkWebString& commandKey, const ArkWebString& commandValue) = 0;
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h114 bool SendPrivateCommand(const std::string& commandKey, const std::string& commandValue) override;
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.cpp40 DECLARE_NAPI_FUNCTION("sendPrivateCommand", SendPrivateCommand), in Init()
206 napi_value JsKeyboardPanelManager::SendPrivateCommand(napi_env env, napi_callback_info info) in SendPrivateCommand() function in OHOS::MiscServices::JsKeyboardPanelManager
224 int32_t code = ImeSystemCmdChannel::GetInstance()->SendPrivateCommand(ctxt->privateCommand); in SendPrivateCommand()
233 // 1 means JsAPI:SendPrivateCommand has 1 params at most. in SendPrivateCommand()
235 return asyncCall.Call(env, exec, "SendPrivateCommand"); in SendPrivateCommand()

Completed in 7 milliseconds

12