Home
last modified time | relevance | path

Searched refs:image (Results 1 – 25 of 36) sorted by relevance

12

/base/startup/hvb/tools/
Dreadme.md11 ./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
Dhvbtool.py990 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/
DVerse-script.us2 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/
DVerse-script.us2 ui_print("Patching hos image unconditionally...");
5 ui_print("Patching system image unconditionally...");
8 ui_print("Patching vendor image unconditionally...");
/base/update/packaging_tools/
DREADME.md12 …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/
Dgetimgdata_fuzzer.cpp30 ClipBoardImageData image; in DoSomethingInterestingWithMyAPI() local
33 dataRecordAdapterImpl->GetImgData(image); in DoSomethingInterestingWithMyAPI()
/base/update/ota_lite/frameworks/source/verify/
Dhota_verify.c132 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()
Dhota_verify.h37 int32 HotaSignVerify(uint8 *image, uint32 imgLen, uint8 *imageSign, uint32 signLen);
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp754 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/
DREADME_ZH.md168 …></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&lt;image.PixelMap&gt;): voi…
193 …14151418"></a>function getPixelMap(wallpaperType: WallpaperType): Promise&lt;image.PixelMap&gt;</p>
198 …unction getImage(wallpaperType: WallpaperType, callback: AsyncCallback&lt;image.PixelMap&gt;): voi…
203 …32214151418"></a>function getImage(wallpaperType: WallpaperType): Promise&lt;image.PixelMap&gt;</p>
454 // source类型为image.PixelMap
455 import image from '@ohos.multimedia.image';
[all …]
/base/update/updater/
DREADME.md18 ├── 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/
Dhvb_cert.c105 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/
DbackComponent.ets40 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/
DBUILD.gn52 "//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/
Ddfx_maps.cpp256 void DfxElfMap::SetMapImage(std::shared_ptr<DfxElf> image) in SetMapImage() argument
258 image_ = image; in SetMapImage()
Ddfx_maps.h47 void SetMapImage(std::shared_ptr<DfxElf> image);
/base/hiviewdfx/hichecker/
DREADME_zh.md19 | 媒体子系统/【image部件】图片基础框架 ImagePacker | 在比较耗时的函数中调用HiChecker接口,通知有耗时调用,同时传入对应的告警提示字符串 |
/base/theme/wallpaper_mgr/test/
DBUILD.gn42 "//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/
DBUILD.gn46 "multimedia_image_framework:image",
/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/
DBUILD.gn56 "//foundation/multimedia/image_framework/interfaces/kits/js/common:image",
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
DBUILD.gn70 "//foundation/multimedia/image_framework/interfaces/kits/js/common:image",
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
Dhvb_ops.c34 static int64_t GetImageSizeForHVB(const int fd, const char* image) in GetImageSizeForHVB() argument
/base/notification/distributed_notification_service/frameworks/js/napi/
DBUILD.gn79 "//foundation/multimedia/image_framework/interfaces/kits/js/common:image",
/base/web/webview/test/unittest/ohos_nweb/
DBUILD.gn70 "multimedia_image_framework:image",
/base/web/webview/test/unittest/nweb_window_adapter_test/
DBUILD.gn74 "multimedia_image_framework:image",

12