Home
last modified time | relevance | path

Searched refs:otNcpLegacyHandlers (Results 1 – 4 of 4) sorted by relevance

/external/openthread/include/openthread/
Dncp.h210 typedef struct otNcpLegacyHandlers struct
216 } otNcpLegacyHandlers; argument
247 void otNcpRegisterLegacyHandlers(const otNcpLegacyHandlers *aHandlers);
/external/openthread/src/ncp/
Dncp_base.hpp159 void RegisterLegacyHandlers(const otNcpLegacyHandlers *aHandlers);
666 const otNcpLegacyHandlers *mLegacyHandlers;
Dncp_base_mtd.cpp4081 void NcpBase::RegisterLegacyHandlers(const otNcpLegacyHandlers *aHandlers) in RegisterLegacyHandlers()
4791 void otNcpRegisterLegacyHandlers(const otNcpLegacyHandlers *aHandlers) in otNcpRegisterLegacyHandlers()
/external/openthread/src/cli/
Dcli.cpp5548 OT_TOOL_WEAK void otNcpRegisterLegacyHandlers(const otNcpLegacyHandlers *aHandlers) in otNcpRegisterLegacyHandlers()