Home
last modified time | relevance | path

Searched refs:ReportIamResult (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dstorage_radar.h120 static void ReportIamResult(const std::string &funcName, uint32_t userId, int ret);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Diam_client.cpp85 StorageRadar::ReportIamResult("GetSecureUid", userId, retCode); in GetSecureUid()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dstorage_radar.cpp131 void StorageRadar::ReportIamResult(const std::string &funcName, uint32_t userId, int ret) in ReportIamResult() function in OHOS::StorageService::StorageRadar