Searched refs:STOP_INPUT (Results 1 - 7 of 7) sorted by relevance
/base/inputmethod/imf/services/include/ |
H A D | freeze_manager.h | 25 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 D | i_input_method_core.h | 44 STOP_INPUT, enumerator
|
H A D | input_method_core_stub.h | 75 [STOP_INPUT] = &InputMethodCoreStub::StopInputOnRemote,
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | ime_freeze_manager_test.cpp | 75 freezeManager_->BeforeIpc(RequestType::STOP_INPUT); in TestDetach() 81 freezeManager_->AfterIpc(RequestType::STOP_INPUT, true); in TestDetach()
|
/base/inputmethod/imf/services/src/ |
H A D | freeze_manager.cpp | 64 if (type == RequestType::STOP_INPUT) { in AfterIpc()
|
H A D | peruser_session.cpp | 643 auto ret = RequestIme(data, RequestType::STOP_INPUT, in StopImeInput()
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_core_proxy.cpp | 92 return SendRequest(STOP_INPUT, [&channel](MessageParcel &data) { return ITypesUtil::Marshal(data, channel); });
|
Completed in 5 milliseconds