Searched refs:InputMethodSystemAbilityStub (Results 1 - 6 of 6) sorted by relevance
/base/inputmethod/imf/services/include/ |
H A D | input_method_system_ability_stub.h | 29 class InputMethodSystemAbilityStub : public IRemoteStub<IInputMethodSystemAbility> { class 112 using RequestHandler = int32_t (InputMethodSystemAbilityStub::*)(MessageParcel &, MessageParcel &); 114 &InputMethodSystemAbilityStub::InvalidRequest, 116 &InputMethodSystemAbilityStub::StartInputOnRemote, 118 &InputMethodSystemAbilityStub::ShowCurrentInputOnRemote, 120 &InputMethodSystemAbilityStub::HideCurrentInputOnRemote, 122 &InputMethodSystemAbilityStub::ShowInputOnRemote, 124 &InputMethodSystemAbilityStub::HideInputOnRemote, 126 &InputMethodSystemAbilityStub::StopInputSessionOnRemote, 128 &InputMethodSystemAbilityStub [all...] |
H A D | input_method_system_ability.h | 44 class InputMethodSystemAbility : public SystemAbility, public InputMethodSystemAbilityStub {
|
/base/inputmethod/imf/services/src/ |
H A D | input_method_system_ability_stub.cpp | 35 int32_t InputMethodSystemAbilityStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() 71 int32_t InputMethodSystemAbilityStub::StartInputOnRemote(MessageParcel &data, MessageParcel &reply) in StartInputOnRemote() 86 int32_t InputMethodSystemAbilityStub::ShowCurrentInputOnRemote(MessageParcel &data, MessageParcel &reply) in ShowCurrentInputOnRemote() 92 int32_t InputMethodSystemAbilityStub::HideCurrentInputOnRemote(MessageParcel &data, MessageParcel &reply) in HideCurrentInputOnRemote() 98 int32_t InputMethodSystemAbilityStub::StopInputSessionOnRemote(MessageParcel &data, MessageParcel &reply) in StopInputSessionOnRemote() 104 int32_t InputMethodSystemAbilityStub::ShowInputOnRemote(MessageParcel &data, MessageParcel &reply) in ShowInputOnRemote() 115 int32_t InputMethodSystemAbilityStub::HideInputOnRemote(MessageParcel &data, MessageParcel &reply) in HideInputOnRemote() 126 int32_t InputMethodSystemAbilityStub::ReleaseInputOnRemote(MessageParcel &data, MessageParcel &reply) in ReleaseInputOnRemote() 137 int32_t InputMethodSystemAbilityStub::RequestShowInputOnRemote(MessageParcel &data, MessageParcel &reply) in RequestShowInputOnRemote() 142 int32_t InputMethodSystemAbilityStub [all...] |
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_attach_test.cpp | 66 sptr<InputMethodSystemAbilityStub> serviceStub = imsa_; in SetUpTestCase()
|
H A D | input_method_ability_test.cpp | 129 sptr<InputMethodSystemAbilityStub> serviceStub = imsa_; in SetUpTestCase()
|
H A D | input_method_controller_test.cpp | 279 sptr<InputMethodSystemAbilityStub> serviceStub = imsa_; in SetUpTestCase()
|
Completed in 8 milliseconds