/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/ |
H A D | bundle_stats_test.cpp | 45 int64_t appSize = 1001; variable 48 BundleStats bs(appSize, cacheSize, dataSize); 51 EXPECT_EQ(parcel.ReadInt64(), appSize); 69 int64_t appSize = 2001; variable 73 parcel.WriteInt64(appSize); 78 EXPECT_EQ(res.appSize_, appSize);
|
H A D | storage_stats_test.cpp | 50 int64_t appSize = 1006; variable 51 StorageStats res(totalSize, audioSize, videoSize, imageSize, fileSize, appSize); 59 EXPECT_EQ(parcel.ReadInt64(), appSize); 80 int64_t appSize = 2006; variable 87 parcel.WriteInt64(appSize); 95 EXPECT_EQ(res.app_, appSize);
|
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/ |
H A D | bundle_stats.h | 26 BundleStats(int64_t appSize, int64_t cacheSize, int64_t dataSize) in BundleStats() argument 27 : appSize_(appSize), cacheSize_(cacheSize), dataSize_(dataSize) {} in BundleStats()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/ |
H A D | storage_status_service.cpp | 198 int64_t appSize = 0; in GetUserStorageStats() local 199 err = GetAppSize(userId, appSize); in GetUserStorageStats() 207 storageStats.app_ = appSize; in GetUserStorageStats() 307 int32_t StorageStatusService::GetAppSize(int32_t userId, int64_t &appSize) in GetAppSize() argument 326 appSize += bundleStats[i]; in GetAppSize()
|
/ohos5.0/docs/zh-cn/application-dev/file-management/ |
H A D | app-fs-space-statistics.md | 21 | appSize | 应用安装文件大小(单位为Byte) | 应用安装文件保存在以下目录:<br/>/data/storage/el1/bundle | 55 console.info(`Invoke getCurrentBundleStats succeeded, appsize is ${bundleStats.appSize}`);
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | app-fs-space-statistics.md | 21 | appSize | Size of the application installation files, in bytes.| /data/storage/el1/bundle| 55 console.info(`Invoke getCurrentBundleStats succeeded, appsize is ${bundleStats.appSize}`);
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hdr/ |
H A D | hdr_helper.h | 38 …:vector<uint8_t> PackBaseVividMarker(uint32_t gainmapOffset, uint32_t preOffset, uint32_t appSize);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-file-management_api-9-canary.md | 12 | ohos.storageStatistics | BundleStats | appSize: number; | 新增 |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-storage-statistics.md | 94 | appSize | number | 是 | 应用安装文件大小(单位为Byte) |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-file-management.md | 27 | ohos.storageStatistics | BundleStats | appSize: number; | 新增 |
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-storage-statistics.md | 94 | appSize | number | Yes| Size of the application (excluding empty folders), in bytes. |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-file-management.md | 27 | ohos.storageStatistics | BundleStats | appSize: number; | Added|
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/ |
H A D | hdr_helper.cpp | 114 typedef bool (*GetCuvaGainMapOffsetT)(jpeg_marker_struct* marker, uint32_t appSize, uint32_t& offse… 191 uint32_t appSize, uint32_t& offset) __attribute__((no_sanitize("cfi"))) in GetCuvaJpegGainMapOffset() argument 211 result = check(marker, appSize, offset); in GetCuvaJpegGainMapOffset() 969 …JpegPackerHelper::PackBaseVividMarker(uint32_t gainmapOffset, uint32_t preOffset, uint32_t appSize) in PackBaseVividMarker() argument 984 ImageUtils::Uint32ToBytes(gainmapOffset - appSize, bytes, index); in PackBaseVividMarker()
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | svc_session_manager.cpp | 707 int64_t appSize = it->second.dataSize; in CalAppProcessTime() local 709 timeout = defaultTimeout + (appSize / processRate) * multiple; in CalAppProcessTime()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 1927 …size_t appSize = (static_cast<size_t>(buffer[APP1_SIZE_H_OFF]) << U8_SHIFT) | buffer[APP1_SIZE_L_O… in HeapMemAlloc() local 1929 appSize += APP1_SIZE_H_OFF; in HeapMemAlloc() 1930 …auto ret = exifInfo_.GetFilterArea(buffer, (appSize < size) ? appSize : size, privacyType, ranges); in HeapMemAlloc()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-file-management.md | 88 |新增|NA|模块名: ohos.file.storageStatistics<br>类名: BundleStats<br>方法 or 属性: appSize: number;|@ohos.file… 156 |删除|模块名: ohos.storageStatistics<br>类名: BundleStats<br>方法 or 属性:appSize: number;|NA|@ohos.storageSta…
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-file-management.md | 88 …torageStatistics<br>Class name: BundleStats<br>Method or attribute name: appSize: number;|@ohos.fi… 156 …torageStatistics<br>Class name: BundleStats<br>Method or attribute name: appSize: number;|NA|@ohos…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-file-management.md | 231 |新增|NA|类名:BundleStats;<br>方法or属性:appSize: number;|@ohos.file.storageStatistics.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-file-management.md | 231 |Added|NA|Class name: BundleStats;<br>Method or attribute name: appSize: number;|@ohos.file.storage…
|