Home
last modified time | relevance | path

Searched refs:GetUserStorageStatsByType (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dsms_adapter.cpp66 if (storageMgr->GetUserStorageStatsByType(userId, bundleStats, MEDIA_TYPE)) { in GetUserStorageStats()
71 if (storageMgr->GetUserStorageStatsByType(userId, bundleStats, FILE_TYPE)) { in GetUserStorageStats()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dstorage_status_service.h36 int32_t GetUserStorageStatsByType(int32_t userId, StorageStats &storageStats, std::string type);
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagestatusservice_fuzzer/
H A Dstoragestatusservice_fuzzer.cpp50 service->GetUserStorageStatsByType(userId, storageStats, type); in StorageStatusServiceFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_manager_connect.cpp368 int32_t StorageManagerConnect::GetUserStorageStatsByType(int32_t userId, StorageStats &storageStats… in GetUserStorageStatsByType() function in OHOS::StorageManager::StorageManagerConnect
379 return storageManager_->GetUserStorageStatsByType(userId, storageStats, type); in GetUserStorageStatsByType()
/ohos5.0/foundation/filemanagement/storage_service/interfaces/kits/js/storage_manager/include/
H A Dstorage_manager_connect.h44 int32_t GetUserStorageStatsByType(int32_t userId, StorageStats &storageStats, std::string type);
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxy_fuzzer.cpp108 proxy->GetUserStorageStatsByType(userId, storageStats, metaData); in StorageManagerProxyGetFuzzTest()
H A Dstoragemanagerproxymock.h100 …int32_t GetUserStorageStatsByType(int32_t userId, StorageStats &storageStats, std::string type) ov… in GetUserStorageStatsByType() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_mock.h40 MOCK_METHOD3(GetUserStorageStatsByType, int32_t(int32_t, StorageStats &, std::string));
H A Dstorage_manager_service_mock.h104 …virtual int32_t GetUserStorageStatsByType(int32_t userId, StorageStats &storageStats, std::string … in GetUserStorageStatsByType() function
H A Dstorage_manager_proxy_test.cpp1533 int32_t result = proxy_->GetUserStorageStatsByType(userId, storageStats, type);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp574 int32_t StorageManager::GetUserStorageStatsByType(int32_t userId, StorageStats &storageStats, std::… in GetUserStorageStatsByType() function in OHOS::StorageManager::StorageManager
578 …int32_t err = DelayedSingleton<StorageStatusService>::GetInstance()->GetUserStorageStatsByType(use… in GetUserStorageStatsByType()
H A Dstorage_manager_stub.cpp1080 int32_t err = GetUserStorageStatsByType(userId, storageStats, type); in HandleGetUserStorageStatsByType()
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Distorage_manager.h52 …virtual int32_t GetUserStorageStatsByType(int32_t userId, StorageStats &storageStats, std::string …
H A Dstorage_manager_proxy.h44 …int32_t GetUserStorageStatsByType(int32_t userId, StorageStats &storageStats, std::string type) ov…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/test/
H A Dstorage_total_status_service_test.cpp266 int32_t result = service->GetUserStorageStatsByType(userId, storageStats, type);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/
H A Dstorage_manager.h49 …int32_t GetUserStorageStatsByType(int32_t userId, StorageStats &storageStats, std::string type) ov…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/mock/
H A Dstorage_manager_proxy_mock.h44 …int32_t GetUserStorageStatsByType(int32_t userId, StorageStats &storageStats, std::string type) ov…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_manager_proxy_mock.cpp271 int32_t StorageManagerProxy::GetUserStorageStatsByType(int32_t userId, StorageStats &storageStats, … in GetUserStorageStatsByType() 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.h285 …virtual int32_t GetUserStorageStatsByType(int32_t userId, StorageStats &storageStats, std::string … in GetUserStorageStatsByType() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_status_service.cpp332 int32_t StorageStatusService::GetUserStorageStatsByType(int32_t userId, StorageStats &storageStats,… in GetUserStorageStatsByType() function in OHOS::StorageManager::StorageStatusService
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp131 int32_t GetUserStorageStatsByType(int32_t userId, StorageStats &storageStats, std::string type) in GetUserStorageStatsByType() function in OHOS::AccountTest::MockStorageMgrProxy
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp1299 int32_t StorageManagerProxy::GetUserStorageStatsByType(int32_t userId, StorageStats &storageStats, … in GetUserStorageStatsByType() function in OHOS::StorageManager::StorageManagerProxy