Home
last modified time | relevance | path

Searched defs:collectorType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/security_guard/test/unittest/security_collector/src/
H A Dsecurity_collector_test.cpp238 …ollection::GetInstance(), GetCollectorType).WillOnce([] (int64_t eventId, int32_t& collectorType) { in __anond0c616bb0302()
252 …ollection::GetInstance(), GetCollectorType).WillOnce([] (int64_t eventId, int32_t& collectorType) { in __anond0c616bb0402()
270 …ollection::GetInstance(), GetCollectorType).WillOnce([] (int64_t eventId, int32_t& collectorType) { in __anond0c616bb0502()
292 …ollection::GetInstance(), GetCollectorType).WillOnce([] (int64_t eventId, int32_t& collectorType) { in __anond0c616bb0702()
/ohos5.0/base/security/security_guard/frameworks/common/constants/include/
H A Dsecurity_collector_define.h52 int32_t collectorType; member
/ohos5.0/base/security/security_guard/services/security_collector/src/
H A Ddata_collection.cpp216 ErrorCode DataCollection::GetCollectorType(int64_t eventId, int32_t& collectorType) in GetCollectorType()
H A Dsecurity_collector_manager_service.cpp160 int32_t collectorType = COLLECTOR_NOT_CAN_START; in CollectorStart() local