Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp565 auto commonCollect = commonCollect_.promote(); in ProcessEvent() local
566 if (commonCollect == nullptr) { in ProcessEvent()
571 commonCollect->RemoveOnDemandReasonExtraData(extraDataId); in ProcessEvent()
575 if (!commonCollect->CreateCommonEventSubscriber()) { in ProcessEvent()
580 sptr<CommonEventListener> listener = new CommonEventListener(commonCollect); in ProcessEvent()