Home
last modified time | relevance | path

Searched refs:ReportSecurityInfo (Results 1 – 22 of 22) 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);
100 int ret = ReportSecurityInfo(&info);
122 int ret = ReportSecurityInfo(&info);
144 int ret = ReportSecurityInfo(&info);
166 int ret = ReportSecurityInfo(&info);
188 int ret = ReportSecurityInfo(&info);
200 int ret = ReportSecurityInfo(nullptr);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_security_guard_manager.cpp48 ReportSecurityInfo(EVENT_ID, VERSION, securityInfo); in receiveJobStateUpdate()
57 void PrintSecurityGuardManager::ReportSecurityInfo(const int32_t eventId, const std::string version, in ReportSecurityInfo() function in OHOS::Print::PrintSecurityGuardManager
64 int res = OHOS::Security::SecurityGuard::NativeDataCollectKit::ReportSecurityInfo(eventInfo); in ReportSecurityInfo()
/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);
40 ReportSecurityInfo(&info); in ReportSecurityInfoFuzzTest()
/ohos5.0/base/customization/enterprise_device_management/common/native/src/
H A Dsecurity_report.cpp27 void SecurityReport::ReportSecurityInfo(const std::string &bundleName, const std::string &abilityNa… in ReportSecurityInfo() function in OHOS::EDM::SecurityReport
46 … int32_t ret = OHOS::Security::SecurityGuard::NativeDataCollectKit::ReportSecurityInfo(eventInfo); in ReportSecurityInfo()
/ohos5.0/base/security/security_guard/interfaces/inner_api/collect/include/
H A Dsg_collect_client.h31 int32_t ReportSecurityInfo(const struct EventInfoSt *info);
41 static int32_t ReportSecurityInfo(const std::shared_ptr<EventInfo> &info);
/ohos5.0/base/security/security_guard/interfaces/inner_api/collect/src/
H A Dsg_collect_client.cpp105 int32_t NativeDataCollectKit::ReportSecurityInfo(const std::shared_ptr<EventInfo> &info) in ReportSecurityInfo() function in OHOS::Security::SecurityGuard::NativeDataCollectKit
139 return OHOS::Security::SecurityGuard::NativeDataCollectKit::ReportSecurityInfo(eventInfo); in ReportSecurityInfoImpl()
149 int32_t ReportSecurityInfo(const struct EventInfoSt *info) in ReportSecurityInfo() function
/ohos5.0/base/security/security_guard/test/unittest/security_collector/include/
H A Dsg_collect_client.h24 static int32_t ReportSecurityInfo(const std::shared_ptr<EventInfo> &info) in ReportSecurityInfo() function
/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_info_report.h29 …static void ReportSecurityInfo(const std::string &user, int32_t id, ReportEvent event, int32_t res…
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_security_guard_manager.h33 …void ReportSecurityInfo(const int32_t eventId, const std::string version, const std::string conten…
/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dsecurity_report.h45 static void ReportSecurityInfo(const std::string &bundleName, const std::string &abilityName,
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_info_report.cpp47 void AccountInfoReport::ReportSecurityInfo(const std::string &user, int32_t id, ReportEvent event, … in ReportSecurityInfo() function in OHOS::AccountSA::AccountInfoReport
/ohos5.0/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_sdk_adaptor.h34 static int32_t ReportSecurityInfo(const std::shared_ptr<EventInfo> &info);
H A Dsecurity_guard_sdk_adaptor.cpp93 int32_t SecurityGuardSdkAdaptor::ReportSecurityInfo(const std::shared_ptr<EventInfo> &info) in ReportSecurityInfo() function in OHOS::Security::SecurityGuard::SecurityGuardSdkAdaptor
H A Dsecurity_guard_napi.cpp318 int32_t code = SecurityGuardSdkAdaptor::ReportSecurityInfo(eventInfo); in NapiReportSecurityInfo()
/ohos5.0/base/security/security_guard/services/security_collector/src/
H A Dsecurity_collector_run_manager.cpp40 (void)SecurityGuard::NativeDataCollectKit::ReportSecurityInfo(info); in OnNotify()
H A Dsecurity_collector_manager_service.cpp106 (void)SecurityGuard::NativeDataCollectKit::ReportSecurityInfo(info); in Subscribe()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/security_guard_report/src/
H A Dcm_security_guard_report.cpp96 int32_t ret = NativeDataCollectKit::ReportSecurityInfo(eventInfo); in CmReportSGRecord()
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp144 …return AccountInfoReport::ReportSecurityInfo("", authedAccountId, ReportEvent::EVENT_LOGIN, result… in OnResult()
167 …return AccountInfoReport::ReportSecurityInfo("", authedAccountId, ReportEvent::EVENT_LOGIN, Result… in OnResult()
174 AccountInfoReport::ReportSecurityInfo("", authedAccountId, ReportEvent::EVENT_LOGIN, result); in OnResult()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp1623 AccountInfoReport::ReportSecurityInfo(osAccountInfo.GetLocalName(), localId, in RetryToGetAccount()
1687 AccountInfoReport::ReportSecurityInfo( in RetryToGetAccount()
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp1100 SecurityReport::ReportSecurityInfo(bundleName, abilityName, reportInfo); in CreateSecurityContent()
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp121 AccountInfoReport::ReportSecurityInfo("", userId_, ReportEvent::EVENT_LOGIN, errCode); in OnResult()
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map245 …"OHOS::AccountSA::AccountInfoReport::ReportSecurityInfo(std::__h::basic_string<char, std::__h::cha…