Home
last modified time | relevance | path

Searched refs:EventInfoSt (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/security_guard/interfaces/inner_api/collect/test/unittest/src/
H A Ddata_collect_kit_test.cpp33 int32_t ReportSecurityInfo(const struct EventInfoSt *info);
34 int32_t ReportSecurityInfoAsync(const struct EventInfoSt *info);
93 EventInfoSt info;
115 EventInfoSt info;
137 EventInfoSt info;
159 EventInfoSt info;
181 EventInfoSt info;
215 EventInfoSt info;
/ohos5.0/base/security/security_guard/interfaces/inner_api/common/include/
H A Dsecurity_guard_api.h29 typedef struct EventInfoSt { struct
34 } EventInfoSt; argument
/ohos5.0/base/security/security_guard/test/fuzztest/collect/reportsecurityinfo_fuzzer/
H A Dreport_security_info_fuzzer.cpp27 extern "C" int32_t ReportSecurityInfo(const struct EventInfoSt *info);
33 EventInfoSt info; in ReportSecurityInfoFuzzTest()
/ohos5.0/base/security/security_guard/interfaces/inner_api/collect/include/
H A Dsg_collect_client.h31 int32_t ReportSecurityInfo(const struct EventInfoSt *info);
32 int32_t ReportSecurityInfoAsync(const struct EventInfoSt *info);
/ohos5.0/base/security/security_guard/interfaces/inner_api/collect/src/
H A Dsg_collect_client.cpp123 static int32_t ReportSecurityInfoImpl(const struct EventInfoSt *info, bool isSync) in ReportSecurityInfoImpl()
149 int32_t ReportSecurityInfo(const struct EventInfoSt *info) in ReportSecurityInfo()
154 int32_t ReportSecurityInfoAsync(const struct EventInfoSt *info) in ReportSecurityInfoAsync()