Home
last modified time | relevance | path

Searched refs:RemoveWhiteCommonEvent (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Dicollect_plugin.h40 virtual void RemoveWhiteCommonEvent() {} in RemoveWhiteCommonEvent() function
H A Ddevice_status_collect_manager.h53 void RemoveWhiteCommonEvent();
H A Dcommon_event_collect.h60 void RemoveWhiteCommonEvent() override;
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrcoverage_fuzzer/
H A Dsamgrcoverage_fuzzer.cpp75 saMgr->RemoveWhiteCommonEvent(); in FuzzOndemandLoad()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp67 void DeviceStatusCollectManager::RemoveWhiteCommonEvent() in RemoveWhiteCommonEvent() function in OHOS::DeviceStatusCollectManager
70 collectPluginMap_[COMMON_EVENT]->RemoveWhiteCommonEvent(); in RemoveWhiteCommonEvent()
H A Dcommon_event_collect.cpp53 void CommonEventCollect::RemoveWhiteCommonEvent() in RemoveWhiteCommonEvent() function in OHOS::CommonEventCollect
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_status_collect_manager_test.cpp395 collect->RemoveWhiteCommonEvent();
426 collect->RemoveWhiteCommonEvent();
H A Dcommon_event_collect_test.cpp794 commonEventCollect->RemoveWhiteCommonEvent();
H A Dsystem_ability_mgr_new_test.cpp767 saMgr->RemoveWhiteCommonEvent();
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h180 void RemoveWhiteCommonEvent();
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp162 void SystemAbilityManager::RemoveWhiteCommonEvent() in RemoveWhiteCommonEvent() function in OHOS::SystemAbilityManager
165 collectManager_->RemoveWhiteCommonEvent(); in RemoveWhiteCommonEvent()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp858 SystemAbilityManager::GetInstance()->RemoveWhiteCommonEvent(); in GetAbnormallyDiedAbilityLocked()