Home
last modified time | relevance | path

Searched defs:volumeUuid (Results 1 - 8 of 8) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_manager/storage/test/
H A Dvolume_storage_status_service_test.cpp50 string volumeUuid =""; in HWTEST_F() local
72 string volumeUuid =""; in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dvolume_storage_status_service.cpp34 std::string VolumeStorageStatusService::GetVolumePath(std::string volumeUuid) in GetVolumePath() argument
48 int32_t VolumeStorageStatusService::GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() argument
64 int32_t VolumeStorageStatusService::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume() argument
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dvolume_manager_service.cpp177 std::shared_ptr<VolumeExternal> VolumeManagerService::GetVolumeByUuid(std::string volumeUuid) in GetVolumeByUuid() argument
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_proxy_test.cpp211 std::string volumeUuid = "uuid-1"; in HWTEST_F() local
241 std::string volumeUuid = "uuid-2"; in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_manager_connect.cpp81 int32_t StorageManagerConnect::GetFreeSizeOfVolume(string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() argument
95 int32_t StorageManagerConnect::GetTotalSizeOfVolume(string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume() argument
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp120 int32_t StorageManager::GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() argument
134 int32_t StorageManager::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume() argument
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp571 int32_t StorageManagerProxy::GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() argument
601 int32_t StorageManagerProxy::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_manager_proxy_mock.cpp130 int32_t StorageManagerProxy::GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() argument
135 int32_t StorageManagerProxy::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume() argument

Completed in 12 milliseconds