Home
last modified time | relevance | path

Searched refs:HandlePropertySetForSpecialProperties (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/ncp/
Dncp_base.hpp231 …bool HandlePropertySetForSpecialProperties(uint8_t aHeader, spinel_prop_key_t aKey, otError &aE…
Dncp_base.cpp963 bool NcpBase::HandlePropertySetForSpecialProperties(uint8_t aHeader, spinel_prop_key_t aKey, otErro… in HandlePropertySetForSpecialProperties() function in ot::Ncp::NcpBase
1019 bool didHandle = HandlePropertySetForSpecialProperties(aHeader, aKey, error); in HandleCommandPropertySet()