Home
last modified time | relevance | path

Searched refs:IsExistInPluginMap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp69 if (IsExistInPluginMap(COMMON_EVENT) == ERR_OK) { in RemoveWhiteCommonEvent()
304 int32_t DeviceStatusCollectManager::IsExistInPluginMap(int32_t eventId) in IsExistInPluginMap() function in OHOS::DeviceStatusCollectManager
321 if (IsExistInPluginMap(COMMON_EVENT) != ERR_OK) { in GetOnDemandReasonExtraData()
336 if (IsExistInPluginMap(COMMON_EVENT) != ERR_OK) { in SaveSaExtraDataId()
347 if (IsExistInPluginMap(COMMON_EVENT) != ERR_OK) { in ClearSaExtraDataId()
359 if (IsExistInPluginMap(COMMON_EVENT) != ERR_OK) { in SaveCacheCommonEventSaExtraId()
372 if (IsExistInPluginMap(COMMON_EVENT) != ERR_OK) { in GetSaExtraDataIdList()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_status_collect_manager.h52 int32_t IsExistInPluginMap(int32_t eventId);