Home
last modified time | relevance | path

Searched defs:aChildInfo (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dchild_table.cpp184 Error ChildTable::GetChildInfoById(uint16_t aChildId, Child::Info &aChildInfo) in GetChildInfoById()
205 Error ChildTable::GetChildInfoByIndex(uint16_t aChildIndex, Child::Info &aChildInfo) in GetChildInfoByIndex()
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_ftd_api.cpp228 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo) in otThreadGetChildInfoById()
233 …r otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChildInfo) in otThreadGetChildInfoByIndex()
H A Dmesh_diag_api.cpp62 …ror otMeshDiagGetNextChildInfo(otMeshDiagChildIterator *aIterator, otMeshDiagChildInfo *aChildInfo) in otMeshDiagGetNextChildInfo()
/aosp_15_r20/external/ot-br-posix/src/dbus/common/
H A Ddbus_message_helper_openthread.cpp368 otbrError DBusMessageEncode(DBusMessageIter *aIter, const ChildInfo &aChildInfo) in DBusMessageEncode()
385 otbrError DBusMessageExtract(DBusMessageIter *aIter, ChildInfo &aChildInfo) in DBusMessageExtract()
/aosp_15_r20/external/openthread/src/core/common/
H A Dsettings.cpp260 Error Settings::AddChildInfo(const ChildInfo &aChildInfo) in AddChildInfo()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dmesh_diag.cpp567 Error MeshDiag::ChildIterator::GetNextChildInfo(ChildInfo &aChildInfo) in GetNextChildInfo()
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_ftd.cpp62 otError NcpBase::EncodeChildInfo(const otChildInfo &aChildInfo) in EncodeChildInfo()