Home
last modified time | relevance | path

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 Devent_node.py24 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'))
73get_sample_separator_count(event_procedure_keyword, 'parentId'))
75get_sample_separator_count(event_procedure_keyword, 'duration'))
79get_sample_separator_count(event_procedure_keyword, 'direction'))
81get_sample_separator_count(event_procedure_keyword, 'distance'))
83get_sample_separator_count(event_procedure_keyword, 'isForDrag'))
85get_sample_separator_count(event_procedure_keyword, 'repeat'))
[all …]
H A Dframe_node.py20 from src.keywords import hittest_node_keyword, get_sample_key, get_sample_separator_count
43 get_sample_separator_count(hittest_node_keyword, 'nodeId'))
45get_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'))
52get_sample_separator_count(hittest_node_keyword, 'monopolizeEvents'))
54 get_sample_separator_count(hittest_node_keyword, 'isHit'))
56get_sample_separator_count(hittest_node_keyword, 'hitTestMode'))
58get_sample_separator_count(hittest_node_keyword, 'responseRegion'), True)
H A Dtouch_point.py20 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'))
44get_sample_separator_count(touch_point_keyword, 'screenPoint'))
46 get_sample_separator_count(touch_point_keyword, 'type'))
48get_sample_separator_count(touch_point_keyword, 'timestamp'))
50get_sample_separator_count(touch_point_keyword, 'isInjected'), True)
H A Dprocedure_step.py20 from src.keywords import event_procedure_keyword, get_sample_key, get_sample_separator_count
38get_sample_separator_count(event_procedure_keyword, 'procedure'))
40 get_sample_separator_count(event_procedure_keyword, 'state'))
42get_sample_separator_count(event_procedure_keyword, 'disposal'))
44get_sample_separator_count(event_procedure_keyword, 'timestamp'), True)
H A Devent_scope.py25 get_sample_separator_count
43get_sample_separator_count(event_procedure_keyword, 'finger'), True)
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/
H A Dkeywords.py162 def get_sample_separator_count(input_dict: Dict[str, KeyValueSample], name: str) -> int: function