Home
last modified time | relevance | path

Searched refs:SetIndex (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Drouter_table.hpp440 …void SetIndex(uint8_t aRouterId, uint8_t aIndex) { mIndexes[aRouterId] = kAllocatedFlag | aInde… in SetIndex() function in ot::RouterTable::RouterIdMap
Drouter_table.cpp94 mRouterIdMap.SetIndex(aRouterId, mRouters.IndexOf(*router)); in AddRouter()
120 mRouterIdMap.SetIndex(aRouter.GetRouterId(), mRouters.IndexOf((aRouter))); in RemoveRouter()