Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Drouter_table.cpp111 mRouterIdMap.Release(aRouter.GetRouterId()); in RemoveRouter()
118 if (IsAllocated(aRouter.GetRouterId())) in RemoveRouter()
120 mRouterIdMap.SetIndex(aRouter.GetRouterId(), mRouters.IndexOf((aRouter))); in RemoveRouter()
233 if (router.GetNextHop() == aRouter.GetRouterId()) in RemoveRouterLink()
250 Get<AddressResolver>().RemoveEntriesForRouterId(aRouter.GetRouterId()); in RemoveRouterLink()
751 … if (Get<Mle::Mle>().MatchesRouterId(routerId) || (routerId == aNeighbor->GetRouterId()) || in FillRouteTlv()
907 string.Append(" %2d 0x%04x", router.GetRouterId(), router.GetRloc16()); in LogRouteTable()
931 if (router.GetRouterId() == Get<Mle::Mle>().GetLeaderId()) in LogRouteTable()
Dneighbor.hpp449 uint8_t GetRouterId(void) const { return mRloc16 >> Mle::kRouterIdOffset; } in GetRouterId() function in ot::Neighbor
Dmle_router.cpp1790 IgnoreError(mRouterTable.Release(router.GetRouterId())); in HandleTimeTick()
3472 router = mRouterTable.FindRouterById(mParent.GetRouterId()); in HandleAddressSolicitResponse()
Dmle.cpp2776 …sOrExit(error = Get<MleRouter>().ReadAndProcessRouteTlvOnFtdChild(aRxInfo, mParent.GetRouterId())); in HandleAdvertisement()
2822 …sOrExit(error = Get<MleRouter>().ReadAndProcessRouteTlvOnFtdChild(aRxInfo, mParent.GetRouterId())); in HandleDataResponse()
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.hpp536 ClientError GetRouterId(uint8_t &aRouterId);
Dthread_api_dbus.cpp577 ClientError ThreadApiDBus::GetRouterId(uint8_t &aRouterId) in GetRouterId() function in otbr::DBus::ThreadApiDBus
/external/ot-br-posix/tests/dbus/
Dtest_dbus_client.cpp546 TEST_ASSERT(api->GetRouterId(routerId) == OTBR_ERROR_NONE); in main()