Home
last modified time | relevance | path

Searched refs:GetEventId (Results 1 - 15 of 15) sorted by relevance

/base/security/security_guard/frameworks/common/collect/src/
H A Devent_info.cpp26 int64_t EventInfo::GetEventId() const in GetEventId() function in OHOS::Security::SecurityGuard::EventInfo
H A Dsg_collect_client.cpp91 int64_t eventId = info->GetEventId(); in ReportSecurityInfo()
/base/security/security_guard/interfaces/inner_api/collect/include/
H A Devent_info.h27 int64_t GetEventId() const;
/base/security/security_guard/services/security_collector/src/
H A Ddata_collection.cpp303 needCloseLibMap_.emplace(ruler.GetEventId(), loader); in LoadCollector()
328 LOGI("QuerySecurityEvent eventId is 0x%{public}" PRIx64, ruler.GetEventId()); in QuerySecurityEvent()
330 ErrorCode ret = GetCollectorPath(ruler.GetEventId(), collectorPath); in QuerySecurityEvent()
332 LOGE("GetCollectorPath failed, eventId is 0x%{public}" PRIx64, ruler.GetEventId()); in QuerySecurityEvent()
337 LOGE("Load collector failed, eventId is 0x%{public}" PRIx64, ruler.GetEventId()); in QuerySecurityEvent()
/base/security/security_guard/test/unittest/security_collector/include/
H A Devent_info.h27 int64_t GetEventId() const { return eventId_; }; in GetEventId() function in OHOS::Security::SecurityGuard::EventInfo
H A Dsecurity_event_ruler.h32 int64_t GetEventId() const { return eventId_; }; in GetEventId() function in OHOS::Security::SecurityCollector::SecurityEventRuler
H A Dsecurity_event.h32 int64_t GetEventId() const { return eventId_; }; in GetEventId() function in OHOS::Security::SecurityCollector::SecurityEvent
/base/security/security_guard/interfaces/inner_api/collector/include/
H A Dsecurity_event_ruler.h32 int64_t GetEventId() const { return eventId_; }; in GetEventId() function in OHOS::Security::SecurityCollector::SecurityEventRuler
H A Dsecurity_event.h32 int64_t GetEventId() const { return eventId_; }; in GetEventId() function in OHOS::Security::SecurityCollector::SecurityEvent
/base/security/security_guard/test/unittest/data_collect/sa/
H A Dsecurity_event_ruler.h32 int64_t GetEventId() const { return eventId_; }; in GetEventId() function in OHOS::Security::SecurityCollector::SecurityEventRuler
H A Dsecurity_event.h32 int64_t GetEventId() const { return eventId_; }; in GetEventId() function in OHOS::Security::SecurityCollector::SecurityEvent
/base/security/security_guard/test/unittest/security_collector/data_collection/include/
H A Dsecurity_event_ruler.h32 int64_t GetEventId() const { return eventId_; }; in GetEventId() function in OHOS::Security::SecurityCollector::SecurityEventRuler
/base/security/security_guard/services/data_collect/sa/
H A Ddata_collect_manager_service.cpp370 bool isSuccess = ConfigDataManager::GetInstance().GetEventConfig(ruler.GetEventId(), config); in QueryEventByRuler()
372 SGLOGE("GetEventConfig error, eventId is 0x%{public}" PRIx64, ruler.GetEventId()); in QueryEventByRuler()
376 std::vector<int64_t> eventIds{ruler.GetEventId()}; in QueryEventByRuler()
388 (void) DatabaseManager::GetInstance().QueryEventByEventId(ruler.GetEventId(), events); in QueryEventByRuler()
420 errEventIds.append(std::to_string(ruler.GetEventId()) + " "); in QuerySecurityEvent()
/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_sdk_adaptor.cpp111 int64_t eventId = info->GetEventId(); in ReportSecurityInfo()
H A Dnapi_security_event_querier.cpp163 napi_value eventId = NapiCreateInt64(env, napiEvents[i].GetEventId()); in OnQuery()

Completed in 6 milliseconds