Home
last modified time | relevance | path

Searched refs:STOP_INPUT (Results 1 - 7 of 7) sorted by relevance

/base/inputmethod/imf/services/include/
H A Dfreeze_manager.h25 enum class RequestType : int32_t { NORMAL = 0, START_INPUT, STOP_INPUT, REQUEST_SHOW, REQUEST_HIDE }; member in OHOS::MiscServices::RequestType
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Di_input_method_core.h44 STOP_INPUT, enumerator
H A Dinput_method_core_stub.h75 [STOP_INPUT] = &InputMethodCoreStub::StopInputOnRemote,
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dime_freeze_manager_test.cpp75 freezeManager_->BeforeIpc(RequestType::STOP_INPUT); in TestDetach()
81 freezeManager_->AfterIpc(RequestType::STOP_INPUT, true); in TestDetach()
/base/inputmethod/imf/services/src/
H A Dfreeze_manager.cpp64 if (type == RequestType::STOP_INPUT) { in AfterIpc()
H A Dperuser_session.cpp643 auto ret = RequestIme(data, RequestType::STOP_INPUT, in StopImeInput()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_core_proxy.cpp92 return SendRequest(STOP_INPUT, [&channel](MessageParcel &data) { return ITypesUtil::Marshal(data, channel); });

Completed in 5 milliseconds