Searched refs:ExtendedPanIdManager (Results 1 – 11 of 11) sorted by relevance
41 const otExtendedPanId ExtendedPanIdManager::sExtendedPanidInit = {54 ExtendedPanIdManager::ExtendedPanIdManager(Instance &aInstance) in ExtendedPanIdManager() function in ot::MeshCoP::ExtendedPanIdManager61 void ExtendedPanIdManager::SetExtPanId(const ExtendedPanId &aExtendedPanId) in SetExtPanId()
74 class ExtendedPanIdManager : public InstanceLocator, private NonCopyable class82 explicit ExtendedPanIdManager(Instance &aInstance);
304 IgnoreError(dataset.Write<ExtendedPanIdTlv>(Get<ExtendedPanIdManager>().GetExtPanId())); in GenerateLocal()
636 … &Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId(), sizeof(ExtendedPanId))); in HandleGetExtPanId()
214 Get<ExtendedPanIdManager>().SetExtPanId(cur->ReadValueAs<ExtendedPanIdTlv>()); in ApplyConfiguration()
159 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()
551 MeshCoP::ExtendedPanIdManager mExtendedPanIdManager;899 template <> inline MeshCoP::ExtendedPanIdManager &Instance::Get(void) { return mExtendedPanIdManage… in Get()
54 return &AsCoreType(aInstance).Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId(); in otThreadGetExtendedPanId()65 instance.Get<MeshCoP::ExtendedPanIdManager>().SetExtPanId(extPanId); in otThreadSetExtendedPanId()
2761 … VerifyOrExit(Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId() != extPanId, error = kErrorDrop); in HandleDiscoveryRequest()2857 …error = Tlv::Append<MeshCoP::ExtendedPanIdTlv>(*message, Get<MeshCoP::ExtendedPanIdManager>().GetE… in SendDiscoveryResponse()
824 beaconPayload->SetExtendedPanId(Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId()); in PrepareBeacon()
2573 const MeshCoP::ExtendedPanId &extPanId = Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId(); in GenerateLocalPrefix()