Home
last modified time | relevance | path

Searched refs:IsIdle (Results 1 – 23 of 23) sorted by relevance

/base/update/updateservice/services/startup/access/src/
Dfirmware_access.cpp42 bool FirmwareAccess::IsIdle() in IsIdle() function in OHOS::UpdateEngine::FirmwareAccess
44 return DelayedSingleton<FirmwareManager>::GetInstance()->IsIdle(); in IsIdle()
Daccess_manager.cpp34 bool AccessManager::IsIdle() in IsIdle() function in OHOS::UpdateEngine::AccessManager
43 if (access != nullptr && !access->IsIdle()) { in IsIdle()
Ddefault_access.cpp37 bool DefaultAccess::IsIdle() in IsIdle() function in OHOS::UpdateEngine::DefaultAccess
/base/update/updateservice/services/startup/access/include/
Daccess_manager.h34 virtual bool IsIdle() = 0;
46 bool IsIdle() final;
Di_access.h29 virtual bool IsIdle() = 0;
Dfirmware_access.h30 bool IsIdle() final;
Ddefault_access.h30 bool IsIdle() final;
/base/update/updateservice/services/startup/manage/src/
Dschedule_manager.cpp38 if (accessManager_ != nullptr && !accessManager_->IsIdle()) { in IdleCheck()
/base/update/updateservice/services/firmware/upgrade/flow/include/
Dfirmware_manager.h38 bool IsIdle();
/base/notification/distributed_notification_service/services/test/moduletest/mock/
Dmock_event_handler.cpp99 bool EventHandler::IsIdle() in IsIdle() function in OHOS::AppExecFwk::EventHandler
/base/notification/eventhandler/test/fuzztest/eventqueueannex_fuzzer/
Deventqueueannex_fuzzer.cpp70 eventQueue.IsIdle(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
Dmock_event_handler.cpp99 bool EventHandler::IsIdle() in IsIdle() function in OHOS::AppExecFwk::EventHandler
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
Dmock_event_handler.cpp99 bool EventHandler::IsIdle() in IsIdle() function in OHOS::AppExecFwk::EventHandler
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
Dmock_event_handler.cpp99 bool EventHandler::IsIdle() in IsIdle() function in OHOS::AppExecFwk::EventHandler
/base/notification/eventhandler/test/systemtest/ems_event_queue_system_test/
Dems_event_queue_system_test.cpp115 bool ret = queue->IsIdle();
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_handler.cpp393 bool EventHandler::IsIdle() in IsIdle() function in OHOS::AppExecFwk::EventHandler
395 return eventRunner_->GetEventQueue()->IsIdle(); in IsIdle()
Devent_queue.cpp648 bool EventQueue::IsIdle() in IsIdle() function in OHOS::AppExecFwk::EventQueue
/base/notification/eventhandler/interfaces/inner_api/
Devent_queue.h200 bool IsIdle();
Devent_handler.h942 bool IsIdle();
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/
Dems_event_handler_test.cpp2247 bool ret = handler->IsIdle();
2263 bool ret = handler->IsIdle();
2279 bool ret = handler->IsIdle();
2295 bool ret = handler->IsIdle();
2311 bool ret = handler->IsIdle();
/base/update/updateservice/services/firmware/upgrade/flow/src/
Dfirmware_manager.cpp128 bool FirmwareManager::IsIdle() in IsIdle() function in OHOS::UpdateEngine::FirmwareManager
/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
Dems_event_runner_system_test.cpp1299 bool ret = EventRunner::GetCurrentEventQueue()->IsIdle(); in __anone87e701f3402()
1376 bool ret = runner->GetEventQueue()->IsIdle();
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
Dlib_event_handler_event_queue_test.cpp1652 bool ret = handler->IsIdle();