Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_sched_data_manager_test.cpp106 dataManager_->ClearAllGroup();
121 dataManager_->ClearAllGroup();
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_sched_data_manager.h43 void ClearAllGroup();
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_sched_data_manager.cpp107 void DataManager::ClearAllGroup() in ClearAllGroup() function in OHOS::WorkScheduler::DataManager
H A Dwork_scheduler_service.cpp1261 DelayedSingleton<DataManager>::GetInstance()->ClearAllGroup(); in OnRemoveSystemAbility()