Searched refs:FindGroup (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | work_sched_data_manager_test.cpp | 110 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 D | work_sched_data_manager.h | 41 bool FindGroup(const std::string& bundleName, const int32_t userId, int32_t& appGroup);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_sched_data_manager.cpp | 72 bool DataManager::FindGroup(const std::string& bundleName, const int32_t userId, int32_t& appGroup) in FindGroup() function in OHOS::WorkScheduler::DataManager
|
H A D | work_status.cpp | 413 bool res = DelayedSingleton<DataManager>::GetInstance()->FindGroup(bundleName_, userId_, group); in SetMinInterval()
|