/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage/ |
H A D | storage_total_status_service.h | 40 int32_t GetSystemSize(int64_t &systemSize);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/ |
H A D | storage_statistics_napi.cpp | 35 DECLARE_NAPI_FUNCTION("getSystemSize", GetSystemSize), in StorageStatisticsExport()
|
H A D | storage_manager_connect.cpp | 152 int32_t StorageManagerConnect::GetSystemSize(int64_t &systemSize) in GetSystemSize() function in OHOS::StorageManager::StorageManagerConnect 163 return storageManager_->GetSystemSize(systemSize); in GetSystemSize()
|
H A D | storage_statistics_n_exporter.cpp | 270 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 D | storagetotalstatusservice_fuzzer.cpp | 35 result = service->GetSystemSize(systemSize); in StorageTotalStatusServiceFuzzTest()
|
/ohos5.0/foundation/filemanagement/storage_service/interfaces/kits/js/storage_manager/include/ |
H A D | storage_statistics_n_exporter.h | 29 napi_value GetSystemSize(napi_env env, napi_callback_info info);
|
H A D | storage_manager_connect.h | 39 int32_t GetSystemSize(int64_t &systemSize);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/ |
H A D | storage_total_status_service.cpp | 38 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 D | storagemanagerproxy_fuzzer.cpp | 101 proxy->GetSystemSize(metaData4); in StorageManagerProxyGetFuzzTest()
|
H A D | storagemanagerproxymock.h | 75 int32_t GetSystemSize(int64_t &systemSize) override in GetSystemSize() function
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_stub_mock.h | 35 MOCK_METHOD1(GetSystemSize, int32_t(int64_t &));
|
H A D | storage_manager_service_mock.h | 79 virtual int32_t GetSystemSize(int64_t &systemSize) override in GetSystemSize() function
|
H A D | storage_manager_proxy_test.cpp | 791 int32_t result = proxy_->GetSystemSize(systemSize);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager.cpp | 160 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 D | storage_manager_stub.cpp | 435 int32_t err = GetSystemSize(systemSize); in HandleGetSystemSize()
|
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/ |
H A D | istorage_manager.h | 47 virtual int32_t GetSystemSize(int64_t &systemSize) = 0;
|
H A D | storage_manager_proxy.h | 39 int32_t GetSystemSize(int64_t &systemSize) override;
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/test/ |
H A D | storage_total_status_service_test.cpp | 81 int32_t result = service->GetSystemSize(systemSize);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/ |
H A D | storage_manager.h | 43 int32_t GetSystemSize(int64_t &systemSize) override;
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/mock/ |
H A D | storage_manager_proxy_mock.h | 39 int32_t GetSystemSize(int64_t &systemSize) override;
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/ |
H A D | storage_manager_proxy_mock.cpp | 181 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 D | mock_storage_manager_service.h | 80 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 D | account_iam_manager_test.cpp | 106 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 D | storage_manager_proxy.cpp | 832 int32_t StorageManagerProxy::GetSystemSize(int64_t &systemSize) in GetSystemSize() function in OHOS::StorageManager::StorageManagerProxy
|