Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dthread_ftd.h77 } otChildInfo; typedef
465 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo);
482 otError otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChil…
701 otChildInfo mChild; ///< The child neighbor info.
/external/openthread/src/core/api/
Dthread_ftd_api.cpp206 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo) in otThreadGetChildInfoById()
213 otError otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChil… in otThreadGetChildInfoByIndex()
/external/openthread/src/core/thread/
Dtopology.hpp857 class Info : public otChildInfo, public Clearable<Info>
1477 DefineCoreType(otChildInfo, Child::Info);
/external/openthread/src/ncp/
Dncp_base_ftd.cpp64 otError NcpBase::EncodeChildInfo(const otChildInfo &aChildInfo) in EncodeChildInfo()
210 otChildInfo childInfo; in HandlePropertyGet()
268 otChildInfo childInfo; in HandlePropertyGet()
Dncp_base.hpp388 otError EncodeChildInfo(const otChildInfo &aChildInfo);
/external/openthread/src/cli/
Dcli.cpp1184 otChildInfo childInfo; in Process()
1281 otChildInfo childInfo; in Process()
/external/ot-br-posix/src/dbus/server/
Ddbus_thread_object.cpp966 otChildInfo childInfo; in GetChildTableHandler()