Home
last modified time | relevance | path

Searched refs:KeyValueSample (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/
H A Dkeywords.py48 class KeyValueSample: class
85 "id": KeyValueSample("id: 0"),
96 "hittest": KeyValueSample("hittest:"),
97 "nodeId": KeyValueSample("nodeId: 0"),
99 "tag": KeyValueSample("tag: root"),
102 "isHit": KeyValueSample("isHit: 1"),
124 "depth": KeyValueSample("depth: 0"),
125 "id": KeyValueSample("id: 0xf072b240"),
129 "state": KeyValueSample("state: READY"),
134 "repeat": KeyValueSample("repeat: 0"),
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/test/
H A Dkeyword_test.py19 from src.keywords import KeyValueSample
22 KeyValueSample("touch points:")
23 KeyValueSample("id: 0")
24 KeyValueSample("screenPoint: Offset (278.00, 551.00)")
25 KeyValueSample("responseRegion: RectT (0.00, 0.00) - [720.00 x 1280.00]")