Searched refs:otThreadGetRouterInfo (Results 1 – 8 of 8) sorted by relevance
/external/openthread/include/openthread/ |
D | thread_ftd.h | 605 otError otThreadGetRouterInfo(otInstance *aInstance, uint16_t aRouterId, otRouterInfo *aRouterInfo);
|
/external/openthread/src/core/api/ |
D | thread_ftd_api.cpp | 249 otError otThreadGetRouterInfo(otInstance *aInstance, uint16_t aRouterId, otRouterInfo *aRouterInfo) in otThreadGetRouterInfo() function
|
/external/ot-br-posix/src/rest/ |
D | resource.cpp | 243 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/ |
D | otdaemon_telemetry.cpp | 380 if (otThreadGetRouterInfo(otInstance, rloc16, &info) == OT_ERROR_NONE) in RetrieveTelemetryAtom()
|
/external/openthread/src/ncp/ |
D | ncp_base_ftd.cpp | 256 …if ((otThreadGetRouterInfo(mInstance, routerId, &routerInfo) != OT_ERROR_NONE) || !routerInfo.mAll… in HandlePropertyGet()
|
/external/ot-br-posix/src/utils/ |
D | thread_helper.cpp | 1180 if (otThreadGetRouterInfo(mInstance, rloc16, &info) == OT_ERROR_NONE) in RetrieveTelemetryData()
|
/external/openthread/src/cli/ |
D | cli.cpp | 5902 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/ |
D | dbus_thread_object_rcp.cpp | 908 VerifyOrExit(otThreadGetRouterInfo(threadHelper->GetInstance(), rloc16, &info) == OT_ERROR_NONE, in GetRouterIdHandler()
|