Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_sched_data_manager_test.cpp110 EXPECT_TRUE(dataManager_->FindGroup("bundleName1", userId, appGroup));
126 EXPECT_FALSE(dataManager_->FindGroup("bundleName1", userId, appGroup));
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_sched_data_manager.h41 bool FindGroup(const std::string& bundleName, const int32_t userId, int32_t& appGroup);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_sched_data_manager.cpp72 bool DataManager::FindGroup(const std::string& bundleName, const int32_t userId, int32_t& appGroup) in FindGroup() function in OHOS::WorkScheduler::DataManager
H A Dwork_status.cpp413 bool res = DelayedSingleton<DataManager>::GetInstance()->FindGroup(bundleName_, userId_, group); in SetMinInterval()