Searched refs:get_sample_separator_count (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/ |
H A D | event_node.py | 24 from src.keywords import event_procedure_keyword, get_sample_key, get_sample_separator_count 67 get_sample_separator_count(event_procedure_keyword, 'type')) 69 get_sample_separator_count(event_procedure_keyword, 'depth')) 71 get_sample_separator_count(event_procedure_keyword, 'id')) 73 … get_sample_separator_count(event_procedure_keyword, 'parentId')) 75 … get_sample_separator_count(event_procedure_keyword, 'duration')) 79 … get_sample_separator_count(event_procedure_keyword, 'direction')) 81 … get_sample_separator_count(event_procedure_keyword, 'distance')) 83 … get_sample_separator_count(event_procedure_keyword, 'isForDrag')) 85 … get_sample_separator_count(event_procedure_keyword, 'repeat')) [all …]
|
H A D | frame_node.py | 20 from src.keywords import hittest_node_keyword, get_sample_key, get_sample_separator_count 43 get_sample_separator_count(hittest_node_keyword, 'nodeId')) 45 … get_sample_separator_count(hittest_node_keyword, 'parentId')) 47 get_sample_separator_count(hittest_node_keyword, 'tag')) 49 get_sample_separator_count(hittest_node_keyword, 'comId')) 52 … get_sample_separator_count(hittest_node_keyword, 'monopolizeEvents')) 54 get_sample_separator_count(hittest_node_keyword, 'isHit')) 56 … get_sample_separator_count(hittest_node_keyword, 'hitTestMode')) 58 … get_sample_separator_count(hittest_node_keyword, 'responseRegion'), True)
|
H A D | touch_point.py | 20 from src.keywords import touch_point_keyword, get_sample_key, get_sample_separator_count 40 get_sample_separator_count(touch_point_keyword, 'id')) 42 get_sample_separator_count(touch_point_keyword, 'point')) 44 … get_sample_separator_count(touch_point_keyword, 'screenPoint')) 46 get_sample_separator_count(touch_point_keyword, 'type')) 48 … get_sample_separator_count(touch_point_keyword, 'timestamp')) 50 … get_sample_separator_count(touch_point_keyword, 'isInjected'), True)
|
H A D | procedure_step.py | 20 from src.keywords import event_procedure_keyword, get_sample_key, get_sample_separator_count 38 … get_sample_separator_count(event_procedure_keyword, 'procedure')) 40 get_sample_separator_count(event_procedure_keyword, 'state')) 42 … get_sample_separator_count(event_procedure_keyword, 'disposal')) 44 … get_sample_separator_count(event_procedure_keyword, 'timestamp'), True)
|
H A D | event_scope.py | 25 get_sample_separator_count 43 … get_sample_separator_count(event_procedure_keyword, 'finger'), True)
|
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/ |
H A D | keywords.py | 162 def get_sample_separator_count(input_dict: Dict[str, KeyValueSample], name: str) -> int: function
|