Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h274 bool FindWork(int32_t uid);
275 bool FindWork(const int32_t userId, const std::string &bundleName);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_bundle_group_change_callback.cpp46 if (!policy->FindWork(userId, bundleName)) { in OnAppGroupChanged()
H A Dwork_standby_state_change_callback.cpp69 if (!policy->FindWork(uid)) { in OnAllowListChanged()
H A Dwork_policy_manager.cpp854 bool WorkPolicyManager::FindWork(int32_t uid) in FindWork() function in OHOS::WorkScheduler::WorkPolicyManager
861 bool WorkPolicyManager::FindWork(const int32_t userId, const std::string &bundleName) in FindWork() function in OHOS::WorkScheduler::WorkPolicyManager