Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dthread_ftd.h605 otError otThreadGetRouterInfo(otInstance *aInstance, uint16_t aRouterId, otRouterInfo *aRouterInfo);
/external/openthread/src/core/api/
Dthread_ftd_api.cpp249 otError otThreadGetRouterInfo(otInstance *aInstance, uint16_t aRouterId, otRouterInfo *aRouterInfo) in otThreadGetRouterInfo() function
/external/ot-br-posix/src/rest/
Dresource.cpp243 if (otThreadGetRouterInfo(mInstance, i, &routerInfo) != OT_ERROR_NONE) in GetNodeInfo()
533 if (otThreadGetRouterInfo(mInstance, i, &routerInfo) != OT_ERROR_NONE) in GetDataNumOfRoute()
/external/ot-br-posix/src/android/
Dotdaemon_telemetry.cpp380 if (otThreadGetRouterInfo(otInstance, rloc16, &info) == OT_ERROR_NONE) in RetrieveTelemetryAtom()
/external/openthread/src/ncp/
Dncp_base_ftd.cpp256 …if ((otThreadGetRouterInfo(mInstance, routerId, &routerInfo) != OT_ERROR_NONE) || !routerInfo.mAll… in HandlePropertyGet()
/external/ot-br-posix/src/utils/
Dthread_helper.cpp1180 if (otThreadGetRouterInfo(mInstance, rloc16, &info) == OT_ERROR_NONE) in RetrieveTelemetryData()
/external/openthread/src/cli/
Dcli.cpp5902 if (otThreadGetRouterInfo(GetInstancePtr(), i, &routerInfo) != OT_ERROR_NONE) in Process()
5967 SuccessOrExit(error = otThreadGetRouterInfo(GetInstancePtr(), routerId, &routerInfo)); in Process()
/external/ot-br-posix/src/dbus/server/
Ddbus_thread_object_rcp.cpp908 VerifyOrExit(otThreadGetRouterInfo(threadHelper->GetInstance(), rloc16, &info) == OT_ERROR_NONE, in GetRouterIdHandler()