Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dcommon_event_collect_test.cpp127 std::list<SaProfile> onDemandSaProfiles; variable
128 onDemandSaProfiles.push_back(saProfile);
129 commonEventCollect->Init(onDemandSaProfiles);
348 std::list<SaProfile> onDemandSaProfiles; variable
349 onDemandSaProfiles.push_back(saProfile);
350 commonEventCollect->Init(onDemandSaProfiles);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp131 void CommonEventCollect::Init(const std::list<SaProfile>& onDemandSaProfiles) in Init() argument
150 for (auto& profile : onDemandSaProfiles) { in Init()