Home
last modified time | relevance | path

Searched refs:ReportActiveUserKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dapp_clone_key_manager.cpp45 … StorageRadar::ReportActiveUserKey("ActiveUserKey::ActiveAppCloneUserKey", userId, ret, "EL2"); in ActiveAppCloneUserKey()
51 … StorageRadar::ReportActiveUserKey("ActiveUserKey::ActiveAppCloneUserKey", userId, ret, "EL3"); in ActiveAppCloneUserKey()
57 … StorageRadar::ReportActiveUserKey("ActiveUserKey::ActiveAppCloneUserKey", userId, ret, "EL4"); in ActiveAppCloneUserKey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon.cpp684 … StorageRadar::ReportActiveUserKey("ActiveUserKey::ActiveUserKeyAndPrepare", userId, ret, "EL3"); in ActiveUserKeyAndPrepareElX()
690 … StorageRadar::ReportActiveUserKey("ActiveUserKey::ActiveUserKeyAndPrepare", userId, ret, "EL4"); in ActiveUserKeyAndPrepareElX()
696 … StorageRadar::ReportActiveUserKey("ActiveUserKey::ActiveUserKeyAndPrepare", userId, ret, "EL5"); in ActiveUserKeyAndPrepareElX()
731 … StorageRadar::ReportActiveUserKey("ActiveUserKey::ActiveUserKey", userId, ret, "EL2"); in ActiveUserKey()
744 StorageRadar::ReportActiveUserKey("ActiveUserKey::UnlockUserAppKeys", userId, ret, "EL2"); in ActiveUserKey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dstorage_radar.h108 static void ReportActiveUserKey(const std::string &funcName, uint32_t userId, int ret,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dstorage_radar.cpp24 void StorageRadar::ReportActiveUserKey(const std::string &funcName, uint32_t userId, int ret, in ReportActiveUserKey() function in OHOS::StorageService::StorageRadar