Home
last modified time | relevance | path

Searched refs:IsAllocated (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/thread/
Drouter_table.hpp319 bool IsAllocated(uint8_t aRouterId) const { return mRouterIdMap.IsAllocated(aRouterId); } in IsAllocated() function in ot::RouterTable
438 … bool IsAllocated(uint8_t aRouterId) const { return (mIndexes[aRouterId] & kAllocatedFlag); } in IsAllocated() function in ot::RouterTable::RouterIdMap
Drouter_table.cpp118 if (IsAllocated(aRouter.GetRouterId())) in RemoveRouter()
286 VerifyOrExit(IsAllocated(aRouterId)); in FindRouterById()
515 if (IsAllocated(routerId) == aRouterIdSet.Contains(routerId)) in UpdateRouterIdSet()
520 if (IsAllocated(routerId)) in UpdateRouterIdSet()
541 if (!IsAllocated(routerId) && aRouterIdSet.Contains(routerId)) in UpdateRouterIdSet()
860 if (IsAllocated(routerId)) in GetAsRouterIdSet()
874 if (!IsAllocated(routerId) && (mIndexes[routerId] > 0)) in HandleTimeTick()
Dnetwork_data_leader_ftd.cpp704 …VerifyOrExit(Get<RouterTable>().IsAllocated(Mle::RouterIdFromRloc16(aRloc16)), error = kErrorNoRou… in RegisterNetworkData()
1299 if (!Get<RouterTable>().IsAllocated(Mle::RouterIdFromRloc16(rloc))) in HandleNetworkDataRestoredAfterReset()
Dmle_router.cpp1115 if (IsRouter() && !mRouterTable.IsAllocated(mRouterId)) in ProcessRouteTlv()
3760 VerifyOrExit(mRouterTable.IsAllocated(aNeighborId)); in ShouldDowngrade()
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp394 return AsCoreType(aInstance).Get<RouterTable>().IsAllocated(aRouterId); in otThreadIsRouterIdAllocated()
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp290 if (Get<RouterTable>().IsAllocated(routerId)) in RecordRouterTableChange()
Dmesh_diag.cpp171 …VerifyOrExit(Get<RouterTable>().IsAllocated(Mle::RouterIdFromRloc16(aRloc16)), error = kErrorNotFo… in SendQuery()