Home
last modified time | relevance | path

Searched refs:GetTotalSize (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/
H A Dstorage_info_collector.cpp40 int64_t totalSize = GetTotalSize(); in ConvertToProfileData()
49 int64_t StorageInfoCollector::GetTotalSize() in GetTotalSize() function in OHOS::DeviceProfile::StorageInfoCollector
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dikvstore_observer.cpp56 int64_t insertSize = ITypesUtil::GetTotalSize(changeNotification.GetInsertEntries()); in OnChange()
57 int64_t updateSize = ITypesUtil::GetTotalSize(changeNotification.GetUpdateEntries()); in OnChange()
58 int64_t deleteSize = ITypesUtil::GetTotalSize(changeNotification.GetDeleteEntries()); in OnChange()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_total_status_service.cpp41 int32_t ret = GetTotalSize(roundSize); in GetSystemSize()
61 int32_t StorageTotalStatusService::GetTotalSize(int64_t &totalSize) in GetTotalSize() function in OHOS::StorageManager::StorageTotalStatusService
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dblob_test.cpp325 int64_t insertSize = ITypesUtil::GetTotalSize(changeIn.GetInsertEntries());
326 int64_t updateSize = ITypesUtil::GetTotalSize(changeIn.GetUpdateEntries());
327 int64_t deleteSize = ITypesUtil::GetTotalSize(changeIn.GetDeleteEntries());
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/contentsensor/
H A Dstorage_info_collector.h29 int64_t GetTotalSize();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkv_types_util.h128 int64_t GetTotalSize(const std::vector<Entry> &entries);
129 int64_t GetTotalSize(const std::vector<Key> &entries);
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statvfs/
H A Dstatvfs_n_exporter.h29 napi_value GetTotalSize(napi_env env, napi_callback_info info);
H A Dstatvfs_napi.cpp27 DECLARE_NAPI_FUNCTION("getTotalSize", GetTotalSize), in StatvfsExport()
H A Dstatvfs_n_exporter.cpp131 napi_value GetTotalSize(napi_env env, napi_callback_info info) in GetTotalSize() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dstorage_total_status_service.h41 int32_t GetTotalSize(int64_t &totalSize);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_statistics_napi.cpp37 DECLARE_NAPI_FUNCTION("getTotalSize", GetTotalSize), in StorageStatisticsExport()
H A Dstorage_manager_connect.cpp166 int32_t StorageManagerConnect::GetTotalSize(int64_t &totalSize) in GetTotalSize() function in OHOS::StorageManager::StorageManagerConnect
177 return storageManager_->GetTotalSize(totalSize); in GetTotalSize()
H A Dstorage_statistics_n_exporter.cpp373 napi_value GetTotalSize(napi_env env, napi_callback_info info) in GetTotalSize() function
387 …int32_t errNum = DelayedSingleton<StorageManagerConnect>::GetInstance()->GetTotalSize(*resultSize); in GetTotalSize()
461 …int32_t errNum = DelayedSingleton<StorageManagerConnect>::GetInstance()->GetTotalSize(*resultSize); in GetTotalSizeSync()
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagetotalstatusservice_fuzzer/
H A Dstoragetotalstatusservice_fuzzer.cpp30 int32_t result = service->GetTotalSize(totalSize); in StorageTotalStatusServiceFuzzTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/typesutil_fuzzer/
H A Dtypesutil_fuzzer.cpp156 ITypesUtil::GetTotalSize(VecEntryIn); in GetTotalSizeFuzz()
157 ITypesUtil::GetTotalSize(VecKeyIn); in GetTotalSizeFuzz()
/ohos5.0/foundation/filemanagement/storage_service/interfaces/kits/js/storage_manager/include/
H A Dstorage_statistics_n_exporter.h31 napi_value GetTotalSize(napi_env env, napi_callback_info info);
H A Dstorage_manager_connect.h40 int32_t GetTotalSize(int64_t &totalSize);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_storage_manager.h33 int64_t GetTotalSize(const std::string &path = std::string(""));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_types_util.cpp290 int64_t GetTotalSize(const std::vector<Entry> &entries) in GetTotalSize() function
302 int64_t GetTotalSize(const std::vector<Key> &entries) in GetTotalSize() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dcache_data.h65 size_t GetTotalSize() const in GetTotalSize() function
H A Dshader_cache.cpp214 return cacheData_->GetTotalSize(); in QuerryShaderSize()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_storage_manager.cpp60 int64_t MtpStorageManager::GetTotalSize(const std::string &path) in GetTotalSize() function in OHOS::Media::MtpStorageManager
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dcontent_sensor_test.cpp282 int64_t result = storageInfo.GetTotalSize();
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxy_fuzzer.cpp102 proxy->GetTotalSize(metaData4); in StorageManagerProxyGetFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_mock.h36 MOCK_METHOD1(GetTotalSize, int32_t(int64_t &));

12