Home
last modified time | relevance | path

Searched refs:GetSystemSize (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dstorage_total_status_service.h40 int32_t GetSystemSize(int64_t &systemSize);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_statistics_napi.cpp35 DECLARE_NAPI_FUNCTION("getSystemSize", GetSystemSize), in StorageStatisticsExport()
H A Dstorage_manager_connect.cpp152 int32_t StorageManagerConnect::GetSystemSize(int64_t &systemSize) in GetSystemSize() function in OHOS::StorageManager::StorageManagerConnect
163 return storageManager_->GetSystemSize(systemSize); in GetSystemSize()
H A Dstorage_statistics_n_exporter.cpp270 napi_value GetSystemSize(napi_env env, napi_callback_info info) in GetSystemSize() function
284 …int32_t errNum = DelayedSingleton<StorageManagerConnect>::GetInstance()->GetSystemSize(*resultSize… in GetSystemSize()
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagetotalstatusservice_fuzzer/
H A Dstoragetotalstatusservice_fuzzer.cpp35 result = service->GetSystemSize(systemSize); in StorageTotalStatusServiceFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/interfaces/kits/js/storage_manager/include/
H A Dstorage_statistics_n_exporter.h29 napi_value GetSystemSize(napi_env env, napi_callback_info info);
H A Dstorage_manager_connect.h39 int32_t GetSystemSize(int64_t &systemSize);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_total_status_service.cpp38 int32_t StorageTotalStatusService::GetSystemSize(int64_t &systemSize) in GetSystemSize() function in OHOS::StorageManager::StorageTotalStatusService
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxy_fuzzer.cpp101 proxy->GetSystemSize(metaData4); in StorageManagerProxyGetFuzzTest()
H A Dstoragemanagerproxymock.h75 int32_t GetSystemSize(int64_t &systemSize) override in GetSystemSize() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_mock.h35 MOCK_METHOD1(GetSystemSize, int32_t(int64_t &));
H A Dstorage_manager_service_mock.h79 virtual int32_t GetSystemSize(int64_t &systemSize) override in GetSystemSize() function
H A Dstorage_manager_proxy_test.cpp791 int32_t result = proxy_->GetSystemSize(systemSize);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp160 int32_t StorageManager::GetSystemSize(int64_t &systemSize) in GetSystemSize() function in OHOS::StorageManager::StorageManager
164 …int32_t err = DelayedSingleton<StorageTotalStatusService>::GetInstance()->GetSystemSize(systemSize… in GetSystemSize()
H A Dstorage_manager_stub.cpp435 int32_t err = GetSystemSize(systemSize); in HandleGetSystemSize()
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Distorage_manager.h47 virtual int32_t GetSystemSize(int64_t &systemSize) = 0;
H A Dstorage_manager_proxy.h39 int32_t GetSystemSize(int64_t &systemSize) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/test/
H A Dstorage_total_status_service_test.cpp81 int32_t result = service->GetSystemSize(systemSize);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/
H A Dstorage_manager.h43 int32_t GetSystemSize(int64_t &systemSize) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/mock/
H A Dstorage_manager_proxy_mock.h39 int32_t GetSystemSize(int64_t &systemSize) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_manager_proxy_mock.cpp181 int32_t StorageManagerProxy::GetSystemSize(int64_t &systemSize) in GetSystemSize() 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.h80 virtual int32_t GetSystemSize(int64_t &systemSize) override in GetSystemSize() function
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp106 int32_t GetSystemSize(int64_t &systemSize) in GetSystemSize() function in OHOS::AccountTest::MockStorageMgrProxy
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp832 int32_t StorageManagerProxy::GetSystemSize(int64_t &systemSize) in GetSystemSize() function in OHOS::StorageManager::StorageManagerProxy