Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service.cpp43 const uint32_t ALL_DEPENDS_READY = 127; variable
130 if (dependsReady_ == ALL_DEPENDS_READY) { in OnAddSystemAbility()
176 if (dependsReady_ != ALL_DEPENDS_READY) { in OnRemoveSystemAbility()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dbg_efficiency_resources_mgr.cpp46 const uint32_t ALL_DEPENDS_READY = 3; variable
101 if (dependsReady_ == ALL_DEPENDS_READY) { in OnAddSystemAbility()
131 if (dependsReady_ != ALL_DEPENDS_READY) { in OnRemoveSystemAbility()
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp61 const uint32_t ALL_DEPENDS_READY = 127; variable
178 EXPECT_EQ(StandbyService::GetInstance()->dependsReady_, ALL_DEPENDS_READY);