Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dncp.h247 void otNcpRegisterLegacyHandlers(const otNcpLegacyHandlers *aHandlers);
/external/openthread/src/ncp/
Dncp_base.hpp159 void RegisterLegacyHandlers(const otNcpLegacyHandlers *aHandlers);
Dncp_base_mtd.cpp4081 void NcpBase::RegisterLegacyHandlers(const otNcpLegacyHandlers *aHandlers) in RegisterLegacyHandlers() argument
4083 mLegacyHandlers = aHandlers; in RegisterLegacyHandlers()
4791 void otNcpRegisterLegacyHandlers(const otNcpLegacyHandlers *aHandlers) in otNcpRegisterLegacyHandlers() argument
4798 ncp->RegisterLegacyHandlers(aHandlers); in otNcpRegisterLegacyHandlers()
4802 OT_UNUSED_VARIABLE(aHandlers); in otNcpRegisterLegacyHandlers()
/external/openthread/src/cli/
Dcli.cpp5548 OT_TOOL_WEAK void otNcpRegisterLegacyHandlers(const otNcpLegacyHandlers *aHandlers) in otNcpRegisterLegacyHandlers() argument
5550 OT_UNUSED_VARIABLE(aHandlers); in otNcpRegisterLegacyHandlers()