/ohos5.0/docs/zh-cn/application-dev/security/AccessToken/ |
H A D | permissions-for-all.md | 20 **权限级别**:normal 30 **权限级别**:normal 40 **权限级别**:normal 50 **权限级别**:normal 60 **权限级别**:normal 70 **权限级别**:normal 80 **权限级别**:normal 92 **权限级别**:normal 102 **权限级别**:normal 112 **权限级别**:normal [all …]
|
H A D | permissions-for-all-user.md | 20 **权限级别**:normal 30 **权限级别**:normal 40 **权限级别**:normal 50 **权限级别**:normal 60 **权限级别**:normal 70 **权限级别**:normal 99 **权限级别**:normal 111 **权限级别**:normal 121 **权限级别**:normal 131 **权限级别**:normal [all …]
|
H A D | app-permission-mgmt-overview.md | 73 | normal | 默认情况下,应用的APL等级都为normal等级。 | 83 …| normal | 允许应用访问超出默认规则外的普通系统资源,如配置Wi-Fi信息、调用相机拍摄等。<br/>这些系统资源的开放(包括数据和功能)对用户隐私以及其他应用带来的风险低。 | APL… 93 …场景举例:如开发者正在开发APL等级为normal的A应用,由于功能场景需要,A应用需要申请等级为system_basic的P权限。在P权限的ACL使能为TRUE的情况下,A应用可以通过ACL方式…
|
H A D | determine-application-mode.md | 25 ## <!--Del-->normal等级<!--DelEnd-->应用申请权限的方式 31 | <!--DelRow-->[允许normal等级应用通过ACL跨级申请](permissions-for-system-apps.md#system_grant允许acl跨级申请) | syst… 32 | <!--DelRow-->[允许normal等级应用通过ACL跨级申请](permissions-for-system-apps.md#user_grant允许acl跨级申请) | user_g… 38 > - 如果system_basic等级的权限,ACL使能为false,则normal等级应用无法申请该权限。 45 | normal、system_basic | system_grant | - | [声明权限](declare-permissions.md) > 访问接口 | 46 | normal、system_basic | user_grant | - | [声明权限](declare-permissions.md) > [向用户申请授权](request-user…
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-hwi.md | 76 0: 0 0 0.0 0.0 0.0 normal 77 1: 937031 0 0.1 0.1 0.1 normal 78 2: 0 0 0.0 0.0 0.0 normal 79 29: 726166 5 0.54 0.57 0.59 normal 80 37: 0 0 0.0 0.0 0.0 normal rtc_alarm 82 48: 3 4 0.0 0.0 0.0 normal GPIO 83 59: 0 0 0.0 0.0 0.0 normal 84 62: 531 1 0.0 0.0 0.0 normal MMC_IRQ 85 63: 69 1 0.0 0.0 0.0 normal MMC_IRQ 86 64: 292 2 0.0 0.0 0.0 normal ETH [all …]
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-hwi.md | 76 0: 0 0 0.0 0.0 0.0 normal 77 1: 937031 0 0.1 0.1 0.1 normal 78 2: 0 0 0.0 0.0 0.0 normal 79 29: 726166 5 0.54 0.57 0.59 normal 80 37: 0 0 0.0 0.0 0.0 normal rtc_alarm 82 48: 3 4 0.0 0.0 0.0 normal GPIO 83 59: 0 0 0.0 0.0 0.0 normal 84 62: 531 1 0.0 0.0 0.0 normal MMC_IRQ 85 63: 69 1 0.0 0.0 0.0 normal MMC_IRQ 86 64: 292 2 0.0 0.0 0.0 normal ETH [all …]
|
/ohos5.0/docs/en/application-dev/security/AccessToken/ |
H A D | permissions-for-all.md | 20 **Permission level**: normal 30 **Permission level**: normal 40 **Permission level**: normal 50 **Permission level**: normal 60 **Permission level**: normal 70 **Permission level**: normal 80 **Permission level**: normal 92 **Permission level**: normal 102 **Permission level**: normal 112 **Permission level**: normal [all …]
|
H A D | permissions-for-all-user.md | 20 **Permission level**: normal 30 **Permission level**: normal 40 **Permission level**: normal 50 **Permission level**: normal 60 **Permission level**: normal 70 **Permission level**: normal 99 **Permission level**: normal 111 **Permission level**: normal 121 **Permission level**: normal 131 **Permission level**: normal [all …]
|
H A D | permissions-for-enterprise-apps.md | 3 …nd <!--DelEnd-->enterprise applications. Enterprise applications include normal enterprise apps an… 5 The distribution type of enterprise applications can be **enterprise_normal** (normal enterprise ap… 22 …on level is changed to system_basic and this permission is accessible to normal enterprise applica… 37 …on level is changed to system_basic and this permission is accessible to normal enterprise applica…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_sub_1_test.cpp | 68 userColor.normal = Color::GREEN; 108 userColor.normal = std::nullopt; 219 userColor.normal = Color::BLUE; 257 userColor.normal = std::nullopt; 296 userColor.normal = std::nullopt; 334 userColor.normal = std::nullopt; 373 userColor.normal = Color::BLACK; 451 userColor.normal = Color::GREEN; 491 userColor.normal = std::nullopt; 603 userColor.normal = Color::BLUE; [all …]
|
H A D | text_input_sub_2_test.cpp | 63 userColor.normal = Color::GREEN; 71 EXPECT_EQ(userColorRes.normal, Color::GREEN); 96 userColor.normal = std::nullopt; 105 EXPECT_EQ(userColorRes.normal, std::nullopt); 183 userColor.normal = Color::BLUE; 194 EXPECT_EQ(userColorRes.normal, Color::BLUE); 214 userColor.normal = std::nullopt; 245 userColor.normal = std::nullopt; 276 userColor.normal = std::nullopt; 308 userColor.normal = Color::BLACK; [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/appdatafwk/unittest/ |
H A D | serializable_test.cpp | 69 Normal normal; member 75 SetValue(node[GET_NAME(normal)], normal); in Marshal() 83 GetValue(node, GET_NAME(normal), normal); in Unmarshal() 123 Normal normal; variable 124 normal.name = "normal"; 125 normal.count = -1; 126 normal.status = 12; 127 normal.value = -56; 128 normal.isClear = true; 129 normal.cols = { "adfasdfas" }; [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_target_packing_common.h | 30 vec2 NormalOctEncode(in vec3 normal) in NormalOctEncode() argument 32 vec3 n = normal; in NormalOctEncode() 98 vec3 GetPackNormal(in vec3 normal) in GetPackNormal() argument 101 return vec3(NormalOctEncode(normal), 0.0); in GetPackNormal() 103 return vec3(normal * 0.5 + 0.5); in GetPackNormal() 125 vec4 GetPackVelocityAndNormal(in vec2 velocity, in vec3 normal) in GetPackVelocityAndNormal() argument 127 return vec4(velocity, NormalOctEncode(normal)); in GetPackVelocityAndNormal() 149 vec3 GetUnpackNormal(in vec3 normal) in GetUnpackNormal() argument 152 return NormalOctDecode(normal.xy); in GetUnpackNormal() 154 return normal.xyz * 2.0 - 1.0; in GetUnpackNormal() [all …]
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-statestyles.md | 16 - normal:正常态。 34 …黑色。使用Tab键走焦,先是Button1获焦并显示为focus态指定的粉色。当Button2获焦的时候,Button2显示为focus态指定的粉色,Button1失焦显示normal态指定的蓝色。 51 normal: { 64 normal: { 103 normal: this.normalStyle, 132 normal: { 148 Button默认normal态显示绿色,第一次按下Tab键让Button获焦显示为focus态的红色,点击事件触发后,再次按下Tab键让Button获焦,focus态变为粉色。
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | serializable_test.cpp | 68 Normal normal; member 74 SetValue(node[GET_NAME(normal)], normal); in Marshal() 82 GetValue(node, GET_NAME(normal), normal); in Unmarshal() 124 Normal normal; variable 125 normal.name = "normal"; 126 normal.count = -1; 127 normal.status = 12; 128 normal.value = -56; 129 normal.isClear = true; 130 normal.cols = {"adfasdfas"}; [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-stepper-item.md | 33 | status | string | normal | 步骤导航器当前步骤的初始状态,可选值为:<br/>- normal:正常状态,右侧文本按钮正常显示,可点击进入下一个步骤。<br/… 45 | font-style | string | normal | 否 | 文本字体样式,可选值为:<br/>- normal: 标准的字体样式;<br/>- itali… 46 …weight | number\|string | normal | 否 | 文本字体粗细,number类型取值[100, 900]的整数(被100整除),默认为400,取值越大,字体越…
|
H A D | js-components-basic-text.md | 36 …rcentage> \| string | normal | 否 | 设置文本之间的间距,str… 37 … | normal | 否 | 设置文本的字体样式,可选值… 38 …normal | 否 | 设置文本的字体粗细,number类型取值[100, 900],默认为400,取值越大,… 42 …>7+</sup> | 0px<sup>1-6</sup><br/>normal<sup>7+</sup> | 否 | 设置文本的文本行高,设置为0px时,不限制文本行高,自适应字体大小。s… 50 … | normal | 否 | 设置文本折行模式,可选值为… 52 … | 否 | 设置处理元素中空白的模式,可选值为:<br/>- normal:所有空格、回车、制表符都合并成一个空…
|
H A D | js-components-basic-button.md | 39 | font-style | string | normal | 否 | 按钮的字体样式。 … 40 | font-weight | number \| string | normal | 否 | 按钮的字体粗细。见[text组件font-weight的样… 56 | font-style | string | normal | 否 | 弧形按钮的字体样式。 … 57 | font-weight | number \| string | normal | 否 | 弧形按钮的字体粗细。见[text组件font-weight的样式属性… 124 font-style: normal;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/shader/ |
H A D | core3d_dm_fullscreen_deferred_shading.frag | 31 vec3 normal; 43 fd.normal = vec3(0.0, 1.0, 0.0); 63 fd.normal = normalize(fd.normal); 69 fd.normal = normalize(fd.normal); 78 fd.normal = normalize(fd.normal); 82 fd.normal = normalize(fd.normal); 177 const float NoL = clamp(dot(fd.normal, L), 0.0, 1.0); 207 const float NoL = clamp(dot(fd.normal, L), 0.0, 1.0); 261 const float NoV = clamp(dot(fd.normal, V), CORE3D_PBR_LIGHTING_EPSILON, 1.0); 265 shadingData.N = fd.normal; [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_picker_base.cpp | 258 normal.SetFontFamilies(node.ParseFontFamilies(val)); in SetOptionStyleOperators() 266 normal.SetFontSize(node.ParseDimension(val)); in SetOptionStyleOperators() 322 normal.SetAllowScale(StringToBool(val)); in SetTextStyleOperators() 346 normal.SetFontFamilies(node.ParseFontFamilies(val)); in SetTextStyleOperators() 354 normal.SetFontSize(fontSize); in SetTextStyleOperators() 355 normal.SetAdaptMaxFontSize(fontSize); in SetTextStyleOperators() 361 normal.SetFontStyle(ConvertStrToFontStyle(val)); in SetTextStyleOperators() 367 normal.SetFontWeight(ConvertStrToFontWeight(val)); in SetTextStyleOperators() 373 normal.SetLetterSpacing(node.ParseDimension(val)); in SetTextStyleOperators() 379 normal.SetLineHeight(node.ParseLineHeight(val)); in SetTextStyleOperators() [all …]
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-statestyles.md | 16 - normal 30 … style specified for **focus**, and **Button1** changes to the blue style specified for **normal**. 47 normal: { 60 normal: { 97 normal: this.normalStyle, 126 normal: { 142 By default, the button is displayed in green in the normal state. When you press the Tab key for th…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-text.md | 30 | font-style | string | normal | 否 | 设置文本的字体样式,可选值为:<br/>- normal:标准的字体样式;<br/>- italic:斜… 31 …tring | normal | 否 | 设置文本的字体粗细,number类型取值[100, 900],默认为400,取值越大,字体越粗。<br/>- number取值必须为1… 42 | word-break | string | normal | 否 | 设置文本折行模式,可选值为:<br/>- normal:默认换行规则,依据各自语言的规则,允许在字间发生换行。<b…
|
/ohos5.0/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/util/ |
H A D | NotificationUtil.ts | 97 normal: { 106 notificationRequest.content.normal = { 112 notificationRequest.content.normal = { 118 notificationRequest.content.normal = {
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-security-selinux-sample-domain.md | 96 1. 在sehap_contexts文件中,建立应用APL等级、包名与应用进程标签、数据目录标签的映射关系。这里表示,当安装的应用APL为normal且包名为`com.ohos.permission… 98 …apl=normal name=com.ohos.permissionmanager domain=permissionmanager_hap type=permissionmanager_hap… 106 这里使用APL等级为normal的应用作为示例,其他APL等级的应用参考下表配置: 111 | normal | normal_hap_attr | normal_hap_data_file_attr |
|
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/filemanagement/userfile_manager/system/ |
H A D | sehap_contexts | 14 apl=normal name=com.ohos.medialibrary.medialibrarydata domain=medialibrary_hap type=medialibrary_ha… 15 apl=normal name=com.ohos.medialibrary.medialibrarydata:fileAccess domain=medialibrary_hap type=medi… 16 apl=normal name=com.ohos.medialibrary.medialibrarydata:backup domain=medialibrary_hap type=medialib…
|