Searched refs:_is_valid_length (Results 1 - 1 of 1) sorted by relevance
/build/ohos/hisysevent/ |
H A D | gen_def_from_all_yaml.py | 320 def _is_valid_length(content: str, len_min: int, len_max: int) -> bool: function 357 if not _is_valid_length(domain, 1, 16): 385 if not _is_valid_length(event_name, 1, 32): 448 if not _is_valid_length(event_desc, 3, 128): 470 if not _is_valid_length(tag_name, 1, 16): 498 if not _is_valid_length(tag_list, 1, 5): 559 if not _is_valid_length(name, 1, 32): 626 if not _is_valid_length(param_desc, 3, 128): 659 if not _is_valid_length(event_def, 0 + sub_num, 128 + sub_num):
|
Completed in 2 milliseconds