Searched refs:commonEventCollect (Results 1 – 5 of 5) sorted by relevance
96 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);148 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);242 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);321 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);337 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);383 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);401 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);418 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);436 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);457 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);[all …]
204 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(nullptr); variable208 collect->collectPluginMap_[COMMON_EVENT] = commonEventCollect;238 collect->collectPluginMap_[COMMON_EVENT] = commonEventCollect;417 commonEventCollect->extraDatas_[1] = extraData;425 collect->collectPluginMap_[COMMON_EVENT] = commonEventCollect;447 commonEventCollect->extraDatas_[1] = extraData;455 collect->collectPluginMap_[COMMON_EVENT] = commonEventCollect;753 collect->collectPluginMap_[COMMON_EVENT] = commonEventCollect;768 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);770 commonEventCollect->SaveOnDemandReasonExtraData(eventData);[all …]
424 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(collectManager); variable425 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);427 collectManager->collectPluginMap_[COMMON_EVENT] = commonEventCollect;429 commonEventCollect->SaveOnDemandReasonExtraData(eventData);
87 CommonEventListener(const sptr<CommonEventCollect>& commonEventCollect);
228 CommonEventListener::CommonEventListener(const sptr<CommonEventCollect>& commonEventCollect) in CommonEventListener() argument229 : commonEventCollect_(commonEventCollect) {} in CommonEventListener()