/ohos5.0/foundation/barrierfree/accessibility/ |
H A D | README.md | 22 - Use Accessibility-Extension-Ability to develop applications with accessible capabilities. 23 - General applications are integrated into accessible target applications from ACE, and use acces… 24 - The system settings application allows you to turn on/off for accessible capabilities. 28 …hich supports Native and TS language development, is used to build an accessible ability executio… 30 …pports Native and TS language development, provides the ability to use accessible capabilities for… 32 …ts Native and TS language development and provides the ability to set accessible capability switc… 36 - AccessibilityService: Service is management of accessible-ability connections, and the server con…
|
/ohos5.0/drivers/interface/display/graphic/common/v1_1/ |
H A D | BufferHandleMetaKeyType.idl | 52 HEBC_ACCESS_CPU_ACCESS, // cpu is accessible; hebc is not accessible 53 HEBC_ACCESS_HW_ONLY, // hardware_only: cpu is not accessible; hebc is accessible
|
/ohos5.0/drivers/interface/display/graphic/common/v2_0/ |
H A D | BufferHandleMetaKeyType.idl | 64 HEBC_ACCESS_CPU_ACCESS, // cpu is accessible; hebc is not accessible 65 HEBC_ACCESS_HW_ONLY, // hardware_only: cpu is not accessible; hebc is accessible
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-account_os_account.md | 39 … originally required for an application to call **getAllAccounts()** to obtain accessible accounts. 52 The following is the sample code for an application to obtain the accessible accounts without the *… 71 …ired for an application to call **getAccountsByOwner()** to obtain the accessible accounts based o… 84 The following is the sample code for an application to obtain the accessible accounts based on the …
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.3/ |
H A D | changelogs-account_os_account.md | 39 … originally required for an application to call **getAllAccounts()** to obtain accessible accounts. 52 The following is the sample code for an application to obtain the accessible accounts without the *… 71 …ired for an application to call **getAccountsByOwner()** to obtain the accessible accounts based o… 84 The following is the sample code for an application to obtain the accessible accounts based on the …
|
/ohos5.0/docs/en/application-dev/security/AccessToken/ |
H A D | permissions-for-enterprise-apps.md | 22 …the permission level is changed to system_basic and this permission is accessible to normal enterp… 37 …the permission level is changed to system_basic and this permission is accessible to normal enterp…
|
H A D | access-token-overview.md | 15 …pplication, and uses the access control mechanism to restrict the data accessible to each applicat…
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | canopenlink.md | 3 …application B, application A can call **canOpenLink** to check whether application B is accessible. 7 …eManager.md#bundlemanagercanopenlink12) module to check whether a target application is accessible.
|
/ohos5.0/docs/en/application-dev/security/AssetStoreKit/ |
H A D | asset-as-user-sys.md | 6 …on application needs to store an asset that is accessible after the device is first unlocked or ac…
|
H A D | asset-native-add.md | 18 … | No | Whether the asset is accessible only when a lock… 51 Add an asset that is accessible when the user unlocks the device for the first time. The asset incl…
|
H A D | asset-js-add.md | 18 … | No | Whether the asset is accessible only when a lock… 56 Add an asset that is accessible when the user unlocks the device for the first time. The asset incl…
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-screenLockFileManager-sys.md | 45 | dataType | [DataType](#datatype) | Yes | Type of sensitive data that is accessible on the lock s… 103 | dataType | [DataType](#datatype) | Yes | Type of sensitive data that is accessible on the lock s…
|
H A D | js-apis-app-ability-contextConstant.md | 25 | EL1 | 0 | Device-level encryption. Directories with this encryption level are accessible after th… 26 | EL2 | 1 | User-level encryption. Directories with this encryption level are accessible only after…
|
H A D | js-apis-uripermissionmanager-sys.md | 25 …rmission.PROXY_AUTHORIZATION_URI permission, it can also grant the any accessible URI of another a… 84 …rmission.PROXY_AUTHORIZATION_URI permission, it can also grant the any accessible URI of another a…
|
/ohos5.0/docs/en/application-dev/reference/apis-asset-store-kit/ |
H A D | errorcode-asset.md | 81 2. The device has not been unlocked for the asset that is accessible only after the device is unloc… 82 3. The device is not unlocked for the asset that is accessible only after the device is unlocked.
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 160 std::pair<bool, bool> accessible = std::make_pair<>(false, true); member 242 bool accessible = false; member 806 deviceConfig.accessible.first = true; in from_json() 810 deviceConfig.accessible.second, in from_json() 988 app.accessible, in from_json() 1484 applicationInfo.accessible = app.accessible; in ToApplicationInfo()
|
H A D | application_info.cpp | 175 {APPLICATION_ACCESSIBLE, applicationInfo.accessible}, in to_json() 382 applicationInfo.accessible, in from_json()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 114 bool accessible = false; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 130 std::pair<bool, bool> accessible = std::make_pair<>(false, true); member 234 bool accessible = false; member 933 deviceConfig.accessible.first = true; in from_json() 937 deviceConfig.accessible.second, in from_json() 1137 app.accessible, in from_json() 2079 applicationInfo.accessible = app.accessible; in ToApplicationInfo() 2114 if (deviceConfig.accessible.first) { in ToApplicationInfo() 2115 applicationInfo.accessible = deviceConfig.accessible.second; in ToApplicationInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.cpp | 580 void ViewAbstractModelNG::SetAccessibilityGroup(bool accessible) in SetAccessibilityGroup() argument 586 accessibilityProperty->SetAccessibilityGroup(accessible); in SetAccessibilityGroup() 708 void ViewAbstractModelNG::SetAccessibilityGroup(FrameNode* frameNode, bool accessible) in SetAccessibilityGroup() argument 713 accessibilityProperty->SetAccessibilityGroup(accessible); in SetAccessibilityGroup()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_bundle_logic_test.cpp | 160 "accessible":false, 188 "accessible":false,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_node.h | 502 void SetAccessible(bool accessible) in SetAccessible() argument 504 accessible_ = accessible; in SetAccessible()
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ndk-accessibility-xcomponent.md | 3 …or integrating accessibility, allowing components of these platforms to be accessible within ArkUI. 17 …ty rendering components of the **XComponent** can be integrated to achieve accessible interactions.
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | app-configuration-file.md | 67 | accessible | 标识应用是否能访问应用的安装目录,仅针对Stage模型的系统应用和预置应用生效。 | 布尔值 | 该标签可缺省,缺省值为false。 |
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 222 bool accessible = false; member
|