Searched refs:IsInDeviceStandyWhitelist (Results 1 – 5 of 5) sorted by relevance
34 bool IsInDeviceStandyWhitelist(const std::string& bundleName);
68 EXPECT_FALSE(dataManager_->IsInDeviceStandyWhitelist("bundleName4"));
36 bool DataManager::IsInDeviceStandyWhitelist(const std::string& bundleName) in IsInDeviceStandyWhitelist() function in OHOS::WorkScheduler::DataManager
358 if (dataManager->IsInDeviceStandyWhitelist(bundleName_)) { in IsStandbyExemption()
363 … DelayedSingleton<DataManager>::GetInstance()->IsInDeviceStandyWhitelist(topWork->bundleName_)) { in IsSpecialScene()