Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon.cpp307 … StorageRadar::ReportUserManager("PrepareUserDirs::UserManager::GenerateUserKeys", userId, ret, in PrepareUserDirs()
326 …StorageRadar::ReportUserManager("DestroyUserDirs", userId, errCode, BizStage::BIZ_STAGE_REMOVE_USE… in DestroyUserDirs()
334 StorageRadar::ReportUserManager("DestroyUserDirs::DeleteUserKeys", userId, errCode, in DestroyUserDirs()
348 StorageRadar::ReportUserManager("StartUser", userId, ret, BizStage::BIZ_STAGE_START_USER); in StartUser()
358 StorageRadar::ReportUserManager("StopUser", userId, ret, BizStage::BIZ_STAGE_STOP_USER); in StopUser()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dstorage_radar.h115 …static void ReportUserManager(const std::string &funcName, uint32_t userId, int ret, enum BizStage…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dstorage_radar.cpp84 void StorageRadar::ReportUserManager(const std::string &funcName, uint32_t userId, int ret, in ReportUserManager() function in OHOS::StorageService::StorageRadar