Home
last modified time | relevance | path

Searched refs:Timestamp (Results 1 – 14 of 14) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/monitoring/collector/
DResourceMetricUtil.java24 import com.google.protobuf.Timestamp;
66 public static Timestamp GetCurrentTimestamp() { in GetCurrentTimestamp()
/tools/netsim/ui/ts/google/protobuf/
Dtimestamp.ts96 export interface Timestamp { interface
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java44 import com.google.protobuf.Timestamp;
179 Timestamp startTime = createTimeStamp(mInvocationStartTime); in invocationStarted()
228 Timestamp endTime = createTimeStamp(mInvocationStartTime + elapsedTime); in invocationEnded()
593 private Timestamp createTimeStamp(long currentTimeMs) { in createTimeStamp()
594 return Timestamp.newBuilder() in createTimeStamp()
600 private long timeStampToMillis(Timestamp stamp) { in timeStampToMillis()
DProtoResultParser.java58 import com.google.protobuf.Timestamp;
610 private long timeStampToMillis(Timestamp stamp) { in timeStampToMillis()
/tools/netsim/rust/daemon/src/captures/
Dcapture.rs37 use protobuf::well_known_types::timestamp::Timestamp;
154 Timestamp { seconds: self.seconds, nanos: self.nanos, ..Default::default() }; in get_capture_proto()
/tools/asuite/atest/tf_proto/
Dtest_record.proto51 google.protobuf.Timestamp start_time = 7;
54 google.protobuf.Timestamp end_time = 8;
/tools/tradefederation/core/proto/
Dtest_record.proto51 google.protobuf.Timestamp start_time = 7;
54 google.protobuf.Timestamp end_time = 8;
/tools/netsim/proto/netsim/
Dfrontend.proto122 google.protobuf.Timestamp last_modified = 2;
130 optional google.protobuf.Timestamp last_modified = 1;
Dmodel.proto286 // Timestamp of the most recent start_capture
288 google.protobuf.Timestamp timestamp = 7;
/tools/tradefederation/core/proto/monitoring/server/
Dlab_resource.proto72 google.protobuf.Timestamp timestamp = 4;
/tools/netsim/rust/proto/src/
Dfrontend.rs648 pub last_modified: ::protobuf::MessageField<::protobuf::well_known_types::timestamp::Timestamp>,
673 …lect::rt::v2::make_message_field_accessor::<_, ::protobuf::well_known_types::timestamp::Timestamp>( in generated_message_descriptor_data()
788 pub last_modified: ::protobuf::MessageField<::protobuf::well_known_types::timestamp::Timestamp>,
808 …lect::rt::v2::make_message_field_accessor::<_, ::protobuf::well_known_types::timestamp::Timestamp>( in generated_message_descriptor_data()
Dmodel.rs3271 pub timestamp: ::protobuf::MessageField<::protobuf::well_known_types::timestamp::Timestamp>,
3323 …lect::rt::v2::make_message_field_accessor::<_, ::protobuf::well_known_types::timestamp::Timestamp>( in generated_message_descriptor_data()
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dbuild_event_stream.proto333 google.protobuf.Timestamp start_time = 9;
647 google.protobuf.Timestamp test_attempt_start = 10;
750 google.protobuf.Timestamp first_start_time = 13;
760 google.protobuf.Timestamp last_stop_time = 14;
823 google.protobuf.Timestamp finish_time = 5;
/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs54 use protobuf::well_known_types::timestamp::Timestamp;
641 response.last_modified = Some(Timestamp { in list_device()