Home
last modified time | relevance | path

Searched refs:ExtendedPanIdManager (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/src/core/meshcop/
Dextended_panid.cpp41 const otExtendedPanId ExtendedPanIdManager::sExtendedPanidInit = {
54 ExtendedPanIdManager::ExtendedPanIdManager(Instance &aInstance) in ExtendedPanIdManager() function in ot::MeshCoP::ExtendedPanIdManager
61 void ExtendedPanIdManager::SetExtPanId(const ExtendedPanId &aExtendedPanId) in SetExtPanId()
Dextended_panid.hpp74 class ExtendedPanIdManager : public InstanceLocator, private NonCopyable class
82 explicit ExtendedPanIdManager(Instance &aInstance);
Ddataset_manager_ftd.cpp304 IgnoreError(dataset.Write<ExtendedPanIdTlv>(Get<ExtendedPanIdManager>().GetExtPanId())); in GenerateLocal()
Dtcat_agent.cpp636 … &Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId(), sizeof(ExtendedPanId))); in HandleGetExtPanId()
Ddataset_manager.cpp214 Get<ExtendedPanIdManager>().SetExtPanId(cur->ReadValueAs<ExtendedPanIdTlv>()); in ApplyConfiguration()
/openthread-latest/src/core/radio/
Dtrel_interface.cpp159 txtEntries[1].Init(kTxtRecordExtPanIdKey, Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId().m8, in RegisterService()
167 Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId().ToString().AsCString()); in RegisterService()
310 if (entry.GetExtPanId() != Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId()) in GetNewPeerEntry()
372 … if (!aIsDiscovery && (entry.GetExtPanId() != Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId())) in Send()
/openthread-latest/src/core/instance/
Dinstance.hpp551 MeshCoP::ExtendedPanIdManager mExtendedPanIdManager;
899 template <> inline MeshCoP::ExtendedPanIdManager &Instance::Get(void) { return mExtendedPanIdManage… in Get()
/openthread-latest/src/core/api/
Dthread_api.cpp54 return &AsCoreType(aInstance).Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId(); in otThreadGetExtendedPanId()
65 instance.Get<MeshCoP::ExtendedPanIdManager>().SetExtPanId(extPanId); in otThreadSetExtendedPanId()
/openthread-latest/src/core/thread/
Dmle_router.cpp2761 … VerifyOrExit(Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId() != extPanId, error = kErrorDrop); in HandleDiscoveryRequest()
2857 …error = Tlv::Append<MeshCoP::ExtendedPanIdTlv>(*message, Get<MeshCoP::ExtendedPanIdManager>().GetE… in SendDiscoveryResponse()
/openthread-latest/src/core/mac/
Dmac.cpp824 beaconPayload->SetExtendedPanId(Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId()); in PrepareBeacon()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp2573 const MeshCoP::ExtendedPanId &extPanId = Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId(); in GenerateLocalPrefix()