Searched refs:ReportUserKeyResult (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | key_manager.cpp | 119 StorageRadar::ReportUserKeyResult("RestoreDeviceKey", 0, E_GLOBAL_KEY_NULLPTR, "EL1", ""); in RestoreDeviceKey() 168 StorageRadar::ReportUserKeyResult("InitGlobalDeviceKey:MkDir", 0, ret, "EL1", in InitGlobalDeviceKey() 180 StorageRadar::ReportUserKeyResult("InitGlobalDeviceKey:MkDir", 0, ret, "EL1", in InitGlobalDeviceKey() 405 StorageRadar::ReportUserKeyResult("LoadAllUserEl1Key::RestoreUserKey", item.userId, in LoadAllUsersEl1Key() 594 StorageRadar::ReportUserKeyResult("GenerateIntegrityDirs", user, ret, "EL1", ""); in CheckAndFixUserKeyDirectory() 599 StorageRadar::ReportUserKeyResult("GenerateIntegrityDirs", user, ret, "EL2", ""); in CheckAndFixUserKeyDirectory() 680 StorageRadar::ReportUserKeyResult("GenerateUserKeyByType::GenerateAndInstallUserKey", in GenerateUserKeyByType() 1466 StorageRadar::ReportUserKeyResult("InactiveUserElKey", user, ret, "EL2", ""); in UpdateCeEceSeceUserAuth() 1472 StorageRadar::ReportUserKeyResult("InactiveUserElKey", user, ret, "EL3", ""); in UpdateCeEceSeceUserAuth() 1478 StorageRadar::ReportUserKeyResult("InactiveUserElKey", user, ret, "EL4", ""); in UpdateCeEceSeceUserAuth() [all …]
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/ |
H A D | storage_radar.h | 113 static void ReportUserKeyResult(const std::string &funcName, uint32_t userId, int ret,
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | storage_radar.cpp | 68 void StorageRadar::ReportUserKeyResult(const std::string &funcName, uint32_t userId, int ret, in ReportUserKeyResult() function in OHOS::StorageService::StorageRadar
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/ |
H A D | storage_daemon.cpp | 384 StorageRadar::ReportUserKeyResult("InitGlobalKey::InitGlobalDeviceKey", 0, ret, "EL1", ""); in InitGlobalKey() 423 StorageRadar::ReportUserKeyResult("InitGlobalUserKeys", GLOBAL_USER_ID, ret, "EL1", ""); in InitGlobalUserKeys() 433 …StorageRadar::ReportUserKeyResult("InitGlobalUserKeys::PrepareUserDirs", GLOBAL_USER_ID, result, "… in InitGlobalUserKeys()
|