Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/dbus-vis/
H A Ddbus_timeline_vis.js36 const IDXES = { class
55 const type = msg[IDXES["Type"]];
56 const dest = msg[IDXES["Destination"]];
57 const path = msg[IDXES["Path"]];
58 const iface = msg[IDXES["Interface"]];
59 const member = msg[IDXES["Member"]];
60 const sender = msg[IDXES["Sender"]];
105 const cxn = pp[IDXES["Sender"]];
116 key += ('' + preprocessed[n][IDXES[group_by[i]]]);
H A Dboost_handler_timeline_vis.js97 const IDXES = {'Layout Level': 1, 'Description': 5, 'Description1': 6}; class in Group_ASIO
102 key += ('' + preprocessed[n][IDXES[group_by[i]]]);