Home
last modified time | relevance | path

Searched refs:schemes (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_matching_skill.cpp99 std::string schemes(""); in GetScheme() local
100 return schemes; in GetScheme()
/ohos5.0/docs/en/application-dev/application-models/
H A Dcanopenlink.md5 A maximum of 50 URL schemes can be configured in the [querySchemes](../quick-start/module-configura…
14 …uration-file.md) field in the **module.json5** file of the entry module to declare the URL schemes.
H A Dapp-startup-overview.md30 …ic page of an application through a link. It allows developers to define schemes in any form. The …
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dmatching_skills.cpp112 std::string schemes; in GetScheme() local
114 schemes = schemes_[index]; in GetScheme()
116 return schemes; in GetScheme()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp721 std::vector<std::string> schemes = schemes_; in MatchData() local
725 if (types.empty() && schemes.empty()) { in MatchData()
729 if (!schemes.empty()) { in MatchData()
730 auto it = std::find(schemes.begin(), schemes.end(), scheme); in MatchData()
731 if (it != schemes.end()) { in MatchData()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Derrorcode-webview.md365 Failed to register custom schemes.
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-about-string.md9 …encodings support different character sets and languages. Major encoding schemes include the follo…
11 …encoding schemes. It uses 7 bits to represent English letters, digits, and some basic symbols. It …
H A Duse-jsvm-about-string.md9 …encodings support different character sets and languages. Major encoding schemes include the follo…
11 …encoding schemes. It uses 7 bits to represent English letters, digits, and some basic symbols. It …
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-web.md61 |新增|NA|模块名: ohos.web.webview<br>类名: WebviewController<br>方法 or 属性:static customizeSchemes(schemes: …
62 |新增|NA|类名:WebviewController<br>方法or属性:static customizeSchemes(schemes: Array<WebCustomScheme>): voi…
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp563 std::string schemes = "schemes.system.test"; variable
565 EXPECT_EQ(false, base_->HasAuthority(schemes));
568 base_->RemoveAuthority(schemes);
570 EXPECT_EQ(false, base_->HasAuthority(schemes));
/ohos5.0/docs/en/application-dev/media/drm/
H A Ddrm-overview.md8 - DRM scheme support: supports various DRM schemes.
H A Dnative-drm-mediakeysystem-management.md33 4. (Optional) Obtain the name and ID list of the DRM schemes supported by the device.
H A Ddrm-mediakeysystem-management.md35 4. (Optional) Obtain the name and ID list of the DRM schemes on the device.
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-web.md61 …: WebviewController<br>Method or attribute name: static customizeSchemes(schemes: Array<WebCustomS…
62 …: WebviewController<br>Method or attribute name: static customizeSchemes(schemes: Array<WebCustomS…
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-cross-origin.md8 …ed by CORS policy: Cross origin requests are only supported for protocol schemes: http, arkweb, da…
/ohos5.0/docs/en/application-dev/web/
H A Dweb-cross-origin.md7 …ed by CORS policy: Cross origin requests are only supported for protocol schemes: http, arkweb, da…
H A Dweb-scheme-handler.md27 You can also intercept requests of built-in schemes of non-web components.
237 OH_LOG_INFO(LOG_APP, "register custom schemes");
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-with-theme.md3 …e setting of light and dark modes for child components, as well as the use of custom color schemes.
/ohos5.0/docs/en/application-dev/reference/apis-drm-kit/
H A Dnative__mediakeysystem_8h.md38 ….md) \*infos, uint32_t \*count) | Obtains the names and UUIDs of the DRM schemes supported by the …
H A D_drm.md136 …ysystemdescription) \*infos, uint32_t \*count) | Obtains the list of DRM schemes supported by the …
387 Maximum number of DRM schemes supported.
1721 Obtains the name and ID list of the DRM schemes supported by the device.
1729 | infos | Pointer to the list of the names and UUIDs of DRM schemes.|
/ohos5.0/docs/en/application-dev/telephony/
H A Dtelephony-sms.md19 …Protocol data unit, which uses the following encoding schemes to send and receive SMS messages: 7-…
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Derrorcode-webview.md365 Failed to register custom schemes.
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-web.md116 |新增|NA|类名:WebviewController;<br>方法or属性:static customizeSchemes(schemes: Array\<WebCustomScheme>): v…
/ohos5.0/docs/en/application-dev/ui/
H A Dtheme_skinning.md253 …onding system and application resource values. This means that the color schemes of components are…
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dperformance-web-import.md1332 **场景一 调用ArkTS接口, webview.WebviewController.customizeSchemes(schemes: Array\<WebCustomScheme>): void…
1491 OH_LOG_INFO(LOG_APP, "register custom schemes");

12