Home
last modified time | relevance | path

Searched refs:pMap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dnative_drawing_substitute_canvas.md155 1、前端定义一个 [RenderNode](../reference/apis-arkui/js-apis-arkui-renderNode.md) 自绘制渲染节点,将背景图 this.pMap 和…
162 private pMap: image.PixelMap | undefined = undefined;
164 // 调用Native侧的nativeOnDraw接口进行绘制,将背景图 this.pMap 和图形绘制上下文 context 作为参数传入
165 …iveOnDraw(666, context, vp2px(this.size.width), vp2px(this.size.height), this.drawType, this.pMap);
173 this.pMap = p;
223 imageSource.createPixelMap().then((pMap: image.PixelMap) => {
225 newNode.setPixelMap(pMap);
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_managerImpl.cpp1015 …uint8_t *pMap = static_cast<uint8_t *>(mmap64(nullptr, size + offset - offsetAligned, PROT_READ, M… in DoCreatePkgStream() local
1017 if (pMap == MAP_FAILED) { in DoCreatePkgStream()
1022 munmap(pMap, size + offset - offsetAligned); in DoCreatePkgStream()
1024 PkgBuffer buffer(pMap + (offset - offsetAligned), size); in DoCreatePkgStream()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_test.cpp300 PacMap pMap; variable
301 pMap.PutIntValue(std::string("1"), 1);
302 ret |= data.WriteParcelable(&pMap);