Home
last modified time | relevance | path

Searched refs:InputMethodSystemAbilityProxy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_system_ability_proxy.cpp28 InputMethodSystemAbilityProxy::InputMethodSystemAbilityProxy(const sptr<IRemoteObject> &object) in InputMethodSystemAbilityProxy() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
55 int32_t InputMethodSystemAbilityProxy::ShowCurrentInput() in ShowCurrentInput()
60 int32_t InputMethodSystemAbilityProxy::HideCurrentInput() in HideCurrentInput()
65 int32_t InputMethodSystemAbilityProxy::StopInputSession() in StopInputSession()
88 int32_t InputMethodSystemAbilityProxy::RequestShowInput() in RequestShowInput()
93 int32_t InputMethodSystemAbilityProxy::RequestHideInput() in RequestHideInput()
98 int32_t InputMethodSystemAbilityProxy::InitConnect() in InitConnect()
108 int32_t InputMethodSystemAbilityProxy::SetCoreAndAgent( in SetCoreAndAgent()
175 bool InputMethodSystemAbilityProxy::IsDefaultImeSet() in IsDefaultImeSet()
250 bool InputMethodSystemAbilityProxy::IsCurrentIme() in IsCurrentIme()
[all …]
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_system_ability_proxy.h41 class InputMethodSystemAbilityProxy : public IRemoteProxy<IInputMethodSystemAbility> {
43 explicit InputMethodSystemAbilityProxy(const sptr<IRemoteObject> &object);
44 ~InputMethodSystemAbilityProxy() = default;
45 DISALLOW_COPY_AND_MOVE(InputMethodSystemAbilityProxy);
86 static inline BrokerDelegator<InputMethodSystemAbilityProxy> delegator_;
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_attach_test.cpp43 static sptr<InputMethodSystemAbilityProxy> imsaProxy_;
57 imsaProxy_ = new InputMethodSystemAbilityProxy(serviceStub->AsObject()); in SetUpTestCase()
91 sptr<InputMethodSystemAbilityProxy> InputMethodAttachTest::imsaProxy_;
H A Dinput_method_ability_test.cpp68 static sptr<InputMethodSystemAbilityProxy> imsaProxy_;
129 imsaProxy_ = new (std::nothrow) InputMethodSystemAbilityProxy(serviceStub->AsObject()); in SetUpTestCase()
243 sptr<InputMethodSystemAbilityProxy> InputMethodAbilityTest::imsaProxy_;
H A Dinput_method_controller_test.cpp129 static sptr<InputMethodSystemAbilityProxy> imsaProxy_;
237 sptr<InputMethodSystemAbilityProxy> InputMethodControllerTest::imsaProxy_;
279 imsaProxy_ = new (std::nothrow) InputMethodSystemAbilityProxy(serviceStub->AsObject()); in SetUpTestCase()