Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dnetwork_diagnostic.hpp305 uint16_t GetLastQueryId(void) const { return mQueryId; } in GetLastQueryId() function in ot::NetworkDiagnostic::Client
/external/openthread/src/core/utils/
Dmesh_diag.cpp178 mExpectedQueryId = Get<Client>().GetLastQueryId(); in SendQuery()