Home
last modified time | relevance | path

Searched refs:GetEntry (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_local.cpp116 brTlv->GetEntry(0)->Init(); in AddPrefix()
117 brTlv->GetEntry(0)->SetFlags(aFlags); in AddPrefix()
124 hasRouteTlv->GetEntry(0)->Init(); in AddPrefix()
125 hasRouteTlv->GetEntry(0)->SetFlags(static_cast<uint8_t>(aFlags)); in AddPrefix()
169 As<HasRouteTlv>(cur)->GetEntry(0)->SetRloc(rloc16); in UpdateRloc()
173 As<BorderRouterTlv>(cur)->GetEntry(0)->SetRloc(rloc16); in UpdateRloc()
Dnetwork_data_tlvs.hpp561 HasRouteEntry *GetEntry(uint8_t aIndex) in GetEntry() function in ot::NetworkData::HasRouteTlv
574 const HasRouteEntry *GetEntry(uint8_t aIndex) const in GetEntry() function in ot::NetworkData::HasRouteTlv
1135 BorderRouterEntry *GetEntry(uint8_t aIndex) in GetEntry() function in ot::NetworkData::BorderRouterTlv
1148 const BorderRouterEntry *GetEntry(uint8_t aIndex) const in GetEntry() function in ot::NetworkData::BorderRouterTlv
Dnetwork_data.cpp215 … if (aRloc16 == Mac::kShortAddrBroadcast || borderRouter->GetEntry(index)->GetRloc() == aRloc16) in Iterate()
217 … const BorderRouterEntry *borderRouterEntry = borderRouter->GetEntry(index); in Iterate()
242 … if (aRloc16 == Mac::kShortAddrBroadcast || hasRoute->GetEntry(index)->GetRloc() == aRloc16) in Iterate()
244 const HasRouteEntry *hasRouteEntry = hasRoute->GetEntry(index); in Iterate()
Daddress_resolver.hpp87 …const CacheEntry *GetEntry(void) const { return static_cast<const CacheEntry *>(mData[kEntryIn… in GetEntry() function in ot::AddressResolver::Iterator
Daddress_resolver.cpp93 const CacheEntry *entry = aIterator.GetEntry(); in GetNextCacheEntry()
/openthread-latest/src/ncp/
Dchanged_props_set.hpp133 const Entry *GetEntry(uint8_t aIndex) const in GetEntry() function in ot::Ncp::ChangedPropsSet
/openthread-latest/src/core/border_router/
Drouting_manager.hpp1016 template <class PrefixType> const Entry<PrefixType> *GetEntry(void) const in GetEntry() function in ot::BorderRouter::RoutingManager::RxRaTracker::Iterator
1051 template <class PrefixType> Entry<PrefixType> &GetEntry(void);
1648 &RoutingManager::RxRaTracker::SharedEntry::GetEntry(void) in GetEntry() function in ot::BorderRouter::RoutingManager::RxRaTracker::SharedEntry
1655 &RoutingManager::RxRaTracker::SharedEntry::GetEntry(void) in GetEntry() function in ot::BorderRouter::RoutingManager::RxRaTracker::SharedEntry
Drouting_manager.cpp1461 entry = &sharedEntry->GetEntry<PrefixType>(); in AllocateEntry()
1924 iterator.GetEntry<OnLinkPrefix>()->CopyInfoTo(aEntry, iterator.GetInitTime()); in GetNextEntry()
1927 iterator.GetEntry<RoutePrefix>()->CopyInfoTo(aEntry, iterator.GetInitTime()); in GetNextEntry()
2002 SetEntry(GetEntry<OnLinkPrefix>()->GetNext()); in AdvanceToNextEntry()
2005 SetEntry(GetEntry<RoutePrefix>()->GetNext()); in AdvanceToNextEntry()