Home
last modified time | relevance | path

Searched refs:restricted (Results 1 – 25 of 101) sorted by relevance

12345

/ohos5.0/docs/docker/
H A Dsources.list15 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse
16 # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse
17 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted universe multiverse
18 # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted universe multi…
19 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe multiverse
20 # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe mul…
21 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-security main restricted universe multiverse
22 # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-security main restricted universe mult…
25 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse
26 # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-proposed main restricted universe mult…
/ohos5.0/foundation/window/window_manager/wmserver/src/utils/
H A Dwindow_manager_service_utils.cpp51 DisplayOrientation currentOrientation, WindowMode mode, uint32_t flags, bool restricted) in IsExpectedRotatableWindow() argument
56 return IsExpectedRotatableWindow(requestOrientation, currentOrientation, flags, restricted); in IsExpectedRotatableWindow()
60 DisplayOrientation currentOrientation, uint32_t flags, bool restricted) in IsExpectedRotatableWindow() argument
75 if (restricted && (static_cast<int32_t>(disOrientation) - in IsExpectedRotatableWindow()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-isolated-component-sys.md3 …bc files within the current page, with the displayed content running in a restricted worker thread.
27 …mponent is created, there is a certain amount of time required for the restricted worker thread to…
29 2. The main thread and the restricted worker thread handle layout rendering asynchronously, which c…
31 3. Event transmission between the main thread and the restricted worker thread is managed asynchron…
37 2. Running independent .abc files in a restricted worker thread offers a level of security, as the …
47 Creates an **IsolatedComponent** component to display the .abc file executed in a restricted worker…
72 Events are asynchronously passed to the restricted worker thread after coordinate conversion.
/ohos5.0/foundation/window/window_manager/wmserver/include/utils/
H A Dwindow_manager_service_utils.h47 … DisplayOrientation currentOrientation, WindowMode mode, uint32_t flags, bool restricted = true);
49 DisplayOrientation currentOrientation, uint32_t flags, bool restricted = true);
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dguidance-on-ndk-libc-interfaces-affected-by-permissions.md9 The use of musl libc APIs may be restricted by the following factors:
11 1. The use of the musl libc API is restricted by the secure computing (seccomp) mechanism.<!--Del-->
28 3. The use of the musl libc API is restricted by SELinux.<!--Del-->
31 4. The use of the musl libc API is restricted by the sandbox mechanism. For details about the sandb…
/ohos5.0/docs/en/application-dev/security/AccessToken/
H A Ddetermine-application-mode.md31 …system_grant-permissions-requestable-via-acl)| system_grant | [Request restricted permission](decl…
32 ….md#user_grant-permissions-requestable-via-acl)| user_grant | [Request restricted permission](decl…
47 | system_core | system_grant | true | [Request restricted permission](declare-permissions-in-acl.md…
48 | system_core | user_grant | true | [Request restricted permission](declare-permissions-in-acl.md) …
H A Ddeclare-permissions-in-acl.md3 Generally, restricted permissions are unavailable to third-party applications. If an application wi…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.3/
H A Dchangelogs-ability.md75 - Starting application components when the application is in the background is not restricted.
89 > 1. Starting components of the same application is also restricted by this rule.
90 …rsion 8 or earlier, starting **serviceAbility** and **dataAbility** is not restricted by this rule.
111 - Starting **serviceAbility** and **dataAbility** across applications is not restricted.
119 - The API call is not restricted.
136 …> Using the **startAbilityByCall** API is also restricted by the background startup and across-app…
187 - Starting application components when the application is in the background is not restricted.
201 > 1. Starting components of the same application is also restricted by this rule.
202 …> 2. For SDKs of API version 8 or earlier, starting **serviceAbility** is not restricted by this r…
224 - Starting **serviceAbility** across applications is not restricted.
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-worker-sys.md27 RestrictedWorker provides a restricted environment for running the Worker thread. In this environme…
62 Only the Worker module can be imported to the restricted Worker thread file. Other APIs cannot be i…
80 //import { process } from '@kit.ArkTS'; // Only worker APIs can be imported to the restricted Worke…
/ohos5.0/docs/zh-cn/application-dev/security/
H A Dapp-provision-structure.md50 "restricted-permissions": ["string"]
97 | restricted-permissions | 表示允许使用的[受限敏感权限](AccessToken/permissions-for-all-user.md)。 | 字符串数组 | 可…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.2/
H A Dchangelogs-multimedia.md11 For privacy protection purposes, the capability of obtaining hidden albums is restricted since API …
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.38/
H A Dchangelogs-multimodalinput.md11 …, the keys that can be queried by the **OH_Input_GetKeyState** API are restricted to the range of …
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.31/
H A Dchangelogs-window.md11 For a 2-in-1 device, the display of the status bar in full-screen mode is restricted by the system …
/ohos5.0/docs/en/application-dev/contacts/
H A Dcontacts-intro.md24 - [Contact Management](#contact-management-restricted-permission)
26 - [Contact Selection](#contact-selection-restricted-permission)
/ohos5.0/docs/en/application-dev/security/
H A Dapp-provision-structure.md50 "restricted-permissions": ["string"]
93 The **permissions** object contains restricted permissions required for your application. Different…
97 | restricted-permissions | [user_grant permissions](AccessToken/permissions-for-all.md#user_grant-p…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Derrorcode-account.md159 The specified account is restricted.
/ohos5.0/docs/en/readme/
H A Dprogramming-language-runtime.md29 2. The implementation of the JavaScript engine is restricted by the subsystem. There is no configu…
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-napi-faqs.md21 | module $SO is not allowed to load in restricted runtime | $SO表示模块名。该模块不在受限worker线程的so加载白名单,不允许加载,…
33 | module xxx is not allowed to load in restricted runtime. | 该模块不允许在受限运行时中使用,xxx表示模块名,建议用户删除该模块。 |
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta2/
H A Dchangelog-v3.2-beta2.md10 …erations of all applications incubated by the appspawn process will be restricted by the applicati…
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-faqs.md25 …llowed to load in restricted runtime | The module, identified by **$SO**, is not allowed for the w…
37 | module xxx is not allowed to load in restricted runtime. | This module cannot be used in restrict…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_native_display_manager___display_info.md31 …cal pixels. The value is a floating point number greater than 0 and is restricted by the range of …
97 …cal pixels. The value is a floating point number greater than 0 and is restricted by the range of …
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.43/
H A Dchangelogs-ability.md11 …ands of Ability Assistant for debugging. Therefore, this behavior must be fundamentally restricted.
/ohos5.0/commonlibrary/c_utils/docs/en/
H A Dc_utils_thread_pool.md41 …No. The thread name is a meaningful C language string, whose length is restricted to 16 characters…
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dprovision_verify_test.cpp117 "restricted-permissions" : ["ohos.permission.GET_PHONE_STATE",
119 "restricted-capabilities" : ["ohos.permission.test"]
/ohos5.0/docs/en/application-dev/media/medialibrary/
H A DphotoAccessHelper-overview.md22 > To use the restricted open capabilities, the application must have the ohos.permission.READ_IMAGE…

12345