Home
last modified time | relevance | path

Searched defs:EventNode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_event.h29 typedef struct EventNode { struct
34 } EventNode; argument
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dserver.h35 struct EventNode { struct
48 struct EventNode eventNode[MAX_EVENT_NODE_COUNT]; argument
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/
H A Devent_node.py31 class EventNode(BaseBean): class