Home
last modified time | relevance | path

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

/openthread-latest/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()
413 constexpr static HandlerEntry sHandlerEntries[] = { in FindSetPropertyHandler()
709 constexpr static HandlerEntry sHandlerEntries[] = { in FindInsertPropertyHandler()
765 constexpr static HandlerEntry sHandlerEntries[] = { in FindRemovePropertyHandler()
811 NcpBase::PropertyHandler NcpBase::FindPropertyHandler(const HandlerEntry *aHandlerEntries, in FindPropertyHandler()
Dncp_base.hpp351 struct HandlerEntry struct in ot::Ncp::NcpBase
362 … static constexpr bool AreHandlerEntriesSorted(const HandlerEntry *aHandlerEntries, size_t aSize);
365 static PropertyHandler FindPropertyHandler(const HandlerEntry *aHandlerEntries,