Home
last modified time | relevance | path

Searched refs:SPINEL_PROP_THREAD_ON_MESH_NETS (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/ncp/
Dchanged_props_set.cpp62 {SPINEL_PROP_THREAD_ON_MESH_NETS, SPINEL_STATUS_OK, true},
Dncp_base_dispatcher.cpp122 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_THREAD_ON_MESH_NETS), in FindGetPropertyHandler()
683 OT_NCP_INSERT_HANDLER_ENTRY(SPINEL_PROP_THREAD_ON_MESH_NETS), in FindInsertPropertyHandler()
736 OT_NCP_REMOVE_HANDLER_ENTRY(SPINEL_PROP_THREAD_ON_MESH_NETS), in FindRemovePropertyHandler()
Dncp_base_mtd.cpp942 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_THREAD_ON_MESH_NETS>(void) in HandlePropertyGet()
990 template <> otError NcpBase::HandlePropertyInsert<SPINEL_PROP_THREAD_ON_MESH_NETS>(void) in HandlePropertyInsert()
1036 template <> otError NcpBase::HandlePropertyRemove<SPINEL_PROP_THREAD_ON_MESH_NETS>(void) in HandlePropertyRemove()
4773 mChangedPropsSet.AddProperty(SPINEL_PROP_THREAD_ON_MESH_NETS); in ProcessThreadChangedFlags()
/openthread-latest/src/lib/spinel/
Dspinel.h2494 SPINEL_PROP_THREAD_ON_MESH_NETS = SPINEL_PROP_THREAD__BEGIN + 10, enumerator
Dspinel.c1301 {SPINEL_PROP_THREAD_ON_MESH_NETS, "THREAD_ON_MESH_NETS"}, in spinel_prop_key_to_cstr()