Home
last modified time | relevance | path

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

/external/openthread/src/ncp/
Dncp_base_dispatcher.cpp38 constexpr bool NcpBase::AreHandlerEntriesSorted(const HandlerEntry *aHandlerEntries, size_t aSize) in AreHandlerEntriesSorted()
52 constexpr static HandlerEntry sHandlerEntries[] = { in FindGetPropertyHandler()
402 constexpr static HandlerEntry sHandlerEntries[] = { in FindSetPropertyHandler()
657 constexpr static HandlerEntry sHandlerEntries[] = { in FindInsertPropertyHandler()
710 constexpr static HandlerEntry sHandlerEntries[] = { in FindRemovePropertyHandler()
756 NcpBase::PropertyHandler NcpBase::FindPropertyHandler(const HandlerEntry *aHandlerEntries, in FindPropertyHandler()
Dncp_base.hpp209 struct HandlerEntry struct in ot::Ncp::NcpBase
220 … static constexpr bool AreHandlerEntriesSorted(const HandlerEntry *aHandlerEntries, size_t aSize);
223 static PropertyHandler FindPropertyHandler(const HandlerEntry *aHandlerEntries,