Home
last modified time | relevance | path

Searched refs:timestampType (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/cross_tool/
Dcross_tool_protocol.ts44 timestampType?: TimestampType;
75 !this.remoteTool.timestampType ||
90 this.remoteTool.timestampType,
170 this.setRemoteToolTimestampTypeIfNeeded(message.timestampType);
180 this.setRemoteToolTimestampTypeIfNeeded(message.timestampType);
193 this.setRemoteToolTimestampTypeIfNeeded(message.timestampType);
205 if (remoteTool.timestampType !== undefined) {
212 remoteTool.timestampType = type ?? TimestampType.CLOCK_REALTIME;
218 const timestampType = this.remoteTool?.timestampType; constant
219 switch (timestampType) {
[all …]
Dmessages.ts50 public timestampType?: TimestampType,
60 public timestampType?: TimestampType, property in MessageTimestamp
71 public timestampType?: TimestampType,
/development/tools/winscope/src/test/remote_tool_mock/
Dapp_component.ts253 const timestampType = assertDefined(message.timestampType); constant
254 switch (timestampType) {
270 assertUnreachable(timestampType);