Home
last modified time | relevance | path

Searched refs:IsIdActive (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/include/
H A Dwork_sched_utils.h39 static bool IsIdActive(int32_t id);
/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/src/
H A Dwork_sched_utils.cpp50 bool WorkSchedUtils::IsIdActive(int32_t id) in IsIdActive() function in OHOS::WorkScheduler::WorkSchedUtils
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_status.cpp188 if (userId_ > 0 && !WorkSchedUtils::IsIdActive(userId_)) { in IsSameUser()
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp635 bool res = WorkSchedUtils::IsIdActive(0);