Home
last modified time | relevance | path

Searched refs:OnConnectSystemCmd (Results 1 - 10 of 10) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Di_input_method_core.h66 virtual int32_t OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) = 0;
H A Dinput_method_core_proxy.h46 int32_t OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) override;
H A Dinput_method_core_stub.h47 int32_t OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent) override;
H A Dinput_method_ability.h83 int32_t OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent);
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_core_stub.cpp129 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 Dinput_method_core_proxy.cpp62 int32_t InputMethodCoreProxy::OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent)
H A Dinput_method_ability.cpp781 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 Dperuser_session.h139 int32_t OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent);
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp1297 int32_t PerUserSession::OnConnectSystemCmd(const sptr<IRemoteObject> &channel, sptr<IRemoteObject> &agent)
1305 [&data, &channel, &agent] { return data->core->OnConnectSystemCmd(channel, agent); });
H A Dinput_method_system_ability.cpp1615 return session->OnConnectSystemCmd(channel, agent);

Completed in 10 milliseconds