Home
last modified time | relevance | path

Searched defs:mConnectionTime (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openthread/include/openthread/
H A Dmesh_diag.h254 uint32_t mConnectionTime; ///< Seconds since child attach. member
361 uint32_t mConnectionTime; ///< Seconds since link establishment. member
H A Dthread_ftd.h62 …uint64_t mConnectionTime; ///< Seconds since attach (requires `OPENTHREAD_CONFIG_UPTIME_… member
H A Dthread.h101 …uint32_t mConnectionTime; ///< Seconds since link establishment (requires `CONFIG_UPTIME… member
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_diagnostic_tlvs.hpp890 uint32_t mConnectionTime; // Seconds since attach. member in ot::NetworkDiagnostic::ChildTlv
1054 uint32_t mConnectionTime; // Seconds since link establishment. member in ot::NetworkDiagnostic::RouterNeighborTlv
/aosp_15_r20/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/
DMockMessageNotificationBuilder.java86 private Instant mConnectionTime = Instant.now(); field in MockMessageNotificationBuilder