Lines Matching defs:void

376 NcpBase *NcpBase::GetNcpInstance(void) { return sNcpInstance; }  in GetNcpInstance()  argument
380 void NcpBase::ResetCounters(void) in ResetCounters() argument
401 Spinel::Buffer::FrameTag NcpBase::GetLastOutboundFrameTag(void) { return mTxFrameBuffer.InFrameGetL… in GetLastOutboundFrameTag() argument
543 bool NcpBase::ShouldWakeHost(void) in ShouldWakeHost() argument
548 bool NcpBase::ShouldDeferHostSend(void) in ShouldDeferHostSend() argument
553 void NcpBase::IncrementFrameErrorCounter(void) { mFramingErrorCounter++; } in IncrementFrameErrorCounter() argument
854 otError NcpBase::SendQueuedResponses(void) in SendQueuedResponses() argument
916 void NcpBase::UpdateChangedProps(void) in UpdateChangedProps() argument
1504 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PHY_ENABLED>(void) in HandlePropertyGet() argument
1513 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PHY_CHAN>(void) in HandlePropertyGet() argument
1518 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_PHY_CHAN>(void) in HandlePropertySet() argument
1544 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MAC_PROMISCUOUS_MODE>(void) in HandlePropertyGet() argument
1557 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_MAC_PROMISCUOUS_MODE>(void) in HandlePropertySet() argument
1592 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_MAC_RX_ON_WHEN_IDLE_MODE>(void) in HandlePropertySet() argument
1604 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MAC_15_4_PANID>(void) in HandlePropertyGet() argument
1609 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_MAC_15_4_PANID>(void) in HandlePropertySet() argument
1622 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MAC_15_4_LADDR>(void) in HandlePropertyGet() argument
1627 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_MAC_15_4_LADDR>(void) in HandlePropertySet() argument
1640 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MAC_15_4_SADDR>(void) in HandlePropertyGet() argument
1645 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MAC_RAW_STREAM_ENABLED>(void) in HandlePropertyGet() argument
1650 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_MAC_RAW_STREAM_ENABLED>(void) in HandlePropertySet() argument
1680 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_RCP_CSL_ACCURACY>(void) in HandlePropertyGet() argument
1687 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_RCP_CSL_UNCERTAINTY>(void) in HandlePropertyGet() argument
1727 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MAC_SCAN_MASK>(void) in HandlePropertyGet() argument
1732 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_MAC_SCAN_MASK>(void) in HandlePropertySet() argument
1744 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MAC_SCAN_PERIOD>(void) in HandlePropertyGet() argument
1749 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_MAC_SCAN_PERIOD>(void) in HandlePropertySet() argument
1754 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MAC_SCAN_STATE>(void) in HandlePropertyGet() argument
1793 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_MAC_SCAN_STATE>(void) in HandlePropertySet() argument
1858 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_UNSOL_UPDATE_FILTER>(void) in HandlePropertyGet() argument
1878 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_UNSOL_UPDATE_FILTER>(void) in HandlePropertySet() argument
1908 template <> otError NcpBase::HandlePropertyInsert<SPINEL_PROP_UNSOL_UPDATE_FILTER>(void) in HandlePropertyInsert() argument
1921 template <> otError NcpBase::HandlePropertyRemove<SPINEL_PROP_UNSOL_UPDATE_FILTER>(void) in HandlePropertyRemove() argument
1934 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_LAST_STATUS>(void) in HandlePropertyGet() argument
1939 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PROTOCOL_VERSION>(void) in HandlePropertyGet() argument
1950 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_INTERFACE_TYPE>(void) in HandlePropertyGet() argument
1955 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_VENDOR_ID>(void) in HandlePropertyGet() argument
1960 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_CAPS>(void) in HandlePropertyGet() argument
2126 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_NCP_VERSION>(void) in HandlePropertyGet() argument
2131 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_INTERFACE_COUNT>(void) in HandlePropertyGet() argument
2150 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MCU_POWER_STATE>(void) in HandlePropertyGet() argument
2172 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_MCU_POWER_STATE>(void) in HandlePropertySet() argument
2226 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MCU_POWER_STATE>(void) in HandlePropertyGet() argument
2233 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_POWER_STATE>(void) in HandlePropertyGet() argument
2238 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_POWER_STATE>(void) { return OT_ERROR_NOT… in HandlePropertySet() argument
2240 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_HWADDR>(void) in HandlePropertyGet() argument
2249 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_LOCK>(void) in HandlePropertyGet() argument
2255 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_HOST_POWER_STATE>(void) in HandlePropertyGet() argument
2333 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_UNSOL_UPDATE_LIST>(void) in HandlePropertyGet() argument
2353 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PHY_RSSI>(void) in HandlePropertyGet() argument
2358 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PHY_RX_SENSITIVITY>(void) in HandlePropertyGet() argument
2363 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PHY_FREQ>(void) in HandlePropertyGet() argument
2384 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PHY_CCA_THRESHOLD>(void) in HandlePropertyGet() argument
2403 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_PHY_CCA_THRESHOLD>(void) in HandlePropertySet() argument
2415 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PHY_TX_POWER>(void) in HandlePropertyGet() argument
2434 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_PHY_TX_POWER>(void) in HandlePropertySet() argument
2446 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PHY_FEM_LNA_GAIN>(void) in HandlePropertyGet() argument
2465 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_PHY_FEM_LNA_GAIN>(void) in HandlePropertySet() argument
2477 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_PHY_CHAN_MAX_POWER>(void) in HandlePropertySet() argument
2491 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PHY_REGION_CODE>(void) in HandlePropertyGet() argument
2509 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_PHY_REGION_CODE>(void) in HandlePropertySet() argument
2521 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_DEBUG_TEST_ASSERT>(void) in HandlePropertyGet() argument
2535 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_DEBUG_TEST_WATCHDOG>(void) in HandlePropertyGet() argument
2545 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_DEBUG_NCP_LOG_LEVEL>(void) in HandlePropertyGet() argument
2551 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_DEBUG_NCP_LOG_LEVEL>(void) in HandlePropertySet() argument
2598 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_DEBUG_LOG_TIMESTAMP_BASE>(void) in HandlePropertySet() argument
2613 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_DEBUG_LOG_TIMESTAMP_BASE>(void) in HandlePropertyGet() argument
2618 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PHY_CHAN_SUPPORTED>(void) in HandlePropertyGet() argument
2627 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_PHY_CHAN_PREFERRED>(void) in HandlePropertyGet() argument
2633 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_RADIO_COEX_ENABLE>(void) in HandlePropertySet() argument
2645 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_RADIO_COEX_ENABLE>(void) in HandlePropertyGet() argument
2650 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_RADIO_COEX_METRICS>(void) in HandlePropertyGet() argument
2730 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_PHY_CHAN_TARGET_POWER>(void) in HandlePropertySet() argument
2744 template <> otError NcpBase::HandlePropertyInsert<SPINEL_PROP_PHY_CALIBRATED_POWER>(void) in HandlePropertyInsert() argument
2761 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_PHY_CALIBRATED_POWER>(void) in HandlePropertySet() argument