Home
last modified time | relevance | path

Searched refs:usedScene (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/
H A Dmodule.json561 "usedScene": {"abilities":["MainAbility"],
68 "usedScene": {"abilities":["MainAbility"],
75 "usedScene": {"abilities":["MainAbility"],
82 "usedScene": {"abilities":["MainAbility"],
89 "usedScene": {"abilities":["MainAbility"],
96 "usedScene": {"abilities":["MainAbility"],
/ohos5.0/docs/zh-cn/application-dev/security/AccessToken/
H A Ddeclare-permissions.md13 | usedScene | 权限使用的场景,该字段用于应用上架校验。包括abilities和when两个子项。<br/>- abilities:使用权限的UIAbility或者ExtensionAb…
31 "usedScene": {
41 "usedScene": {
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-security-rightmanagement.md69 "usedScene": {
79 "usedScene": {
89 "usedScene": {
107 "usedScene": {
117 "usedScene": {
127 "usedScene": {
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/json_serializer_test/
H A Djson_serializer_test.cpp551 RequestPermissionUsedScene usedScene; in BenchmarkTestForReqPermissionUsedSceToJson() local
552 usedScene.abilities = {"ohos.global.systemres.MainAbility"}; in BenchmarkTestForReqPermissionUsedSceToJson()
553 usedScene.when = "1"; in BenchmarkTestForReqPermissionUsedSceToJson()
556 to_json(jsonObject, usedScene); in BenchmarkTestForReqPermissionUsedSceToJson()
571 RequestPermissionUsedScene usedScene; in BenchmarkTestForReqPermissionUsedSceFromJson() local
574 from_json(jsonObject, usedScene); in BenchmarkTestForReqPermissionUsedSceFromJson()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-security-rightmanagement.md69 "usedScene": {
79 "usedScene": {
89 "usedScene": {
107 "usedScene": {
117 "usedScene": {
127 "usedScene": {
/ohos5.0/docs/en/application-dev/security/AccessToken/
H A Ddeclare-permissions.md13usedScene | Use case of the permission. This field is used for application release verification. I…
32 "usedScene": {
42 "usedScene": {
/ohos5.0/base/security/permission_lite/
H A DREADME_zh.md135 "usedScene": {
145 "usedScene": {
155 "usedScene": {
173 "usedScene": {
183 "usedScene": {
193 "usedScene": {
H A DREADME.md85 "usedScene": {
95 "usedScene": {
105 "usedScene": {
123 "usedScene": {
133 "usedScene": {
143 "usedScene": {
/ohos5.0/docs/zh-cn/third-party-cases/
H A Dhow-to-connect-to-bluetooth.md40 "usedScene": {
51 "usedScene": {
62 "usedScene": {
73 "usedScene": {
84 "usedScene": {
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_info.cpp130 usedScene = *scene; in ReadFromParcel()
140 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Parcelable, parcel, &usedScene); in Marshalling()
502 void to_json(nlohmann::json &jsonObject, const RequestPermissionUsedScene &usedScene) in to_json() argument
505 {REQUESTPERMISSION_ABILITIES, usedScene.abilities}, in to_json()
506 {REQUESTPERMISSION_WHEN, usedScene.when} in to_json()
516 {REQUESTPERMISSION_USEDSCENE, requestPermission.usedScene}, in to_json()
530 void from_json(const nlohmann::json &jsonObject, RequestPermissionUsedScene &usedScene) in from_json() argument
537 usedScene.abilities, in from_json()
545 usedScene.abilities, in from_json()
553 usedScene.when, in from_json()
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundle-BundleInfo.md54 | usedScene | [UsedScene](#usedscenedeprecated) | 否 | 否 | 权限使用的场景和时机。 |
H A Djs-apis-bundleManager-bundleInfo.md48 | usedScene | [UsedScene](#usedscene) | 否 | 否 | 权限使用的场景和时机。 |
/ohos5.0/docs/zh-cn/application-dev/ads-service/oaid/
H A Doaid-service-sys.md27 "usedScene": {
H A Doaid-service.md46 "usedScene": {
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Djson_serializer.h74 void to_json(nlohmann::json &jsonObject, const RequestPermissionUsedScene &usedScene);
75 void from_json(const nlohmann::json &jsonObject, RequestPermissionUsedScene &usedScene);
H A Dbundle_info.h84 RequestPermissionUsedScene usedScene; member
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Djsvm-debugger-cpuprofiler-heapsnapshot.md30 "usedScene": {
131 "usedScene": {
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dmodule-structure.md421 | usedScene | 描述权限使用的场景和时机。场景类型如下两种:<br/>-&nbsp;ability:ability的名称,可配置多个。<br/>-&nbsp;when:调用时机,可填的值…
423 ## usedScene对象内部结构
425 **表13** **usedScene对象内部结构说明**
/ohos5.0/docs/en/application-dev/ads-service/oaid/
H A Doaid-service-sys.md29 "usedScene": {
H A Doaid-service.md45 "usedScene": {
/ohos5.0/docs/zh-cn/application-dev/distributedservice/
H A Ddevicemanager-guidelines.md56 "usedScene": {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-isolated-component-sys.md220 "usedScene": {
H A Dts-basic-components-plugincomponent-sys.md179 "usedScene": {
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundle-BundleInfo.md55 | usedScene | [UsedScene](#usedscenedeprecated) | No | No | Application scenario and …
/ohos5.0/docs/en/application-dev/napi/
H A Djsvm-debugger-cpuprofiler-heapsnapshot.md30 "usedScene": {
142 "usedScene": {

12