Home
last modified time | relevance | path

Searched refs:ConnectSystemCmd (Results 1 - 12 of 12) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dime_system_channel_test.cpp62 imeSystemChannel_->ConnectSystemCmd(nullptr); in TearDownTestCase()
79 * @tc.desc: SystemCmdChannel ConnectSystemCmd.
86 auto ret = imeSystemChannel_->ConnectSystemCmd(sysCmdListener_); in HWTEST_F()
92 * @tc.desc: SystemCmdChannel ConnectSystemCmd.
100 auto ret = imeSystemChannel_->ConnectSystemCmd(sysCmdListener_); in HWTEST_F()
/base/inputmethod/imf/test/fuzztest/imesystemchannel_fuzzer/
H A Dimesystemchannel_fuzzer.cpp47 ImeSystemCmdChannel::GetInstance()->ConnectSystemCmd(listener); in FuzzConnectSystemCmd()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_system_ability_proxy.h78 int32_t ConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) override;
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_system_channel.h63 IMF_API int32_t ConnectSystemCmd(const sptr<OnSystemCmdListener> &listener);
/base/inputmethod/imf/services/include/
H A Di_input_method_system_ability.h79 virtual int32_t ConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) = 0;
H A Dinput_method_system_ability.h84 int32_t ConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) override;
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.cpp45 DECLARE_NAPI_FUNCTION("connectSystemCmd", ConnectSystemCmd), in Init()
75 napi_value JsKeyboardPanelManager::ConnectSystemCmd(napi_env env, napi_callback_info info) in ConnectSystemCmd() function in OHOS::MiscServices::JsKeyboardPanelManager
80 auto ret = ImeSystemCmdChannel::GetInstance()->ConnectSystemCmd(manager); in ConnectSystemCmd()
82 CHECK_RETURN_VOID(ret == ErrorCode::NO_ERROR, "ConnectSystemCmd return error!"); in ConnectSystemCmd()
85 // 0 means JsAPI:ConnectSystemCmd has 0 params at most. in ConnectSystemCmd()
87 return asyncCall.Call(env, exec, "ConnectSystemCmd"); in ConnectSystemCmd()
H A Djs_keyboard_panel_manager.h78 static napi_value ConnectSystemCmd(napi_env env, napi_callback_info info);
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp99 int32_t ImeSystemCmdChannel::ConnectSystemCmd(const sptr<OnSystemCmdListener> &listener) in ConnectSystemCmd() function in OHOS::MiscServices::ImeSystemCmdChannel
132 int32_t ret = proxy->ConnectSystemCmd(systemChannelStub_->AsObject(), agent); in RunConnectSystemCmd()
H A Dinput_method_system_ability_proxy.cpp47 int32_t InputMethodSystemAbilityProxy::ConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) in ConnectSystemCmd() function in OHOS::InputMethodSystemAbilityProxy
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability_stub.cpp412 int32_t ret = ConnectSystemCmd(systemCmdStub, agent); in ConnectSystemCmdOnRemote()
H A Dinput_method_system_ability.cpp1602 int32_t InputMethodSystemAbility::ConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent)

Completed in 8 milliseconds