Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base.hpp414 otError DecodeChannelMask(uint32_t &aChannelMask);
Dncp_base_ftd.cpp1291 SuccessOrExit(error = DecodeChannelMask(channelMask)); in HandlePropertySet()
1308 SuccessOrExit(error = DecodeChannelMask(channelMask)); in HandlePropertySet()
Dncp_base.cpp1744 otError NcpBase::DecodeChannelMask(uint32_t &aChannelMask) in DecodeChannelMask() function in ot::Ncp::NcpBase
1772 SuccessOrExit(error = DecodeChannelMask(newMask)); in HandlePropertySet()
Dncp_base_mtd.cpp468 SuccessOrExit(error = DecodeChannelMask(newMask)); in HandlePropertySet()