Home
last modified time | relevance | path

Searched refs:ReportSecurityInfo (Results 1 - 21 of 21) sorted by relevance

/base/security/security_guard/frameworks/common/collect/test/unittest/src/
H A Ddata_collect_kit_test.cpp34 int32_t ReportSecurityInfo(const struct EventInfoSt *info);
85 * @tc.desc: ReportSecurityInfo with right param
101 int ret = ReportSecurityInfo(&info); in HWTEST_F()
107 * @tc.desc: ReportSecurityInfo with wrong cred
123 int ret = ReportSecurityInfo(&info); in HWTEST_F()
129 * @tc.desc: ReportSecurityInfo with wrong extra
145 int ret = ReportSecurityInfo(&info); in HWTEST_F()
151 * @tc.desc: ReportSecurityInfo with wrong status
167 int ret = ReportSecurityInfo(&info); in HWTEST_F()
173 * @tc.desc: ReportSecurityInfo wit
[all...]
/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()
/base/print/print_fwk/services/print_service/src/
H A Dprint_security_guard_manager.cpp39 ReportSecurityInfo(EVENT_ID, VERSION, securityGuard->ToJsonStr()); in receiveJobStateUpdate()
52 void PrintSecurityGuardManager::ReportSecurityInfo(const int32_t eventId, const std::string version, in ReportSecurityInfo() function in OHOS::Print::PrintSecurityGuardManager
59 int res = OHOS::Security::SecurityGuard::NativeDataCollectKit::ReportSecurityInfo(eventInfo); in ReportSecurityInfo()
/base/customization/enterprise_device_management/common/native/src/
H A Dsecurity_report.cpp27 void SecurityReport::ReportSecurityInfo(const std::string &bundleName, const std::string &abilityName, in ReportSecurityInfo() function in OHOS::EDM::SecurityReport
46 int32_t ret = OHOS::Security::SecurityGuard::NativeDataCollectKit::ReportSecurityInfo(eventInfo); in ReportSecurityInfo()
48 EDMLOGE("SecurityReport::ReportSecurityInfo ret: %{public}d", ret); in ReportSecurityInfo()
/base/security/security_guard/interfaces/inner_api/collect/include/
H A Dsg_collect_client.h30 int32_t ReportSecurityInfo(const struct EventInfoSt *info);
40 static int32_t ReportSecurityInfo(const std::shared_ptr<EventInfo> &info);
/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, int32_t result) in ReportSecurityInfo() function in OHOS::AccountSA::AccountInfoReport
60 NativeDataCollectKit::ReportSecurityInfo(eventInfo); in ReportSecurityInfo()
/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 in OHOS::Security::SecurityGuard::NativeDataCollectKit
/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 result);
/base/security/security_guard/frameworks/common/collect/src/
H A Dsg_collect_client.cpp81 int32_t NativeDataCollectKit::ReportSecurityInfo(const std::shared_ptr<EventInfo> &info) in ReportSecurityInfo() function in OHOS::Security::SecurityGuard::NativeDataCollectKit
136 return OHOS::Security::SecurityGuard::NativeDataCollectKit::ReportSecurityInfo(eventInfo); in ReportSecurityInfoImpl()
143 int32_t ReportSecurityInfo(const struct EventInfoSt *info) in ReportSecurityInfo() function
/base/customization/enterprise_device_management/common/native/include/
H A Dsecurity_report.h45 static void ReportSecurityInfo(const std::string &bundleName, const std::string &abilityName,
/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 content);
/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.cpp94 int32_t SecurityGuardSdkAdaptor::ReportSecurityInfo(const std::shared_ptr<EventInfo> &info) in ReportSecurityInfo() function in OHOS::Security::SecurityGuard::SecurityGuardSdkAdaptor
96 SGLOGD("enter SecurityGuardSdkAdaptor ReportSecurityInfo"); in ReportSecurityInfo()
H A Dsecurity_guard_napi.cpp323 int32_t code = SecurityGuardSdkAdaptor::ReportSecurityInfo(eventInfo); in NapiReportSecurityInfo()
/base/security/security_guard/services/security_collector/src/
H A Dsecurity_collector_run_manager.cpp41 (void)SecurityGuard::NativeDataCollectKit::ReportSecurityInfo(info); in OnNotify()
H A Dsecurity_collector_manager_service.cpp129 (void)SecurityGuard::NativeDataCollectKit::ReportSecurityInfo(info); in Subscribe()
/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()
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp163 return AccountInfoReport::ReportSecurityInfo("", authedAccountId, ReportEvent::EVENT_LOGIN, result); in OnResult()
180 return AccountInfoReport::ReportSecurityInfo("", authedAccountId, ReportEvent::EVENT_LOGIN, ResultCode::FAIL); in OnResult()
195 AccountInfoReport::ReportSecurityInfo("", authedAccountId, ReportEvent::EVENT_LOGIN, result); in OnResult()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp1632 AccountInfoReport::ReportSecurityInfo(osAccountInfo.GetLocalName(), localId, in RetryToGetAccount()
1711 AccountInfoReport::ReportSecurityInfo( in RetryToGetAccount()
/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp1198 SecurityReport::ReportSecurityInfo(bundleName, abilityName, reportInfo); in CreateSecurityContent()
/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp145 AccountInfoReport::ReportSecurityInfo("", userId_, ReportEvent::EVENT_LOGIN, errCode); in OnResult()

Completed in 20 milliseconds