Home
last modified time | relevance | path

Searched refs:GetPreviousPartitionId (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/thread/
Dmle_router.hpp214 uint32_t GetPreviousPartitionId(void) const { return mPreviousPartitionId; } in GetPreviousPartitionId() function in ot::Mle::MleRouter
Dmle.cpp452 Get<MleRouter>().SetPreviousPartitionId(networkInfo.GetPreviousPartitionId()); in Restore()
/openthread-latest/src/core/common/
Dsettings.hpp245 …uint32_t GetPreviousPartitionId(void) const { return LittleEndian::HostSwap32(mPreviousPartitionId… in GetPreviousPartitionId() function in ot::SettingsBase::NetworkInfo
Dsettings.cpp56 …ogInfo("... pid:0x%lx, mlecntr:0x%lx, maccntr:0x%lx, mliid:%s}", ToUlong(GetPreviousPartitionId()), in Log()