Home
last modified time | relevance | path

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

/openthread-3.4.0/src/ncp/
Dncp_base_dispatcher.cpp47 #define OT_NCP_GET_HANDLER_ENTRY(aPropertyName) \ in FindGetPropertyHandler() argument
49 aPropertyName, &NcpBase::HandlePropertyGet<aPropertyName> \ in FindGetPropertyHandler()
392 #define OT_NCP_SET_HANDLER_ENTRY(aPropertyName) \ in FindSetPropertyHandler() argument
394 aPropertyName, &NcpBase::HandlePropertySet<aPropertyName> \ in FindSetPropertyHandler()
645 #define OT_NCP_INSERT_HANDLER_ENTRY(aPropertyName) \ in FindInsertPropertyHandler() argument
647 aPropertyName, &NcpBase::HandlePropertyInsert<aPropertyName> \ in FindInsertPropertyHandler()
701 #define OT_NCP_REMOVE_HANDLER_ENTRY(aPropertyName) \ in FindRemovePropertyHandler() argument
703 aPropertyName, &NcpBase::HandlePropertyRemove<aPropertyName> \ in FindRemovePropertyHandler()