Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_dispatcher.cpp151 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_SERVER_SERVICES), in FindGetPropertyHandler()
693 OT_NCP_INSERT_HANDLER_ENTRY(SPINEL_PROP_SERVER_SERVICES), in FindInsertPropertyHandler()
746 OT_NCP_REMOVE_HANDLER_ENTRY(SPINEL_PROP_SERVER_SERVICES), in FindRemovePropertyHandler()
Dncp_base_mtd.cpp1096 template <> otError NcpBase::HandlePropertyInsert<SPINEL_PROP_SERVER_SERVICES>(void) in HandlePropertyInsert()
1130 template <> otError NcpBase::HandlePropertyRemove<SPINEL_PROP_SERVER_SERVICES>(void) in HandlePropertyRemove()
1151 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_SERVER_SERVICES>(void) in HandlePropertyGet()
/openthread-latest/src/lib/spinel/
Dspinel.h4404 SPINEL_PROP_SERVER_SERVICES = SPINEL_PROP_SERVER__BEGIN + 1, enumerator
Dspinel.c1428 {SPINEL_PROP_SERVER_SERVICES, "SERVER_SERVICES"}, in spinel_prop_key_to_cstr()