Home
last modified time | relevance | path

Searched refs:InputMethodCoreProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_core_proxy.cpp27 InputMethodCoreProxy::InputMethodCoreProxy(const OHOS::sptr<OHOS::IRemoteObject> &impl) in InputMethodCoreProxy() function in OHOS::MiscServices::InputMethodCoreProxy
32 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 …]
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_core_proxy.h29 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_;
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_test.cpp298 sptr<InputMethodCoreProxy> coreProxy = new InputMethodCoreProxy(coreObject);