Searched refs:onDemandSaProfiles (Results 1 – 2 of 2) sorted by relevance
127 std::list<SaProfile> onDemandSaProfiles; variable128 onDemandSaProfiles.push_back(saProfile);129 commonEventCollect->Init(onDemandSaProfiles);348 std::list<SaProfile> onDemandSaProfiles; variable349 onDemandSaProfiles.push_back(saProfile);350 commonEventCollect->Init(onDemandSaProfiles);
131 void CommonEventCollect::Init(const std::list<SaProfile>& onDemandSaProfiles) in Init() argument150 for (auto& profile : onDemandSaProfiles) { in Init()