Searched refs:_is_valid_length (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/build/ohos/hisysevent/ |
H A D | gen_def_from_all_yaml.py | 318 def _is_valid_length(content: str, len_min: int, len_max: int) -> bool: function 355 if not _is_valid_length(domain, 1, 16): 383 if not _is_valid_length(event_name, 1, 32): 446 if not _is_valid_length(event_desc, 3, 128): 468 if not _is_valid_length(tag_name, 1, 16): 496 if not _is_valid_length(tag_list, 1, 5): 557 if not _is_valid_length(name, 1, 32): 624 if not _is_valid_length(param_desc, 3, 128): 657 if not _is_valid_length(event_def, 0 + sub_num, 128 + sub_num):
|