Home
last modified time | relevance | path

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

/openthread-2.7.6/src/ncp/
Dchanged_props_set.cpp62 {SPINEL_PROP_THREAD_ON_MESH_NETS, SPINEL_STATUS_OK, true},
Dncp_base_dispatcher.cpp121 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_THREAD_ON_MESH_NETS), in FindGetPropertyHandler()
651 OT_NCP_INSERT_HANDLER_ENTRY(SPINEL_PROP_THREAD_ON_MESH_NETS), in FindInsertPropertyHandler()
704 OT_NCP_REMOVE_HANDLER_ENTRY(SPINEL_PROP_THREAD_ON_MESH_NETS), in FindRemovePropertyHandler()
Dncp_base_mtd.cpp963 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_THREAD_ON_MESH_NETS>(void) in HandlePropertyGet()
1011 template <> otError NcpBase::HandlePropertyInsert<SPINEL_PROP_THREAD_ON_MESH_NETS>(void) in HandlePropertyInsert()
1057 template <> otError NcpBase::HandlePropertyRemove<SPINEL_PROP_THREAD_ON_MESH_NETS>(void) in HandlePropertyRemove()
4765 mChangedPropsSet.AddProperty(SPINEL_PROP_THREAD_ON_MESH_NETS); in ProcessThreadChangedFlags()
/openthread-2.7.6/src/lib/spinel/
Dspinel.h2387 SPINEL_PROP_THREAD_ON_MESH_NETS = SPINEL_PROP_THREAD__BEGIN + 10, enumerator
Dspinel.c1297 {SPINEL_PROP_THREAD_ON_MESH_NETS, "THREAD_ON_MESH_NETS"}, in spinel_prop_key_to_cstr()