Home
last modified time | relevance | path

Searched refs:schemeName (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp181 std::string schemeName = jsonUriObject.at(SCHEME_NAME).get<std::string>(); in LoadReservedUrilItem() local
182 reserveUri.scheme = schemeName; in LoadReservedUrilItem()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-web.md5 |新增|NA|模块名: ohos.web.webview<br>类名: WebCustomScheme<br>方法 or 属性:schemeName: string;|@ohos.web.webvi…
6 |新增|NA|类名:WebCustomScheme<br>方法or属性:schemeName: string;|@ohos.web.webview.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-web.md5 …eb.webview<br>Class name: WebCustomScheme<br>Method or attribute name: schemeName: string;|@ohos.w…
6 |Added|NA|Class name: WebCustomScheme<br>Method or attribute name: schemeName: string;|@ohos.web.we…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-web.md17 |新增|NA|类名:WebCustomScheme;<br>方法or属性:schemeName: string;|@ohos.web.webview.d.ts|
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dperformance-web-import.md1348 …scheme: webview.WebCustomScheme = { schemeName: 'scheme', isSupportCORS: true, isSupportFetch: tru…
1408 scheme: webview.WebCustomScheme = { schemeName: 'scheme', isSupportCORS: true, isSupportFetch: true…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-web.md17 |Added|NA|Class name: WebCustomScheme;<br>Method or attribute name: schemeName: string;|@ohos.web.w…
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp4122 bool CheckSchemeName(const std::string& schemeName) in CheckSchemeName() argument
4124 if (schemeName.empty() || schemeName.size() > MAX_CUSTOM_SCHEME_NAME_LENGTH) { in CheckSchemeName()
4128 for (auto it = schemeName.begin(); it != schemeName.end(); it++) { in CheckSchemeName()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md4706 …scheme1: webview.WebCustomScheme = { schemeName: "name1", isSupportCORS: true, isSupportFetch: tru…
4707 …scheme2: webview.WebCustomScheme = { schemeName: "name2", isSupportCORS: true, isSupportFetch: tru…
4708 …scheme3: webview.WebCustomScheme = { schemeName: "name3", isSupportCORS: true, isSupportFetch: tru…
12299 | schemeName | string | 是 | 是 | 自定义协议名称。最大长度为32,其字符仅支持小写字母、数字、'.'、'+'、'-', 同时需要以字母开头。 …
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md4706 …scheme1: webview.WebCustomScheme = { schemeName: "name1", isSupportCORS: true, isSupportFetch: tru…
4707 …scheme2: webview.WebCustomScheme = { schemeName: "name2", isSupportCORS: true, isSupportFetch: tru…
4708 …scheme3: webview.WebCustomScheme = { schemeName: "name3", isSupportCORS: true, isSupportFetch: tru…
12304 | schemeName | string | Yes | Yes | Name of the custom URL scheme. The value can contain a…