/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | ime_system_channel_test.cpp | 62 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 D | imesystemchannel_fuzzer.cpp | 47 ImeSystemCmdChannel::GetInstance()->ConnectSystemCmd(listener); in FuzzConnectSystemCmd()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_system_ability_proxy.h | 78 int32_t ConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) override;
|
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
H A D | ime_system_channel.h | 63 IMF_API int32_t ConnectSystemCmd(const sptr<OnSystemCmdListener> &listener);
|
/base/inputmethod/imf/services/include/ |
H A D | i_input_method_system_ability.h | 79 virtual int32_t ConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) = 0;
|
H A D | input_method_system_ability.h | 84 int32_t ConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) override;
|
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/ |
H A D | js_keyboard_panel_manager.cpp | 45 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 D | js_keyboard_panel_manager.h | 78 static napi_value ConnectSystemCmd(napi_env env, napi_callback_info info);
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | ime_system_channel.cpp | 99 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 D | input_method_system_ability_proxy.cpp | 47 int32_t InputMethodSystemAbilityProxy::ConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) in ConnectSystemCmd() function in OHOS::InputMethodSystemAbilityProxy
|
/base/inputmethod/imf/services/src/ |
H A D | input_method_system_ability_stub.cpp | 412 int32_t ret = ConnectSystemCmd(systemCmdStub, agent); in ConnectSystemCmdOnRemote()
|
H A D | input_method_system_ability.cpp | 1602 int32_t InputMethodSystemAbility::ConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent)
|