/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-bundles-container.md | 7 LiteOS-A内核容器隔离功能包含7个容器:UTS容器、PID容器、Mount容器、Network容器、TIME容器、IPC容器、User容器。通过所在进程ProcessCB的Container和… 19 | 7 | User | CLONE_NEWUSER | 用户和用户组 |struct Credentials … 33 - 每个进程ProcessCB对应一个Credentials结构,单独管理User容器,便于模块化、单独处理User容器的特有逻辑。 76 #### **User容器** 80 User Container是用来隔离和分割管理权限的,管理权限实质分为两部分uid/gid和Capability。 84 …User Container是对资源的一种隔离,主要隔离uid/gid,处于不同的User Container具有不同的uid/gid,每个User container拥有独立的从0开始的uid/… 88 User Container通过设置Capability来实现能力隔离。 145 在系统初始化时,需要为初始进程(0号、1号、2号进程)创建同一个根容器,根容器类型包括所有7种类型:UTS容器、PID容器、User容器、Network容器、Mount容器、TIME容器、IPC容器。 294 - PID容器和User容器,具有分层关系,最大支持3层;其他的UTS、Mount、Network容器无分层关系。 304 | CLONE_NEWUSER | 为子进程新建User容器 | 将当前进程转移到指定User容器 | 为本进程新建User容器 | [all …]
|
/ohos5.0/docs/en/application-dev/security/UserAuthenticationKit/ |
H A D | Readme-EN.md | 1 # User Authentication Kit (User Authentication Service) 3 - [Introduction to User Authentication Kit](user-authentication-overview.md) 4 - User Authentication Development 7 - [Initiating User Authentication](start-authentication.md) 8 - [Canceling User Authentication](cancel-authentication.md)
|
/ohos5.0/docs/en/application-dev/reference/apis-user-authentication-kit/ |
H A D | Readme-EN.md | 1 # User Authentication Kit (User Authentication Service) 4 - [@ohos.userIAM.userAuth (User Authentication)](js-apis-useriam-userauth.md) 7 - [@ohos.userIAM.userAuth (User Authentication) (System API)](js-apis-useriam-userauth-sys.md) 10 - [@ohos.userIAM.userAuthIcon (Embedded User Authentication Icons)](ohos-useriam-userauthicon.md) 12 - [User Authentication Error Codes](errorcode-useriam.md)
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | Readme-EN.md | 21 - User Files 22 - [User File Overview](user-file-overview.md) 23 - [User File URI](user-file-uri-intro.md) 25 - [Obtaining the User Directory Environment (C/C++)](native-environment-guidelines.md) 26 - Selecting and Saving User Files 27 - [Selecting User Files](select-user-file.md) 28 - [Saving User Files](save-user-file.md) 31 - [Obtaining and Accessing a User Directory](request-dir-permission.md)
|
H A D | user-file-overview.md | 1 # User File Overview 3 User files are the private [images, videos](../media/medialibrary/photoAccessHelper-overview.md), a… 5 - User files are stored in a directory, whose owner is the user who has logged in to the device. 7 - User files can be stored in [built-in storage](#built-in-storage) and [external storage](#externa… 11 ## User File Storage
|
H A D | core-file-kit-intro.md | 11 - [User files](user-file-overview.md): files of a user who has logged in to the device. User files … 65 ### User File Access Framework 69 **Figure 2** User file access framework 71  75 …t and save user files without any permission. For details, see [Selecting User Files](select-user-…
|
/ohos5.0/docs/en/application-dev/application-test/ |
H A D | Readme-EN.md | 3 - [arkXtest User Guide](arkxtest-guidelines.md) 4 - [SmartPerf User Guide](smartperf-guidelines.md) 5 - [wukong User Guide](wukong-guidelines.md)
|
/ohos5.0/docs/en/device-dev/device-test/ |
H A D | Readme-EN.md | 3 - [Development Self-Test Framework User Guide](developer_test.md) 4 - [xDevice User Guide](xdevice.md) 5 - [Smartperf-Host User Guide](smartperf-host.md)
|
/ohos5.0/docs/zh-cn/application-dev/media/media/ |
H A D | playback-url-setting-method.md | 33 // 创建mediaSource实例对象,设置媒体来源,定制HTTP请求,如需要,可以键值对的形式设置User-Agent、Cookie、Referer等字段 34 …eMediaSourceWithUrl("https://xxx.xxx.xxx.xxx:xx/xx/index.m3u8", {"User-Agent" : "User-Agent-Value… 63 …let headers : Record<string,string> = {"User-Agent" : "User-Agent-Value", "Cookie" : "Cookie-Value… 100 …let headers : Record<string,string> = {"User-Agent" : "User-Agent-Value", "Cookie" : "Cookie-Value…
|
H A D | streaming-media-playback-development-guide.md | 109 …= media.createMediaSourceWithUrl("http://test.cn/dash/aaa.mpd", {"User-Agent" : "User-Agent-Value… 271 …= media.createMediaSourceWithUrl("http://test.cn/dash/aaa.mpd", {"User-Agent" : "User-Agent-Value… 306 // 创建mediaSource实例对象,设置媒体来源,定制HTTP请求,如需要,可以键值对的形式设置User-Agent、Cookie、Referer等字段 307 …MediaSource = media.createMediaSourceWithUrl("https://xxx.xxx", {"User-Agent" : "User-Agent-Value…
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-new-Provider-and-Consumer.md | 258 class User { 267 const data: User[] = [new User('Json', 10), new User('Eric', 15)]; 271 @Provider('data') users: User[] = data; 278 this.users.push(new User('Molly', 18)); 294 @Consumer('data') users: User[] = []; 298 ForEach(this.users, (item: User) => {
|
/ohos5.0/docs/en/application-dev/security/AssetStoreKit/ |
H A D | Readme-EN.md | 6 - [Protecting Asset Data with User Authentication](asset-scenario2.md) 12 - [Querying Assets Used for User Authentication (ArkTS)](asset-js-query-auth.md) 14 …- [Performing Asset Operations in Specified User Space (for System Applications Only) (ArkTS)](ass…
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-bundles-container.md | 19 | 7 | User | CLONE_NEWUSER | Users and user groups. |struct Cre… 33 …r independent User container management. This design facilitates modularization and independent pr… 76 #### **User Container** 78 The User container isolates users and user groups. 80 The User container isolates management rights by User ID or Group ID (UID/GID) and capability. 84 …User container isolates UIDs/GIDs. Different User containers have different UIDs/GIDs. Each User c… 88 With the User container, you can set different capabilities for processes. 226 | Property | User| User Group| File Name | Description … 251 | Permission | User| User Group| File Name | Description … 298 - The PID container and User container support nesting of up to three layers. Other containers do n… [all …]
|
H A D | kernel-small-start-user.md | 1 # Startup in User Mode 4 ## Startup of the Root Process in User Mode 50 ## Running Programs in User Mode
|
/ohos5.0/docs/en/application-dev/security/AccessToken/ |
H A D | Readme-EN.md | 9 - [Requesting User Authorization](request-user-authorization.md) 10 - [Requesting User Authorization Again](request-user-authorization-second.md) 11 - [Requesting One-Time User Authorization](one-time-authorization.md)
|
/ohos5.0/docs/en/readme/ |
H A D | user-iam.md | 1 # User IAM 11  16 - User credential management: provides a unified user credential information management interface f… 29 ├── user_auth_framework # User authentication framework, including user authentication, cre… 37 - User credential management involves critical operations in the system, and the related APIs can b…
|
/ohos5.0/docs/zh-cn/application-dev/security/UserAuthenticationKit/ |
H A D | Readme-CN.md | 1 # User Authentication Kit(用户认证服务) 3 - [User Authentication Kit简介](user-authentication-overview.md)
|
H A D | user-authentication-overview.md | 1 # User Authentication Kit简介 3 User Authentication Kit(用户认证服务)提供了基于用户在设备本地注册的锁屏口令、人脸和指纹来认证用户身份的能力。
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___on_frame_available_listener.md | 20 | [context](#context) | User-defined context information, which is returned when the callback is tr… 35 User-defined context information, which is returned when the callback is triggered.
|
/ohos5.0/base/useriam/user_auth_framework/ |
H A D | README.md | 1 # Unified User Authentication (userauth) 7 As a basic component of the User Identity & Access Management (IAM) subsystem, Unified User Authent…
|
/ohos5.0/drivers/interface/user_auth/v2_0/ |
H A D | UserAuthTypes.idl | 141 * @brief User type. 242 /**< User ID. */ 261 /**< User ID. */ 365 /**< User ID. */ 378 /**< User ID. */ 447 /**< User ID. */ 449 /**< User Type. */
|
/ohos5.0/drivers/interface/user_auth/v3_0/ |
H A D | UserAuthTypes.idl | 147 * @brief User type. 248 /**< User ID. */ 269 /**< User ID. */ 375 /**< User ID. */ 388 /**< User ID. */ 457 /**< User ID. */ 459 /**< User Type. */
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | playback-url-setting-method.md | 33 …a source, and customize an HTTP request. If necessary, set fields such as User-Agent, Cookie, and … 34 …eMediaSourceWithUrl("https://xxx.xxx.xxx.xxx:xx/xx/index.m3u8", {"User-Agent" : "User-Agent-Value… 63 …let headers : Record<string,string> = {"User-Agent" : "User-Agent-Value", "Cookie" : "Cookie-Value… 100 …let headers : Record<string,string> = {"User-Agent" : "User-Agent-Value", "Cookie" : "Cookie-Value…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-sendablePreferences.md | 1 # @ohos.data.sendablePreferences (Shared User Preferences) 60 For details about the error codes, see [Universal Error Codes](../errorcode-universal.md) and [User… 118 For details about the error codes, see [Universal Error Codes](../errorcode-universal.md) and [User… 171 For details about the error codes, see [Universal Error Codes](../errorcode-universal.md) and [User… 229 For details about the error codes, see [Universal Error Codes](../errorcode-universal.md) and [User… 428 For details about the error codes, see [User Preference Error Codes](errorcode-preferences.md). 468 For details about the error codes, see [User Preference Error Codes](errorcode-preferences.md). 753 For details about the error codes, see [User Preference Error Codes](errorcode-preferences.md). 784 For details about the error codes, see [User Preference Error Codes](errorcode-preferences.md). 814 For details about the error codes, see [User Preference Error Codes](errorcode-preferences.md). [all …]
|
/ohos5.0/docs/en/device-dev/guide/ |
H A D | device-camera-visual-prepare.md | 5 Download and configure DevEco Studio. For details, see [DevEco Studio User Guide](https://developer… 19 …For details about the parameters, see [DevEco Studio User Guide](https://developer.harmonyos.com/e…
|