Searched refs:InputMethodCoreProxy (Results 1 – 3 of 3) sorted by relevance
27 InputMethodCoreProxy::InputMethodCoreProxy(const OHOS::sptr<OHOS::IRemoteObject> &impl) in InputMethodCoreProxy() function in OHOS::MiscServices::InputMethodCoreProxy32 InputMethodCoreProxy::~InputMethodCoreProxy() = default;49 int32_t InputMethodCoreProxy::OnSecurityChange(int32_t security) in OnSecurityChange()63 int32_t InputMethodCoreProxy::StopInputService(bool isTerminateIme) in StopInputService()69 int32_t InputMethodCoreProxy::ShowKeyboard() in ShowKeyboard()74 int32_t InputMethodCoreProxy::HideKeyboard() in HideKeyboard()79 int32_t InputMethodCoreProxy::SetSubtype(const SubProperty &property) in SetSubtype()84 int32_t InputMethodCoreProxy::StopInput(const sptr<IRemoteObject> &channel) in StopInput()89 bool InputMethodCoreProxy::IsEnable() in IsEnable()97 int32_t InputMethodCoreProxy::IsPanelShown(const PanelInfo &panelInfo, bool &isShown) in IsPanelShown()[all …]
29 class InputMethodCoreProxy : public IRemoteProxy<IInputMethodCore> {31 explicit InputMethodCoreProxy(const sptr<IRemoteObject> &object);32 ~InputMethodCoreProxy();34 DISALLOW_COPY_AND_MOVE(InputMethodCoreProxy);50 static inline BrokerDelegator<InputMethodCoreProxy> delegator_;
298 sptr<InputMethodCoreProxy> coreProxy = new InputMethodCoreProxy(coreObject);