/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/ |
H A D | volume_storage_status_service.cpp | 34 std::string VolumeStorageStatusService::GetVolumePath(std::string volumeUuid) in GetVolumePath() 48 int32_t VolumeStorageStatusService::GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() 64 int32_t VolumeStorageStatusService::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/test/ |
H A D | volume_storage_status_service_test.cpp | 50 string volumeUuid =""; variable 72 string volumeUuid =""; variable
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/ |
H A D | storage_manager_connect.cpp | 82 int32_t StorageManagerConnect::GetFreeSizeOfVolume(string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() 96 int32_t StorageManagerConnect::GetTotalSizeOfVolume(string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/volume/src/ |
H A D | volume_manager_service.cpp | 174 std::shared_ptr<VolumeExternal> VolumeManagerService::GetVolumeByUuid(std::string volumeUuid) in GetVolumeByUuid()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_service_mock.h | 63 virtual int32_t GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) override in GetFreeSizeOfVolume() 68 virtual int32_t GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) override in GetTotalSizeOfVolume()
|
H A D | storage_manager_proxy_test.cpp | 448 std::string volumeUuid = "uuid-1"; variable 473 std::string volumeUuid = "uuid-2"; variable
|
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/ |
H A D | storagemanagerproxymock.h | 60 int32_t GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) override in GetFreeSizeOfVolume() 65 int32_t GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) override in GetTotalSizeOfVolume()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/ |
H A D | mock_storage_manager_service.h | 64 virtual int32_t GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) override in GetFreeSizeOfVolume() 69 virtual int32_t GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) override in GetTotalSizeOfVolume()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/ |
H A D | storage_manager_proxy_mock.cpp | 108 int32_t StorageManagerProxy::GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() 113 int32_t StorageManagerProxy::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager.cpp | 120 int32_t StorageManager::GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() 134 int32_t StorageManager::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/ |
H A D | account_iam_manager_test.cpp | 91 int32_t GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() 96 int32_t GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/ |
H A D | storage_manager_proxy.cpp | 461 int32_t StorageManagerProxy::GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() 491 int32_t StorageManagerProxy::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume()
|