Searched refs:OnConnectSystemCmd (Results 1 - 10 of 10) sorted by relevance
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
H A D | i_input_method_core.h | 66 virtual int32_t OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) = 0;
|
H A D | input_method_core_proxy.h | 46 int32_t OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) override;
|
H A D | input_method_core_stub.h | 47 int32_t OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) override;
|
H A D | input_method_ability.h | 83 int32_t OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent);
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_core_stub.cpp | 129 int32_t InputMethodCoreStub::OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) in OnConnectSystemCmd() function in OHOS::MiscServices::InputMethodCoreStub 142 auto ret = InputMethodAbility::GetInstance()->OnConnectSystemCmd(channelObject, agent); in OnConnectSystemCmdOnRemote()
|
H A D | input_method_core_proxy.cpp | 62 int32_t InputMethodCoreProxy::OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent)
|
H A D | input_method_ability.cpp | 781 int32_t InputMethodAbility::OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) in OnConnectSystemCmd() function in OHOS::MiscServices::InputMethodAbility
|
/base/inputmethod/imf/services/include/ |
H A D | peruser_session.h | 139 int32_t OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent);
|
/base/inputmethod/imf/services/src/ |
H A D | peruser_session.cpp | 1297 int32_t PerUserSession::OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) 1305 [&data, &channel, &agent] { return data->core->OnConnectSystemCmd(channel, agent); });
|
H A D | input_method_system_ability.cpp | 1615 return session->OnConnectSystemCmd(channel, agent);
|
Completed in 10 milliseconds