Home
last modified time | relevance | path

Searched refs:ConditionChecker (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H A Dcondition_checker.cpp29 ConditionChecker::ConditionChecker(const std::shared_ptr<WorkQueueManager> workQueueManager) in ConditionChecker() function in OHOS::WorkScheduler::ConditionChecker
34 void ConditionChecker::CheckAllStatus() in CheckAllStatus()
42 void ConditionChecker::CheckNetworkStatus() in CheckNetworkStatus()
78 void ConditionChecker::CheckChargerStatus() in CheckChargerStatus()
115 void ConditionChecker::CheckBatteryStatus() in CheckBatteryStatus()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/conditions/
H A Dcondition_checker.h23 class ConditionChecker {
25 explicit ConditionChecker(const std::shared_ptr<WorkQueueManager> workQueueManager);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp1345 ConditionChecker checker(workQueueManager_); in TriggerWorkIfConditionReady()