Home
last modified time | relevance | path

Searched refs:GetTotalSizeOfVolume (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dvolume_storage_status_service.h29 int32_t GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_statistics_napi.cpp31 DECLARE_NAPI_FUNCTION("getTotalSizeOfVolume", GetTotalSizeOfVolume), in StorageStatisticsExport()
H A Dstorage_manager_connect.cpp96 int32_t StorageManagerConnect::GetTotalSizeOfVolume(string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume() function in OHOS::StorageManager::StorageManagerConnect
107 return storageManager_->GetTotalSizeOfVolume(volumeUuid, totalSize); in GetTotalSizeOfVolume()
H A Dstorage_statistics_n_exporter.cpp40 napi_value GetTotalSizeOfVolume(napi_env env, napi_callback_info info) in GetTotalSizeOfVolume() function
63 …t errNum = DelayedSingleton<StorageManagerConnect>::GetInstance()->GetTotalSizeOfVolume(uuidString, in GetTotalSizeOfVolume()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/test/
H A Dvolume_storage_status_service_test.cpp74 int32_t result = service->GetTotalSizeOfVolume(volumeUuid, totalSize);
/ohos5.0/foundation/filemanagement/storage_service/interfaces/kits/js/storage_manager/include/
H A Dstorage_statistics_n_exporter.h25 napi_value GetTotalSizeOfVolume(napi_env env, napi_callback_info info);
H A Dstorage_manager_connect.h35 int32_t GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dvolume_storage_status_service.cpp64 int32_t VolumeStorageStatusService::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume() function in OHOS::StorageManager::VolumeStorageStatusService
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxy_fuzzer.cpp112 proxy->GetTotalSizeOfVolume(metaData, metaData4); in StorageManagerProxyGetFuzzTest()
H A Dstoragemanagerproxymock.h65 int32_t GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) override in GetTotalSizeOfVolume() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_mock.h33 MOCK_METHOD2(GetTotalSizeOfVolume, int32_t(std::string, int64_t &));
H A Dstorage_manager_service_mock.h68 virtual int32_t GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) override in GetTotalSizeOfVolume() function
H A Dstorage_manager_proxy_test.cpp480 int32_t result = proxy_->GetTotalSizeOfVolume(volumeUuid, totalSize);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp134 int32_t StorageManager::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume() function in OHOS::StorageManager::StorageManager
141 int32_t err = volumeStatsManager->GetTotalSizeOfVolume(volumeUuid, totalSize); in GetTotalSizeOfVolume()
H A Dstorage_manager_stub.cpp381 int32_t err = GetTotalSizeOfVolume(volumeId, totalSize); in HandleGetTotal()
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Distorage_manager.h44 virtual int32_t GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) = 0;
H A Dstorage_manager_proxy.h36 int32_t GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/
H A Dstorage_manager.h41 int32_t GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/mock/
H A Dstorage_manager_proxy_mock.h36 int32_t GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_manager_proxy_mock.cpp113 int32_t StorageManagerProxy::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume() function in OHOS::StorageManager::StorageManagerProxy
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/
H A Dmock_storage_manager_service.h69 virtual int32_t GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) override in GetTotalSizeOfVolume() function
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp96 int32_t GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume() function in OHOS::AccountTest::MockStorageMgrProxy
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp491 int32_t StorageManagerProxy::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume() function in OHOS::StorageManager::StorageManagerProxy