Home
last modified time | relevance | path

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

/development/tools/winscope/src/cross_tool/
Dcross_tool_protocol.ts218 const timestampType = this.remoteTool?.timestampType; constant
240 const timestampType = assertDefined(this.remoteTool?.timestampType); constant
Dmessages.ts60 public timestampType?: TimestampType, property in MessageTimestamp
/development/tools/winscope/src/test/remote_tool_mock/
Dapp_component.ts253 const timestampType = assertDefined(message.timestampType); constant