Home
last modified time | relevance | path

Searched refs:FindGetPropertyHandler (Results 1 – 3 of 3) sorted by relevance

/openthread-3.4.0/src/ncp/
Dncp_base.hpp196 static PropertyHandler FindGetPropertyHandler(spinel_prop_key_t aKey);
Dncp_base_dispatcher.cpp45 NcpBase::PropertyHandler NcpBase::FindGetPropertyHandler(spinel_prop_key_t aKey) in FindGetPropertyHandler() function in ot::Ncp::NcpBase
Dncp_base.cpp1121 PropertyHandler handler = FindGetPropertyHandler(aPropKey); in WritePropertyValueIsFrame()