Searched refs:InputMethodCoreStub (Results 1 – 7 of 7) sorted by relevance
33 InputMethodCoreStub::InputMethodCoreStub() in InputMethodCoreStub() function in OHOS::MiscServices::InputMethodCoreStub38 InputMethodCoreStub::~InputMethodCoreStub() in ~InputMethodCoreStub()42 int32_t InputMethodCoreStub::OnRemoteRequest( in OnRemoteRequest()67 int32_t InputMethodCoreStub::ShowKeyboard() in ShowKeyboard()72 int32_t InputMethodCoreStub::HideKeyboard() in HideKeyboard()77 int32_t InputMethodCoreStub::StopInputService(bool isTerminateIme) in StopInputService()82 void InputMethodCoreStub::SetMessageHandler(MessageHandler *msgHandler) in SetMessageHandler()225 int32_t InputMethodCoreStub::SetSubtype(const SubProperty &property) in SetSubtype()230 int32_t InputMethodCoreStub::OnSecurityChange(int32_t security) in OnSecurityChange()240 bool InputMethodCoreStub::IsEnable() in IsEnable()[all …]
174 sptr<InputMethodCoreStub> coreStub = new (std::nothrow) InputMethodCoreStub(); in Initialize()
32 class InputMethodCoreStub : public IRemoteStub<IInputMethodCore> {34 DISALLOW_COPY_AND_MOVE(InputMethodCoreStub);35 InputMethodCoreStub();36 virtual ~InputMethodCoreStub();70 [SHOW_KEYBOARD] = &InputMethodCoreStub::ShowKeyboardOnRemote,72 [HIDE_KEYBOARD] = &InputMethodCoreStub::HideKeyboardOnRemote,74 [SET_SUBTYPE] = &InputMethodCoreStub::SetSubtypeOnRemote,75 [START_INPUT] = &InputMethodCoreStub::StartInputOnRemote,76 [STOP_INPUT] = &InputMethodCoreStub::StopInputOnRemote,77 [IS_ENABLE] = &InputMethodCoreStub::IsEnableOnRemote,[all …]
51 sptr<InputMethodCoreStub> stub = new InputMethodCoreStub(); in FuzzCoreStub()
84 sptr<InputMethodCoreStub> coreStub = new (std::nothrow) InputMethodCoreStub(); in FuzzPerUserSession()
262 sptr<InputMethodCoreStub> core = new InputMethodCoreStub();311 sptr<InputMethodCoreStub> core = new InputMethodCoreStub();
286 sptr<InputMethodCoreStub> coreStub = new InputMethodCoreStub();