/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/ |
H A D | storage_info_collector.cpp | 40 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 D | ikvstore_observer.cpp | 56 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 D | storage_total_status_service.cpp | 41 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 D | blob_test.cpp | 325 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 D | storage_info_collector.h | 29 int64_t GetTotalSize();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | kv_types_util.h | 128 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 D | statvfs_n_exporter.h | 29 napi_value GetTotalSize(napi_env env, napi_callback_info info);
|
H A D | statvfs_napi.cpp | 27 DECLARE_NAPI_FUNCTION("getTotalSize", GetTotalSize), in StatvfsExport()
|
H A D | statvfs_n_exporter.cpp | 131 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 D | storage_total_status_service.h | 41 int32_t GetTotalSize(int64_t &totalSize);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/ |
H A D | storage_statistics_napi.cpp | 37 DECLARE_NAPI_FUNCTION("getTotalSize", GetTotalSize), in StorageStatisticsExport()
|
H A D | storage_manager_connect.cpp | 166 int32_t StorageManagerConnect::GetTotalSize(int64_t &totalSize) in GetTotalSize() function in OHOS::StorageManager::StorageManagerConnect 177 return storageManager_->GetTotalSize(totalSize); in GetTotalSize()
|
H A D | storage_statistics_n_exporter.cpp | 373 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 D | storagetotalstatusservice_fuzzer.cpp | 30 int32_t result = service->GetTotalSize(totalSize); in StorageTotalStatusServiceFuzzTest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/typesutil_fuzzer/ |
H A D | typesutil_fuzzer.cpp | 156 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 D | storage_statistics_n_exporter.h | 31 napi_value GetTotalSize(napi_env env, napi_callback_info info);
|
H A D | storage_manager_connect.h | 40 int32_t GetTotalSize(int64_t &totalSize);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | mtp_storage_manager.h | 33 int64_t GetTotalSize(const std::string &path = std::string(""));
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kv_types_util.cpp | 290 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 D | cache_data.h | 65 size_t GetTotalSize() const in GetTotalSize() function
|
H A D | shader_cache.cpp | 214 return cacheData_->GetTotalSize(); in QuerryShaderSize()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_storage_manager.cpp | 60 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 D | content_sensor_test.cpp | 282 int64_t result = storageInfo.GetTotalSize();
|
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/ |
H A D | storagemanagerproxy_fuzzer.cpp | 102 proxy->GetTotalSize(metaData4); in StorageManagerProxyGetFuzzTest()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_stub_mock.h | 36 MOCK_METHOD1(GetTotalSize, int32_t(int64_t &));
|