Home
last modified time | relevance | path

Searched refs:IsIdle (Results 1 - 25 of 26) sorted by relevance

12

/base/update/updateservice/services/startup/access/src/
H A Dfirmware_access.cpp42 bool FirmwareAccess::IsIdle() in IsIdle() function in OHOS::UpdateEngine::FirmwareAccess
44 return DelayedSingleton<FirmwareManager>::GetInstance()->IsIdle(); in IsIdle()
H A Ddefault_access.cpp37 bool DefaultAccess::IsIdle() in IsIdle() function in OHOS::UpdateEngine::DefaultAccess
H A Daccess_manager.cpp34 bool AccessManager::IsIdle() in IsIdle() function in OHOS::UpdateEngine::AccessManager
43 if (access != nullptr && !access->IsIdle()) { in IsIdle()
/base/update/updateservice/services/startup/access/include/
H A Daccess_manager.h34 virtual bool IsIdle() = 0;
46 bool IsIdle() final;
H A Di_access.h29 virtual bool IsIdle() = 0;
H A Dfirmware_access.h30 bool IsIdle() final;
H A Ddefault_access.h30 bool IsIdle() final;
/base/update/updateservice/services/startup/manage/src/
H A Dschedule_manager.cpp38 if (accessManager_ != nullptr && !accessManager_->IsIdle()) { in IdleCheck()
/base/update/updateservice/services/firmware/upgrade/flow/include/
H A Dfirmware_manager.h40 bool IsIdle();
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_event_handler.cpp99 bool EventHandler::IsIdle() in IsIdle() function in OHOS::AppExecFwk::EventHandler
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_event_handler.cpp99 bool EventHandler::IsIdle() in IsIdle() function in OHOS::AppExecFwk::EventHandler
/base/notification/eventhandler/test/fuzztest/eventqueueannex_fuzzer/
H A Deventqueueannex_fuzzer.cpp72 eventQueue.IsIdle(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_event_handler.cpp99 bool EventHandler::IsIdle() in IsIdle() function in OHOS::AppExecFwk::EventHandler
/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_event_handler.cpp99 bool EventHandler::IsIdle() in IsIdle() function in OHOS::AppExecFwk::EventHandler
/base/notification/eventhandler/test/systemtest/ems_event_queue_system_test/
H A Dems_event_queue_system_test.cpp116 bool ret = queue->IsIdle(); in HWTEST_F()
/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_ffrt.h112 LOCAL_API bool IsIdle() override;
H A Devent_queue_base.h154 bool IsIdle() override;
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h267 virtual bool IsIdle() = 0;
H A Devent_handler.h1041 bool IsIdle();
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_handler.cpp561 bool EventHandler::IsIdle() in IsIdle() function in OHOS::AppExecFwk::EventHandler
563 return eventRunner_->GetEventQueue()->IsIdle(); in IsIdle()
H A Devent_queue_ffrt.cpp349 bool EventQueueFFRT::IsIdle() in IsIdle() function in OHOS::AppExecFwk::EventQueueFFRT
359 HILOGW("IsIdle is unavailable."); in IsIdle()
375 HILOGW("IsIdle is unavailable."); in IsQueueEmpty()
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/
H A Dems_event_handler_test.cpp2239 * @tc.name: IsIdle
2240 * @tc.desc: check when idle IsIdle return true
2247 bool ret = handler->IsIdle(); in HWTEST_F()
2252 * @tc.name: IsIdle
2253 * @tc.desc: check when idle IsIdle return false
2263 bool ret = handler->IsIdle(); in HWTEST_F()
2268 * @tc.name: IsIdle
2269 * @tc.desc: check when idle IsIdle return false
2279 bool ret = handler->IsIdle(); in HWTEST_F()
2284 * @tc.name: IsIdle
[all...]
/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_manager.cpp128 bool FirmwareManager::IsIdle() in IsIdle() function in OHOS::UpdateEngine::FirmwareManager
131 FIRMWARE_LOGI("FirmwareManager IsIdle checking"); in IsIdle()
138 FIRMWARE_LOGI("FirmwareManager IsIdle:%{public}s", StringUtils::GetBoolStr(isIdle).c_str()); in IsIdle()
/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
H A Dems_event_runner_system_test.cpp1299 bool ret = EventRunner::GetCurrentEventQueue()->IsIdle(); in HWTEST_F()
1369 * @tc.desc: GetEventQueue success and then process IsIdle success
1376 bool ret = runner->GetEventQueue()->IsIdle(); in HWTEST_F()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp1713 * @tc.name: IsIdle
1714 * @tc.desc: check when idle IsIdle return true
1723 * @tc.steps: step1. IsIdle in HWTEST_F()
1724 * @tc.expected: step1. when idle IsIdle return true in HWTEST_F()
1726 bool ret = handler->IsIdle(); in HWTEST_F()
1982 bool re3 = queue.IsIdle(); in HWTEST_F()

Completed in 19 milliseconds

12