Home
last modified time | relevance | path

Searched refs:HandleParentResponseInfo (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/ncp/
Dncp_base.hpp457 static void HandleParentResponseInfo(otThreadParentResponseInfo *aInfo, void *aContext);
458 void HandleParentResponseInfo(const otThreadParentResponseInfo &aInfo);
Dncp_base_ftd.cpp89 void NcpBase::HandleParentResponseInfo(otThreadParentResponseInfo *aInfo, void *aContext) in HandleParentResponseInfo() function in ot::Ncp::NcpBase
93 static_cast<NcpBase *>(aContext)->HandleParentResponseInfo(*aInfo); in HandleParentResponseInfo()
99 void NcpBase::HandleParentResponseInfo(const otThreadParentResponseInfo &aInfo) in HandleParentResponseInfo() function in ot::Ncp::NcpBase
Dncp_base.cpp368 …otThreadRegisterParentResponseCallback(mInstance, &NcpBase::HandleParentResponseInfo, static_cast<… in NcpBase()