/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_matching_skill.cpp | 99 std::string schemes(""); in GetScheme() local 100 return schemes; in GetScheme()
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | canopenlink.md | 5 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 D | app-startup-overview.md | 30 …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 D | matching_skills.cpp | 112 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 D | skills.cpp | 721 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 D | errorcode-webview.md | 365 Failed to register custom schemes.
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-string.md | 9 …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 D | use-jsvm-about-string.md | 9 …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 D | js-apidiff-web.md | 61 |新增|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 D | skills_test.cpp | 563 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 D | drm-overview.md | 8 - DRM scheme support: supports various DRM schemes.
|
H A D | native-drm-mediakeysystem-management.md | 33 4. (Optional) Obtain the name and ID list of the DRM schemes supported by the device.
|
H A D | drm-mediakeysystem-management.md | 35 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 D | js-apidiff-web.md | 61 …: 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 D | web-cross-origin.md | 8 …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 D | web-cross-origin.md | 7 …ed by CORS policy: Cross origin requests are only supported for protocol schemes: http, arkweb, da…
|
H A D | web-scheme-handler.md | 27 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 D | ts-container-with-theme.md | 3 …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 D | native__mediakeysystem_8h.md | 38 ….md) \*infos, uint32_t \*count) | Obtains the names and UUIDs of the DRM schemes supported by the …
|
H A D | _drm.md | 136 …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 D | telephony-sms.md | 19 …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 D | errorcode-webview.md | 365 Failed to register custom schemes.
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-web.md | 116 |新增|NA|类名:WebviewController;<br>方法or属性:static customizeSchemes(schemes: Array\<WebCustomScheme>): v…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | theme_skinning.md | 253 …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 D | performance-web-import.md | 1332 **场景一 调用ArkTS接口, webview.WebviewController.customizeSchemes(schemes: Array\<WebCustomScheme>): void… 1491 OH_LOG_INFO(LOG_APP, "register custom schemes");
|