/ohos5.0/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/src/ |
H A D | ecological_rule_mgr_service_param.cpp | 85 if (!in.ReadInt32(info->embedded)) { in Unmarshalling() 87 info->embedded = 0; in Unmarshalling() 89 LOG_DEBUG("read embedded is %{public}d", info->embedded); in Unmarshalling() 125 std::to_string(embedded) + ",callerAppProvisionType:" + callerAppProvisionType + in ToString()
|
/ohos5.0/base/useriam/user_auth_framework/user_auth_icon/ |
H A D | README.md | 7 1. Provide embedded face and fingerprint authentication control icon that can be integrated into ap… 17 │ ├── src/main/ets/components/mainpage # the entry point for implementing embedded controls 23 **Table 1** APIs for embedded user authentication
|
H A D | oh-package.json5 | 19 …"description": "Provide embedded user authentication control that can be integrated into applicati…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bms_ecological_rule_mgr_service_param.cpp | 123 if (!in.ReadInt32(info->embedded)) { in Unmarshalling() 170 if (!parcel.WriteInt32(embedded)) { in Marshalling() 189 …std::to_string(embedded) + ",callerAppProvisionType:" + callerAppProvisionType + ",targetAppProvis… in ToString()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ecological_rule/ |
H A D | ability_ecological_rule_mgr_service_param.cpp | 132 info->embedded = in.ReadInt32(); in Unmarshalling() 147 if (!parcel.WriteInt32(embedded)) { in Marshalling() 248 …std::to_string(embedded) + ",callerAppProvisionType:" + callerAppProvisionType + ",targetAppProvis… in ToString()
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-embeddableUIAbility.md | 3 …embedded mode for atomic services. It inherits from [UIAbility](js-apis-app-ability-uiAbility.md) …
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-FullScreenComponent.md | 11 …bedding, the host application can run the atomic service in full-screen embedded mode. Without per… 20 …omic service in an embedded manner. If authorization is granted, the host application runs the ato… 22 Running an atomic service in full-screen embedded mode means to embed it into the host application'… 33 …he atomic service in an embedded manner, the host application runs the atomic service EmbeddableUI… 34 …does not authorize the host application to run the atomic service in an embedded manner, the host … 61 …on to run the atomic service in an embedded manner, the invoker can operate the atomic service in … 65 | [EmbeddedComponent](../reference/apis-arkui/arkui-ts/ts-container-embedded-component.md) | Not su… 110 …n to run the atomic service in an embedded manner, the host application runs the atomic service in… 111 …does not authorize the host application to run the atomic service in an embedded manner, the host … 113 The full-screen embedded mode restricts the host application's interaction capabilities, as it can …
|
/ohos5.0/docs/en/application-dev/windowmanager/ |
H A D | windowextensionability.md | 4 … ExtensionAbility component that allows only a system application to be embedded in and displayed … 30 To implement an embedded application, manually create a WindowExtensionAbility in DevEco Studio as … 88 1. To connect to an embedded application, add the UIExtensionComponent to the corresponding pages i…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/ |
H A D | target_ability_info.cpp | 122 {JSON_KEY_EMBEDDED, targetInfo.embedded} in to_json() 245 targetInfo.embedded, in from_json() 286 embedded = parcel.ReadInt32(); in ReadFromParcel() 315 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, embedded); in Marshalling()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-FullScreenLaunchComponent.md | 4 …on to run the atomic service in an embedded manner, the invoker can operate the atomic service in …
|
H A D | ohos-arkui-advanced-InnerFullScreenLaunchComponent-sys.md | 4 …on to run the atomic service in an embedded manner, the invoker can operate the atomic service in …
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/ |
H A D | README.md | 3 Compiles assets to binary blob to be embedded in the .so.
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | napi-introduction.md | 47 …ion is triggered. Then, the method properties defined by the module are embedded to an **exports**… 49 … called using the **exports** object, the ArkTS engine locates and calls the embedded C/C++ method.
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/ |
H A D | bms_ecological_rule_mgr_service_param.h | 65 int32_t embedded = 0; member
|
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/include/ |
H A D | ecological_rule_mgr_service_param.h | 59 int32_t embedded = 0L; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/free_install/ |
H A D | target_ability_info.h | 41 int32_t embedded = 0; member
|
/ohos5.0/base/useriam/user_auth_framework/user_auth_icon/library/ |
H A D | oh-package.json5 | 19 …"description": "Provide embedded user authentication control that can be integrated into applicati…
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ecological_rule/ |
H A D | ability_ecological_rule_mgr_service_param.h | 75 int32_t embedded = 0; member
|
/ohos5.0/build/config/coverage/ |
H A D | BUILD.gn | 13 # coverage mapping data embedded in the test binaries, and the reduction
|
/ohos5.0/docs/en/application-dev/security/UserAuthenticationKit/ |
H A D | user-auth-icon.md | 17 … the right part of the figure) to complete identity authentication. The embedded icons eliminate t…
|
/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | embeddeduiextensionability.md | 7 …ity需要和[EmbeddedComponent](../reference/apis-arkui/arkui-ts/ts-container-embedded-component.md)一起配合… 130 …的页面中通过[EmbeddedComponent](../reference/apis-arkui/arkui-ts/ts-container-embedded-component.md)容器加载…
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | embeddeduiextensionability.md | 5 …ty.md) component of the EMBEDDED_UI type. It provides the capability of embedded UIs across proces… 7 …h the [EmbeddedComponent](../reference/apis-arkui/arkui-ts/ts-container-embedded-component.md). Sp… 130 …h the [EmbeddedComponent](../reference/apis-arkui/arkui-ts/ts-container-embedded-component.md) on …
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-multimedia.md | 216 …o processing scenarios are 3A algorithms (AEC, ANC, and AGC) embedded? If they are embedded, is th… 220 The embedded 3A processing is automatically enabled for the audio stream with the **STREAM_USAGE_VO…
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-new-type.md | 24 | Allowed type| Object class and embedded types such as Array, Date, Map, and Set.|
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | set-security-label.md | 3 The security capabilities vary with devices. For example, small embedded devices provide fewer secu…
|