Home
last modified time | relevance | path

Searched refs:otThreadGetLeaderData (Results 1 – 6 of 6) sorted by relevance

/external/ot-br-posix/src/rest/
Dresource.cpp204 …VerifyOrExit(otThreadGetLeaderData(mInstance, &node.mLeaderData) == OT_ERROR_NONE, error = OTBR_ER… in GetNodeInfo()
343 …VerifyOrExit(otThreadGetLeaderData(mInstance, &leaderData) == OT_ERROR_NONE, error = OTBR_ERROR_RE… in GetDataLeaderData()
/external/openthread/include/openthread/
Dthread.h774 otError otThreadGetLeaderData(otInstance *aInstance, otLeaderData *aLeaderData);
/external/openthread/src/core/api/
Dthread_api.cpp314 otError otThreadGetLeaderData(otInstance *aInstance, otLeaderData *aLeaderData) in otThreadGetLeaderData() function
/external/ot-br-posix/src/openwrt/ubus/
Dotubus.cpp1162 SuccessOrExit(error = otThreadGetLeaderData(mController->GetInstance(), &leaderData)); in UbusGetInformation()
/external/ot-br-posix/src/dbus/server/
Ddbus_thread_object.cpp857 SuccessOrExit(error = otThreadGetLeaderData(threadHelper->GetInstance(), &data)); in GetLeaderDataHandler()
/external/openthread/src/cli/
Dcli.cpp2418 SuccessOrExit(error = otThreadGetLeaderData(GetInstancePtr(), &leaderData)); in Process()