Home
last modified time | relevance | path

Searched refs:AfterIpc (Results 1 - 4 of 4) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dime_freeze_manager_test.cpp66 freezeManager_->AfterIpc(RequestType::START_INPUT, isSuccess); in TestAttach()
81 freezeManager_->AfterIpc(RequestType::STOP_INPUT, true); in TestDetach()
100 freezeManager_->AfterIpc(RequestType::REQUEST_SHOW, isSuccess); in TestRequestShowInput()
121 freezeManager_->AfterIpc(RequestType::REQUEST_HIDE, isSuccess); in TestRequestHideInput()
138 freezeManager_->AfterIpc(RequestType::NORMAL, true); in TestNormalIPC()
/base/inputmethod/imf/services/include/
H A Dfreeze_manager.h34 void AfterIpc(RequestType type, bool isSuccess);
/base/inputmethod/imf/services/src/
H A Dfreeze_manager.cpp53 void FreezeManager::AfterIpc(RequestType type, bool isSuccess) in AfterIpc() function in OHOS::MiscServices::FreezeManager
H A Dperuser_session.cpp1293 data->freezeMgr->AfterIpc(type, ret == ErrorCode::NO_ERROR);

Completed in 5 milliseconds