Home
last modified time | relevance | path

Searched refs:IsInDeviceStandyWhitelist (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_sched_data_manager.h34 bool IsInDeviceStandyWhitelist(const std::string& bundleName);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_sched_data_manager_test.cpp68 EXPECT_FALSE(dataManager_->IsInDeviceStandyWhitelist("bundleName4"));
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_sched_data_manager.cpp36 bool DataManager::IsInDeviceStandyWhitelist(const std::string& bundleName) in IsInDeviceStandyWhitelist() function in OHOS::WorkScheduler::DataManager
H A Dwork_status.cpp358 if (dataManager->IsInDeviceStandyWhitelist(bundleName_)) { in IsStandbyExemption()
H A Dwork_policy_manager.cpp363 … DelayedSingleton<DataManager>::GetInstance()->IsInDeviceStandyWhitelist(topWork->bundleName_)) { in IsSpecialScene()