Searched refs:ReportEvent (Results 1 - 7 of 7) sorted by relevance
/base/account/os_account/services/accountmgr/include/ |
H A D | account_info_report.h | 25 } ReportEvent; typedef 29 static void ReportSecurityInfo(const std::string &user, int32_t id, ReportEvent event, int32_t result);
|
/base/account/os_account/services/accountmgr/src/ |
H A D | account_info_report.cpp | 26 std::string TransformIntoJson(const std::string &user, int32_t id, ReportEvent event, int32_t result) in TransformIntoJson() 47 void AccountInfoReport::ReportSecurityInfo(const std::string &user, int32_t id, ReportEvent event, int32_t result) in ReportSecurityInfo()
|
/base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
H A D | sec_comp_manager.cpp | 491 static void ReportEvent(std::string eventName, HiviewDFX::HiSysEvent::EventType eventType, int32_t scId, in ReportEvent() function 532 ReportEvent("CLICK_INFO_CHECK_FAILED", HiviewDFX::HiSysEvent::EventType::SECURITY, in ReportSecurityComponentClickEvent() 549 ReportEvent("TEMP_GRANT_FAILED", HiviewDFX::HiSysEvent::EventType::FAULT, in ReportSecurityComponentClickEvent()
|
/base/account/os_account/services/accountmgr/src/account_iam/ |
H A D | account_iam_callback.cpp | 163 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 D | inner_os_account_manager.cpp | 1633 ReportEvent::EVENT_LOGOUT, 0); in RetryToGetAccount() 1712 osAccountInfo.GetLocalName(), osAccountInfo.GetLocalId(), ReportEvent::EVENT_LOGIN, 0); in RetryToGetAccount()
|
/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | inner_domain_account_manager.cpp | 145 AccountInfoReport::ReportSecurityInfo("", userId_, ReportEvent::EVENT_LOGIN, errCode);
in OnResult()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 850 DeviceUsageStats::BundleActiveClient::GetInstance().ReportEvent(event, userId); in ReportInfoToResourceSchedule()
|
Completed in 13 milliseconds