Home
last modified time | relevance | path

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

/openthread-3.6.0/src/ncp/
Dncp_base_dispatcher.cpp149 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_SERVER_ALLOW_LOCAL_DATA_CHANGE), in FindGetPropertyHandler()
478 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_SERVER_ALLOW_LOCAL_DATA_CHANGE), in FindSetPropertyHandler()
Dncp_base_mtd.cpp1068 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_SERVER_ALLOW_LOCAL_DATA_CHANGE>(void) in HandlePropertyGet()
1073 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_SERVER_ALLOW_LOCAL_DATA_CHANGE>(void) in HandlePropertySet()
/openthread-3.6.0/src/lib/spinel/
Dspinel.h4335 SPINEL_PROP_SERVER_ALLOW_LOCAL_DATA_CHANGE = SPINEL_PROP_SERVER__BEGIN + 0, enumerator
Dspinel.c1425 {SPINEL_PROP_SERVER_ALLOW_LOCAL_DATA_CHANGE, "SERVER_ALLOW_LOCAL_DATA_CHANGE"}, in spinel_prop_key_to_cstr()