Searched refs:HandleSpinelCommand (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | rcp_caps_diag.cpp | 39 aCategory, aCommand, aKey, &RcpCapsDiag::HandleSpinelCommand<aCommand, aKey> \ 42 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_CAPS>(v… in HandleSpinelCommand() function in ot::Posix::RcpCapsDiag 51 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_PROTOCO… in HandleSpinelCommand() function in ot::Posix::RcpCapsDiag 60 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_RADIO_C… in HandleSpinelCommand() function in ot::Posix::RcpCapsDiag 67 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_RCP_API… in HandleSpinelCommand() function in ot::Posix::RcpCapsDiag 74 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_NCP_VER… in HandleSpinelCommand() function in ot::Posix::RcpCapsDiag 82 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_SET, SPINEL_PROP_PHY_CHA… in HandleSpinelCommand() function in ot::Posix::RcpCapsDiag 89 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_SET, SPINEL_PROP_PHY_ENA… in HandleSpinelCommand() function in ot::Posix::RcpCapsDiag 94 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_SET, SPINEL_PROP_MAC_15_… in HandleSpinelCommand() function in ot::Posix::RcpCapsDiag 101 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_SET, SPINEL_PROP_MAC_15_… in HandleSpinelCommand() function in ot::Posix::RcpCapsDiag [all …]
|
D | rcp_caps_diag.hpp | 90 template <uint32_t aCommand, spinel_prop_key_t aKey> otError HandleSpinelCommand(void);
|