Home
last modified time | relevance | path

Searched refs:IsNapReady (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_status.h187 bool IsNapReady(WorkCondition::Type type);
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_status.cpp218 !IsChargerReady(it.first) || !IsNapReady(it.first)) { in IsReady()
346 bool WorkStatus::IsNapReady(WorkCondition::Type type) in IsNapReady() function in OHOS::WorkScheduler::WorkStatus
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_status_test.cpp643 * @tc.desc: Test WorkStatus IsNapReady.
659 bool ret = workStatus_->IsNapReady(WorkCondition::Type::DEEP_IDLE); in HWTEST_F()
665 * @tc.desc: Test WorkStatus IsNapReady.
681 bool ret = workStatus_->IsNapReady(WorkCondition::Type::DEEP_IDLE); in HWTEST_F()

Completed in 3 milliseconds