/base/startup/hvb/tools/ |
D | readme.md | 11 ./hvbtool.py make_hash_footer --image xxx.img //待签名镜像 31 …e.g. ./hvbtool.py make_hash_footer --image boot.img --partition boot --partition_size 31457280 … 37 ./hvbtool.py make_hashtree_footer --image xxx.img //待签名镜像 57 …e.g. ./hvbtool.py make_hashtree_footer --image system.img --partition system --partition_size 3… 95 ./hvbtool.py parse_image --image xxx.img //待解析的hvb签名镜像 97 e.g. ./hvbtool.py parse_image --image odm.img 103 ./hvbtool.py erase_image --image xxx.img //待擦除的hvb签名镜像 105 e.g. ./hvbtool.py erase_image --image odm.img
|
D | hvbtool.py | 990 image = os.path.abspath(self.img) 993 shutil.copy(image, signed_image) 994 image = ImageHandle(signed_image) 996 padding = round_to_multiple(image.img_size, self.block_size) 997 if padding > image.img_size: 998 if image.is_sparse is True: # Original image size must be multiple of block_size 1000 image.truncate(padding) 1009 if self.partition_size < image.img_size + hashtree_length + len(cert_and_footer): 1012 cert_and_footer = self.hvb_cert_content + b'\0' * (self.partition_size - image.img_size - \ 1014 image.append_raw(self.hashtree) [all …]
|
/base/update/updater/test/fuzztest/fuzz_src_data/ |
D | Verse-script.us | 2 ui_print("Patching hos image unconditionally..."); 5 ui_print("Patching system image unconditionally..."); 8 ui_print("Patching vendor image unconditionally...");
|
/base/update/updater/test/unittest/test_data/src/ |
D | Verse-script.us | 2 ui_print("Patching hos image unconditionally..."); 5 ui_print("Patching system image unconditionally..."); 8 ui_print("Patching vendor image unconditionally...");
|
/base/update/packaging_tools/ |
D | README.md | 12 …g a full update package: The update package contains only the data necessary for full image update. 14 … update package: The update package contains only the data necessary for differential image update. 16 …age contains the partition table and full image data, which are used for partition change processi… 26 ├── image_class.py # Full image and sparse image parsing 28 ├── patch_package_process.py # Differential image processing for obtaining patch difference thro… 50 …d executable program, which performs differential calculation to generate the map files of an image
|
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getimgdata_fuzzer/ |
D | getimgdata_fuzzer.cpp | 30 ClipBoardImageData image; in DoSomethingInterestingWithMyAPI() local 33 dataRecordAdapterImpl->GetImgData(image); in DoSomethingInterestingWithMyAPI()
|
/base/update/ota_lite/frameworks/source/verify/ |
D | hota_verify.c | 132 int32 HotaSignVerify(uint8 *image, uint32 imgLen, uint8 *imageSign, uint32 signLen) in HotaSignVerify() argument 134 if ((image == NULL) || (imageSign == NULL)) { in HotaSignVerify() 140 if (HotaCalcImageHash(image, imgLen, imageHashLocal, HASH_LENGTH) != OHOS_SUCCESS) { in HotaSignVerify()
|
D | hota_verify.h | 37 int32 HotaSignVerify(uint8 *image, uint32 imgLen, uint8 *imageSign, uint32 signLen);
|
/base/web/webview/test/unittest/pasteboard_adapter/ |
D | pasteboard_client_adapter_test.cpp | 754 ClipBoardImageData *image = new ClipBoardImageData; variable 755 image->colorType = ClipBoardImageColorType::COLOR_TYPE_BGRA_8888; 756 image->alphaType = ClipBoardImageAlphaType::ALPHA_TYPE_UNKNOWN; 757 image->data = storage[0]; 758 image->dataSize = sizeof(storage); 759 image->rowBytes = 5; 760 image->width = 5; 761 image->height = 5; 762 std::shared_ptr<ClipBoardImageData> imageData(image); 783 ClipBoardImageData image; variable [all …]
|
/base/theme/wallpaper_mgr/ |
D | README_ZH.md | 168 …></a><a name="p12832214151418"></a>function setWallpaper(source: string | image.PixelMap, wallpape… 173 …></a><a name="p12832214151418"></a>function setWallpaper(source: string | image.PixelMap, wallpape… 178 …418"></a><a name="p12832214151418"></a>function setImage(source: string | image.PixelMap, wallpape… 183 …418"></a><a name="p12832214151418"></a>function setImage(source: string | image.PixelMap, wallpape… 188 …tion getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): voi… 193 …14151418"></a>function getPixelMap(wallpaperType: WallpaperType): Promise<image.PixelMap></p> 198 …unction getImage(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): voi… 203 …32214151418"></a>function getImage(wallpaperType: WallpaperType): Promise<image.PixelMap></p> 454 // source类型为image.PixelMap 455 import image from '@ohos.multimedia.image'; [all …]
|
/base/update/updater/ |
D | README.md | 18 ├── resources # UI image resources of the update subsystem 27 │ ├── sparse_image # Sparse image parsing code 44 …pdater partition be greater than or equal to 20 MB. The updater partition image is an ext4 file sy… 81 6. Compile the updater partition image.
|
/base/startup/hvb/libhvb/src/cert/ |
D | hvb_cert.c | 105 struct hvb_image_data *image = NULL; in hash_image_init_desc() local 144 image = &vd->images[vd->num_loaded_images++]; in hash_image_init_desc() 145 image->partition_name = hvb_strdup(ptn); in hash_image_init_desc() 146 image->data = image_buf; in hash_image_init_desc() 147 image->preloaded = true; in hash_image_init_desc()
|
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/component/ |
D | backComponent.ets | 40 Log.info(this.TAG, 'back image onClick +') 42 Log.info(this.TAG, 'back image onClick -')
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | BUILD.gn | 52 "//foundation/multimedia/image_framework/interfaces/kits/js/common:image", 97 "//foundation/multimedia/image_framework/interfaces/kits/js/common:image",
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
D | dfx_maps.cpp | 256 void DfxElfMap::SetMapImage(std::shared_ptr<DfxElf> image) in SetMapImage() argument 258 image_ = image; in SetMapImage()
|
D | dfx_maps.h | 47 void SetMapImage(std::shared_ptr<DfxElf> image);
|
/base/hiviewdfx/hichecker/ |
D | README_zh.md | 19 | 媒体子系统/【image部件】图片基础框架 ImagePacker | 在比较耗时的函数中调用HiChecker接口,通知有耗时调用,同时传入对应的告警提示字符串 |
|
/base/theme/wallpaper_mgr/test/ |
D | BUILD.gn | 42 "//foundation/multimedia/image_framework/interfaces/kits/js/common:image", 84 "//foundation/multimedia/image_framework/interfaces/kits/js/common:image",
|
/base/theme/wallpaper_mgr/interfaces/kits/napi/ |
D | BUILD.gn | 46 "multimedia_image_framework:image",
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/ |
D | BUILD.gn | 56 "//foundation/multimedia/image_framework/interfaces/kits/js/common:image",
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
D | BUILD.gn | 70 "//foundation/multimedia/image_framework/interfaces/kits/js/common:image",
|
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/ |
D | hvb_ops.c | 34 static int64_t GetImageSizeForHVB(const int fd, const char* image) in GetImageSizeForHVB() argument
|
/base/notification/distributed_notification_service/frameworks/js/napi/ |
D | BUILD.gn | 79 "//foundation/multimedia/image_framework/interfaces/kits/js/common:image",
|
/base/web/webview/test/unittest/ohos_nweb/ |
D | BUILD.gn | 70 "multimedia_image_framework:image",
|
/base/web/webview/test/unittest/nweb_window_adapter_test/ |
D | BUILD.gn | 74 "multimedia_image_framework:image",
|