Home
last modified time | relevance | path

Searched refs:ClearGroup (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_sched_data_manager.h42 void ClearGroup(const std::string& bundleName, const int32_t userId);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_sched_data_manager_test.cpp125 dataManager_->ClearGroup("bundleName1", userId);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_sched_data_manager.cpp97 void DataManager::ClearGroup(const std::string& bundleName, const int32_t userId) in ClearGroup() function in OHOS::WorkScheduler::DataManager
H A Dwork_policy_manager.cpp347 DelayedSingleton<DataManager>::GetInstance()->ClearGroup(detectorVal->strVal, userId); in OnPolicyChanged()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.h291 void ClearGroup() const;
H A Dp2p_idle_state.cpp39 p2pStateMachine.ClearGroup(); in GoInState()
H A Dp2p_state_machine.cpp1230 void P2pStateMachine::ClearGroup() const in ClearGroup() function in OHOS::Wifi::P2pStateMachine