/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.38/ |
H A D | changelogs-securityLable.md | 11 …ity label passed in. Changing the security label from a higher level to a lower one poses security… 19 The application data security label can be changed to a lower level by using the following API afte… 23 If the application data security label is set to a lower lever, error 13900020 will be thrown. 50 …rom a higher level to a lower one.| An error will be thrown if the data security label is changed … 51 …rom a higher level to a lower one.| An error will be thrown if the data security label is changed … 52 …rom a higher level to a lower one.| An error will be thrown if the data security label is changed … 56 …ror will be thrown if the API is used to set the security label from a higher level to a lower one.
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/ |
H A D | dlp_utils.cpp | 76 std::string lower; in ToLowerString() local 78 lower += std::tolower(c); in ToLowerString() 80 return lower; in ToLowerString() 85 std::string lower = DlpUtils::ToLowerString(suffix); in GetFileTypeBySuffix() local 86 auto iter = FILE_TYPE_MAP.find(lower); in GetFileTypeBySuffix()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__rect_8h.md | 24 …s of the upper left corner of the rectangle can be greater than those of the lower right corner. | 25 …of a rectangle. The height is calculated by using the Y coordinate of the lower right corner of th… 26 … of a rectangle. The width is calculated by using the X coordinate of the lower right corner of th… 29 …_Rect](_drawing.md#oh_drawing_rect) \*) | Obtains the X coordinate of the lower right corner of a … 30 …_Rect](_drawing.md#oh_drawing_rect) \*) | Obtains the Y coordinate of the lower right corner of a … 35 …g.md#oh_drawing_rect) \*rect, float right) | Sets the X coordinate of the lower right corner of a … 36 ….md#oh_drawing_rect) \*rect, float bottom) | Sets the Y coordinate of the lower right corner of a …
|
H A D | js-apis-graphics-common2D.md | 30 …hich can be defined by two coordinate points: upper left corner point and lower right corner point. 38 | right | number | Yes | Yes | X coordinate of the lower right corner of the rectangle. The valu… 39 | bottom | number | Yes | Yes | Y coordinate of the lower right corner of the rectangle. The valu…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.1/ |
H A D | changelogs-testfwk_arkxtest.md | 21 | rightX | 3 | X-coordinate of the lower right corner of the component bounds.| 22 | bottomY | 4 | Y-coordinate of the lower right corner of the component bounds.| 30 | right | 3 | X-coordinate of the lower right corner of the component bounds.| 31 | bottom | 4 | Y-coordinate of the lower right corner of the component bounds.|
|
/ohos5.0/base/security/dlp_permission_service/frameworks/test/mock/ |
H A D | dlp_utils_mock.cpp | 39 std::string lower; in ToLowerString() local 41 lower += std::tolower(c); in ToLowerString() 43 return lower; in ToLowerString()
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/ |
H A D | base.py | 100 if i[1].lower() == text.lower(): 120 if text in i[1].lower(): 157 if 'a' == i[1].lower()[0]: 175 if i[1].lower() == text:
|
/ohos5.0/build/test/example/ |
H A D | test_build_option.py | 193 if para_value.lower() == "true": 206 if para_value.lower() == "true": 232 if para_value.lower() == "true": 307 if para_value.lower() == "true": 474 if para_value.lower() in ("true", ""): 489 if para_value.lower() in ("true", ""): 502 if para_value.lower() == "true": 863 if archive_option.lower() == "true": 942 if ninja_option.lower() == "false": 973 if clean_option.lower() == "false": [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | js-apis-inputmethod-subtype.md | 27 | mode | 'upper' \| 'lower' | 是 | 是 | 非必填。输入法子类型的模式,包括upper(大写)和lower(小写)。 |
|
/ohos5.0/base/useriam/user_auth_framework/common/utils/ |
H A D | iam_mem.h | 35 inline uint32_t CombineUint16ToUint32(uint16_t upper, uint16_t lower) in CombineUint16ToUint32() argument 37 return (static_cast<uint32_t>(upper) << 16U) | lower; in CombineUint16ToUint32()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/ |
H A D | kconfig_file_add_config.py | 34 "model_name_lower": module.lower(), 36 "driver_name_lower": driver.lower()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-border-image.md | 34 …lower left corner, and lower right corner of the border image.<br>Default value: **0**<br>**NOTE**…
|
/ohos5.0/build/ohos/hisysevent/ |
H A D | gen_def_from_all_yaml.py | 443 if event_desc.lower() == event_name.lower(): 462 if tag_name.lower() == event_name.lower(): 465 if "type" in event_base and tag_name.lower() == event_base["type"].lower(): 621 if param_desc.lower() == param_name.lower():
|
/ohos5.0/build/hb/services/ |
H A D | hpm.py | 123 args_list.append('{}={}'.format(key, str(value).lower())) 154 flags_list.extend(['--{}'.format(key).lower(), '{}'.format(str(value)).lower()])
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | make_file_base.py | 91 base_file = ident.lower() + '_scoped.h' 93 base_file = ident.lower() + '_ref_counted.h' 95 base_path = os.path.join('base', ident.lower(), 'ark_web_' + base_file)
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/ |
H A D | User_device_info_hcs.template | 3 … //Host startup priority (0-200). A larger value indicates a lower priority. 8 … // Driver startup priority (0-200). A larger value indicates a lower priority. The defa…
|
H A D | device_info_hcs.template | 3 … //Host startup priority (0-200). A larger value indicates a lower priority. The defa… 7 … // Driver startup priority (0-200). A larger value indicates a lower priority. The defa…
|
/ohos5.0/build/hb/containers/ |
H A D | arg.py | 232 parser.usage = 'hb {} [option]'.format(module_type.name.lower()) 249 parser.usage = 'hb {} [option]'.format(module_type.name.lower()) 265 if str(assigned_value).lower() == 'false': 267 elif str(assigned_value).lower() == 'true' or assigned_value is None: 365 .format(module_type.name.lower()), "0018")
|
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/tools/ |
H A D | strace_log_analysis.py | 66 if not file_name_tmp.lower().startswith('libsyscall_to_nr_'): 72 if '.strace.log' in file_name.lower():
|
H A D | audit_log_analysis.py | 107 if not file_name_tmp.lower().startswith('libsyscall_to_nr_'): 114 if file_name.lower().endswith('.audit.log'):
|
/ohos5.0/docs/zh-cn/application-dev/inputmethod/ |
H A D | input-method-subtype-guide.md | 41 "mode": "lower" 48 "mode": "lower"
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-menu.md | 25 …lower right corner of the target element. If the visible space on the right is insufficient, the m… 65 …lower right corner of the target element. If the visible space on the right is insufficient, the m…
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_linux_scann.py | 385 ).lower() 387 k2 = enable_key.lower() 406 ).lower() 408 child_enable_key = enable_key.lower() 414 ).lower() 416 grand_enable_key = k1.lower()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | utd_8h.md | 45 …lower-level type of the target UTD. For example, **TYPE_SCRIPT** is a lower-level type of **SOURCE…
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-inner-commonEvent-commonEventSubscribeInfo.md | 23 …ranges from –100 to +1000. If the value exceeds the upper or lower limit, the upper or lower limit…
|