Home
last modified time | relevance | path

Searched defs:GetKeySequence (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dneighbor.hpp396 uint32_t GetKeySequence(void) const { return mKeySequence; } in GetKeySequence() function in ot::Neighbor
/aosp_15_r20/external/openthread/src/core/common/
H A Dsettings.hpp209 uint32_t GetKeySequence(void) const { return LittleEndian::HostSwap32(mKeySequence); } in GetKeySequence() function in ot::SettingsBase::NetworkInfo