Home
last modified time | relevance | path

Searched refs:REQUEST_SHOW (Results 1 - 4 of 4) 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/services/src/
H A Dfreeze_manager.cpp41 if (type == RequestType::START_INPUT || type == RequestType::REQUEST_SHOW) { in BeforeIpc()
58 if (type == RequestType::START_INPUT || type == RequestType::REQUEST_SHOW) { in AfterIpc()
H A Dperuser_session.cpp219 auto ret = RequestIme(data, RequestType::REQUEST_SHOW, [&data] { return data->core->ShowKeyboard(); }); in ShowKeyboard()
387 auto ret = RequestIme(data, RequestType::REQUEST_SHOW, [&data] { return data->core->ShowKeyboard(); }); in OnRequestShowInput()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dime_freeze_manager_test.cpp90 bool ret = freezeManager_->IsIpcNeeded(RequestType::REQUEST_SHOW); in TestRequestShowInput()
94 freezeManager_->BeforeIpc(RequestType::REQUEST_SHOW); in TestRequestShowInput()
100 freezeManager_->AfterIpc(RequestType::REQUEST_SHOW, isSuccess); in TestRequestShowInput()

Completed in 4 milliseconds