/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/camera/include/ |
H A D | sg_dma.h | 27 if (queue->memOps->getCookie != NULL) { in DmaSgPlaneDesc() 28 return (struct sg_table *)queue->memOps->getCookie(buffer->planes[planeId].memPriv); in DmaSgPlaneDesc()
|
H A D | contig_dma.h | 27 if (queue->memOps->getCookie != NULL) { in ContigDmaGetAddr() 28 addr = queue->memOps->getCookie(buffer->planes[planeId].memPriv); in ContigDmaGetAddr()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-Release/ |
H A D | changelogs-web.md | 279 getCookie(url: string): string; 293 getCookie(url: string): string; 309 static getCookie(url: string): string;
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.3.2/ |
H A D | changelog-web.md | 279 getCookie(url: string): string; 293 getCookie(url: string): string; 309 static getCookie(url: string): string;
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.7/ |
H A D | changelog-web.md | 279 getCookie(url: string): string; 293 getCookie(url: string): string; 309 static getCookie(url: string): string;
|
/ohos5.0/drivers/hdf_core/framework/model/camera/buffer_manager/include/ |
H A D | buffer_queue.h | 54 void *(*getCookie)(void *bufPriv); member
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-web.md | 18 | web | WebCookie | getCookie(url: string): string; | 新增 |
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-Release/ |
H A D | changelogs-web.md | 279 getCookie(url: string): string; 293 getCookie(url: string): string; 309 static getCookie(url: string): string;
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.3.2/ |
H A D | changelog-web.md | 279 getCookie(url: string): string; 293 getCookie(url: string): string; 309 static getCookie(url: string): string;
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-web.md | 18 | web | WebCookie | getCookie(url: string): string; | Added|
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.7/ |
H A D | changelog-web.md | 279 getCookie(url: string): string; 293 getCookie(url: string): string; 309 static getCookie(url: string): string;
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-web.md | 19 | ohos.web.webview | WebCookieManager | static getCookie(url: string): string; …
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-web.md | 19 | ohos.web.webview | WebCookieManager | static getCookie(url: string): string; …
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/camera/src/ |
H A D | contig_dma.c | 464 .getCookie = ContigGetCookie,
|
H A D | sg_dma.c | 455 .getCookie = SgGetCookie,
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-web.md | 74 |新增(错误码)|NA|方法名 or 属性名:getCookie<br>错误码内容:401,17100002|@ohos.web.webview.d.ts|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-web.md | 27 |新增|NA|模块名: ohos.web.webview<br>类名: WebCookieManager<br>方法名 or 属性名:getCookie|@ohos.web.webview.d.ts|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-web.md | 42 |新增|NA|类名:WebCookieManager;<br>方法or属性:static getCookie(url: string): string;|@ohos.web.webview.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-web.md | 74 |Error code added|NA|Method or attribute name: getCookie<br>Error code: 401, 17100002|@ohos.web.web…
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-web.md | 27 …eb.webview<br>Class name: WebCookieManager<br>Method or attribute name: getCookie|@ohos.web.webvie…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-web.md | 42 |Added|NA|Class name: WebCookieManager;<br>Method or attribute name: static getCookie(url: string):…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | js-apis-webview.md | 9114 ### getCookie<sup>(deprecated)</sup> 9116 static getCookie(url: string): string 9161 Button('getCookie') 9164 let value = webview.WebCookieManager.getCookie('https://www.example.com');
|
H A D | ts-basic-components-web.md | 8316 从API version 9开始不再维护,建议使用[getCookie](js-apis-webview.md#getcookiedeprecated)代替。
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | js-apis-webview.md | 9119 ### getCookie<sup>(deprecated)</sup> 9121 static getCookie(url: string): string 9166 Button('getCookie') 9169 let value = webview.WebCookieManager.getCookie('https://www.example.com');
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-arkui.md | 120 |删除|模块名: web<br>类名: WebCookie<br>方法 or 属性:getCookie(url: string): string;|NA|web.d.ts|
|