Home
last modified time | relevance | path

Searched refs:StorageService (Results 1 - 23 of 23) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_total_status_service.cpp32 using namespace OHOS::StorageService;
51 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in GetSystemSize()
65 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in GetSystemSize()
90 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in GetTotalSize()
104 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in GetTotalSize()
126 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in GetFreeSize()
H A Dstorage_status_service.cpp39 using namespace OHOS::StorageService;
42 using namespace OHOS::StorageService;
207 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in GetUserStorageStats()
223 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in GetUserStorageStats()
241 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in GetUserStorageStats()
255 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in GetUserStorageStats()
294 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in GetCurrentBundleStats()
309 if (userId < 0 || userId > StorageService::MAX_USER_ID) { in GetBundleStats()
314 if (appIndex < 0 || appIndex > StorageService::MAX_APP_INDEX) { in GetBundleStats()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon.cpp57 using namespace OHOS::StorageService;
98 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in Mount()
127 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in UMount()
166 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in Format()
195 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in Partition()
224 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in SetVolumeDescription()
325 if (userId < StorageService::START_APP_CLONE_USER_ID || userId > StorageService::MAX_APP_CLONE_USER_ID) { in RestoreOneUserKey()
375 StorageService::StorageRadar::GetInstance().RecordFuctionResult(parameterRes); in PrepareUserDirs()
392 StorageService in PrepareUserDirs()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dapp_clone_key_manager.cpp32 for (int userId = StorageService::START_APP_CLONE_USER_ID; in ActiveAppCloneUserKey()
33 userId < StorageService::MAX_APP_CLONE_USER_ID; userId++) { in ActiveAppCloneUserKey()
H A Dkey_crypto_utils.cpp25 namespace StorageService { namespace
H A Dhuks_master.cpp662 StorageService::KeyCryptoUtils::ForceLockUserScreen(); in HuksHalTripleStage()
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_crypto_utils.h22 namespace StorageService { namespace
29 } // namespace StorageService
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dset_flag_utils.h22 namespace StorageService { namespace
33 } // namespace StorageService
H A Dstorage_radar.h22 namespace StorageService { namespace
113 } // namespace StorageService
/foundation/filemanagement/storage_service/services/storage_manager/user/src/
H A Dmulti_user_manager_service.cpp37 if (userId < StorageService::START_USER_ID || userId > StorageService::MAX_USER_ID) { in CheckUserIdRange()
/foundation/filemanagement/storage_service/services/storage_manager/include/disk/
H A Ddisk_manager_service.h37 StorageService::StorageRlMap<std::string, std::shared_ptr<Disk>> diskMap_;
/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H A Dvolume_manager.h47 StorageService::StorageRlMap<std::string, std::shared_ptr<VolumeInfo>> volumes_;
/foundation/filemanagement/storage_service/services/storage_manager/account_subscriber/
H A Daccount_subscriber.cpp89 if (userId < StorageService::START_USER_ID || userId > StorageService::MAX_USER_ID) { in ResetUserEventRecord()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dstorage_radar.cpp23 namespace StorageService { namespace
102 } // namespace StorageService
H A Dset_flag_utils.cpp30 namespace StorageService { namespace
/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_constant.h22 namespace StorageService { namespace
H A Dstorage_rl_map.h24 namespace StorageService { namespace
/foundation/filemanagement/storage_service/services/storage_manager/include/volume/
H A Dvolume_manager_service.h47 StorageService::StorageRlMap<std::string, std::shared_ptr<VolumeExternal>> volumeMap_;
/foundation/filemanagement/storage_service/services/storage_daemon/user/test/
H A Duser_manager_test.cpp364 int32_t userId = StorageService::START_USER_ID - 1; in HWTEST_F()
368 userId = StorageService::MAX_USER_ID + 1; in HWTEST_F()
372 userId = StorageService::ZERO_USER; in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Duser_manager.cpp348 if ((userId < StorageService::START_USER_ID && userId != StorageService::ZERO_USER) || in CheckUserIdRange()
349 userId > StorageService::MAX_USER_ID) { in CheckUserIdRange()
H A Dmount_manager.cpp55 using namespace OHOS::StorageService;
336 if (StorageService::StorageRadar::GetInstance().RecordKillProcessResult(ss, ret)) { in UmountFailRadar()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/
H A Dfile_utils_test.cpp275 bool ret = StorageService::StorageRadar::GetInstance().RecordKillProcessResult("", E_OK); in HWTEST_F()
278 ret = StorageService::StorageRadar::GetInstance().RecordKillProcessResult("", E_ERR); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/crypto/
H A Dfilesystem_crypto.cpp40 if (userId < StorageService::START_USER_ID || userId > StorageService::MAX_USER_ID) { in CheckUserIdRange()

Completed in 15 milliseconds