Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_guard/services/security_collector/src/
H A Ddata_collection.cpp55 ret = LoadCollector(eventId, collectorPath, api); in StartCollectors()
83 ret = LoadCollector(eventId, collectorPath, nullptr); in SecurityGuardSubscribeCollector()
139 ErrorCode DataCollection::LoadCollector(int64_t eventId, std::string path, std::shared_ptr<ICollect… in LoadCollector() function in OHOS::Security::SecurityCollector::DataCollection
282 ErrorCode DataCollection::LoadCollector(std::string path, const SecurityEventRuler &ruler, in LoadCollector() function in OHOS::Security::SecurityCollector::DataCollection
322 ret = LoadCollector(collectorPath, ruler, events); in QuerySecurityEvent()
/ohos5.0/base/security/security_guard/services/security_collector/include/
H A Ddata_collection.h45 ErrorCode LoadCollector(int64_t eventId, std::string path, std::shared_ptr<ICollectorFwk> api);
46 …ErrorCode LoadCollector(std::string path, const SecurityEventRuler &ruler, std::vector<SecurityEve…