Searched refs:InputMethodSystemAbilityProxy (Results 1 – 5 of 5) sorted by relevance
28 InputMethodSystemAbilityProxy::InputMethodSystemAbilityProxy(const sptr<IRemoteObject> &object) in InputMethodSystemAbilityProxy() function in OHOS::MiscServices::InputMethodSystemAbilityProxy55 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 …]
41 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_;
43 static sptr<InputMethodSystemAbilityProxy> imsaProxy_;57 imsaProxy_ = new InputMethodSystemAbilityProxy(serviceStub->AsObject()); in SetUpTestCase()91 sptr<InputMethodSystemAbilityProxy> InputMethodAttachTest::imsaProxy_;
68 static sptr<InputMethodSystemAbilityProxy> imsaProxy_;129 imsaProxy_ = new (std::nothrow) InputMethodSystemAbilityProxy(serviceStub->AsObject()); in SetUpTestCase()243 sptr<InputMethodSystemAbilityProxy> InputMethodAbilityTest::imsaProxy_;
129 static sptr<InputMethodSystemAbilityProxy> imsaProxy_;237 sptr<InputMethodSystemAbilityProxy> InputMethodControllerTest::imsaProxy_;279 imsaProxy_ = new (std::nothrow) InputMethodSystemAbilityProxy(serviceStub->AsObject()); in SetUpTestCase()