Home
last modified time | relevance | path

Searched defs:aIterator (Results 1 – 25 of 28) sorted by relevance

12

/external/openthread/src/core/api/
Dhistory_tracker_api.cpp46 void otHistoryTrackerInitIterator(otHistoryTrackerIterator *aIterator) in otHistoryTrackerInitIterator()
52otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateNetInfoHistory()
60 otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateUnicastAddressHistory()
69 otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateMulticastAddressHistory()
77otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateRxHistory()
84otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateTxHistory()
91otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateNeighborHistory()
98otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateOnMeshPrefixHistory()
107 otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateExternalRouteHistory()
Dnetdata_api.cpp50 otNetworkDataIterator *aIterator, in otNetDataGetNextOnMeshPrefix()
70 otError otNetDataGetNextRoute(otInstance *aInstance, otNetworkDataIterator *aIterator, otExternalRo… in otNetDataGetNextRoute()
82 otError otNetDataGetNextService(otInstance *aInstance, otNetworkDataIterator *aIterator, otServiceC… in otNetDataGetNextService()
Dtrel_api.cpp61 void otTrelInitPeerIterator(otInstance *aInstance, otTrelPeerIterator *aIterator) in otTrelInitPeerIterator()
66 const otTrelPeer *otTrelGetNextPeer(otInstance *aInstance, otTrelPeerIterator *aIterator) in otTrelGetNextPeer()
Dcoap_api.cpp172 otError otCoapOptionIteratorInit(otCoapOptionIterator *aIterator, const otMessage *aMessage) in otCoapOptionIteratorInit()
177 const otCoapOption *otCoapOptionIteratorGetFirstOptionMatching(otCoapOptionIterator *aIterator, uin… in otCoapOptionIteratorGetFirstOptionMatching()
185 const otCoapOption *otCoapOptionIteratorGetFirstOption(otCoapOptionIterator *aIterator) in otCoapOptionIteratorGetFirstOption()
193 const otCoapOption *otCoapOptionIteratorGetNextOptionMatching(otCoapOptionIterator *aIterator, uint… in otCoapOptionIteratorGetNextOptionMatching()
201 const otCoapOption *otCoapOptionIteratorGetNextOption(otCoapOptionIterator *aIterator) in otCoapOptionIteratorGetNextOption()
209 otError otCoapOptionIteratorGetOptionUintValue(otCoapOptionIterator *aIterator, uint64_t *aValue) in otCoapOptionIteratorGetOptionUintValue()
214 otError otCoapOptionIteratorGetOptionValue(otCoapOptionIterator *aIterator, void *aValue) in otCoapOptionIteratorGetOptionValue()
Dborder_router_api.cpp91 otNetworkDataIterator *aIterator, in otBorderRouterGetNextOnMeshPrefix()
114 otNetworkDataIterator *aIterator, in otBorderRouterGetNextRoute()
Dborder_routing_api.cpp97 …RoutingPrefixTableInitIterator(otInstance *aInstance, otBorderRoutingPrefixTableIterator *aIterato… in otBorderRoutingPrefixTableInitIterator()
103 otBorderRoutingPrefixTableIterator *aIterator, in otBorderRoutingGetNextPrefixTableEntry()
Dnetdiag_api.cpp46 otNetworkDiagIterator *aIterator, in otThreadGetNextDiagnosticTlv()
Dserver_api.cpp75 otError otServerGetNextService(otInstance *aInstance, otNetworkDataIterator *aIterator, otServiceCo… in otServerGetNextService()
Ddns_api.cpp43 void otDnsInitTxtEntryIterator(otDnsTxtEntryIterator *aIterator, const uint8_t *aTxtData, uint16_t … in otDnsInitTxtEntryIterator()
48 otError otDnsGetNextTxtEntry(otDnsTxtEntryIterator *aIterator, otDnsTxtEntry *aEntry) in otDnsGetNextTxtEntry()
Dbackbone_router_ftd_api.cpp125 otChildIp6AddressIterator * aIterator, in otBackboneRouterMulticastListenerGetNext()
Dthread_ftd_api.cpp222 otChildIp6AddressIterator *aIterator, in otThreadGetChildNextIp6Address()
266 …extCacheEntry(otInstance *aInstance, otCacheEntryInfo *aEntryInfo, otCacheEntryIterator *aIterator) in otThreadGetNextCacheEntry()
Dlink_api.cpp226 otError otLinkFilterGetNextAddress(otInstance *aInstance, otMacFilterIterator *aIterator, otMacFilt… in otLinkFilterGetNextAddress()
262 otError otLinkFilterGetNextRssIn(otInstance *aInstance, otMacFilterIterator *aIterator, otMacFilter… in otLinkFilterGetNextRssIn()
Dcommissioner_api.cpp93 otError otCommissionerGetNextJoinerInfo(otInstance *aInstance, uint16_t *aIterator, otJoinerInfo *a… in otCommissionerGetNextJoinerInfo()
Dthread_api.cpp297 otError otThreadGetNextNeighborInfo(otInstance *aInstance, otNeighborInfoIterator *aIterator, otNei… in otThreadGetNextNeighborInfo()
/external/openthread/src/core/utils/
Dhistory_tracker.hpp151 const NetworkInfo *IterateNetInfoHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateNetInfoHistory()
168 …const UnicastAddressInfo *IterateUnicastAddressHistory(Iterator &aIterator, uint32_t &aEntryAge) c… in IterateUnicastAddressHistory()
185 …const MulticastAddressInfo *IterateMulticastAddressHistory(Iterator &aIterator, uint32_t &aEntryAg… in IterateMulticastAddressHistory()
202 const MessageInfo *IterateRxHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateRxHistory()
219 const MessageInfo *IterateTxHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateTxHistory()
224 const NeighborInfo *IterateNeighborHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateNeighborHistory()
229 … const OnMeshPrefixInfo *IterateOnMeshPrefixHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateOnMeshPrefixHistory()
234 …const ExternalRouteInfo *IterateExternalRouteHistory(Iterator &aIterator, uint32_t &aEntryAge) con… in IterateExternalRouteHistory()
341 const Entry *Iterate(Iterator &aIterator, uint32_t &aEntryAge) const in Iterate()
Dhistory_tracker.cpp476 Iterator & aIterator, in Iterate()
/external/openthread/src/core/thread/
Dnetwork_data.cpp83 Error NetworkData::GetNextOnMeshPrefix(Iterator &aIterator, OnMeshPrefixConfig &aConfig) const in GetNextOnMeshPrefix()
88 Error NetworkData::GetNextOnMeshPrefix(Iterator &aIterator, uint16_t aRloc16, OnMeshPrefixConfig &a… in GetNextOnMeshPrefix()
99 Error NetworkData::GetNextExternalRoute(Iterator &aIterator, ExternalRouteConfig &aConfig) const in GetNextExternalRoute()
104 Error NetworkData::GetNextExternalRoute(Iterator &aIterator, uint16_t aRloc16, ExternalRouteConfig … in GetNextExternalRoute()
115 Error NetworkData::GetNextService(Iterator &aIterator, ServiceConfig &aConfig) const in GetNextService()
120 Error NetworkData::GetNextService(Iterator &aIterator, uint16_t aRloc16, ServiceConfig &aConfig) co… in GetNextService()
131 Error NetworkData::Iterate(Iterator &aIterator, uint16_t aRloc16, Config &aConfig) const in Iterate()
674 Error NetworkData::GetNextServer(Iterator &aIterator, uint16_t &aRloc16) const in GetNextServer()
Dneighbor_table.cpp181 Error NeighborTable::GetNextNeighborInfo(otNeighborInfoIterator &aIterator, Neighbor::Info &aNeighI… in GetNextNeighborInfo()
239 Error NeighborTable::GetNextNeighborInfo(otNeighborInfoIterator &aIterator, Neighbor::Info &aNeighI… in GetNextNeighborInfo()
Dnetwork_data_service.cpp169 Error Manager::GetNextDnsSrpAnycastInfo(Iterator &aIterator, DnsSrpAnycast::Info &aInfo) const in GetNextDnsSrpAnycastInfo()
262 Error Manager::GetNextDnsSrpUnicastInfo(Iterator &aIterator, DnsSrpUnicast::Info &aInfo) const in GetNextDnsSrpUnicastInfo()
Dnetwork_data.hpp512 explicit NetworkDataIterator(Iterator &aIterator) in NetworkDataIterator()
Dnetwork_diagnostic.cpp697 Iterator & aIterator, in GetNextDiagTlv()
/external/openthread/src/cli/
Dcli_network_data.cpp450 otError NetworkData::GetNextPrefix(otNetworkDataIterator *aIterator, otBorderRouterConfig *aConfig,… in GetNextPrefix()
483 otError NetworkData::GetNextRoute(otNetworkDataIterator *aIterator, otExternalRouteConfig *aConfig,… in GetNextRoute()
516 otError NetworkData::GetNextService(otNetworkDataIterator *aIterator, otServiceConfig *aConfig, boo… in GetNextService()
/external/openthread/src/core/mac/
Dmac_filter.cpp123 Error Filter::GetNextAddress(Iterator &aIterator, Entry &aEntry) const in GetNextAddress()
185 Error Filter::GetNextRssIn(Iterator &aIterator, Entry &aEntry) in GetNextRssIn()
/external/openthread/src/core/backbone_router/
Dmulticast_listeners_table.cpp293 Error MulticastListenersTable::GetNext(otBackboneRouterMulticastListenerIterator &aIterator, in GetNext()
/external/openthread/src/core/border_router/
Drouting_manager.hpp267 Error GetNextPrefixTableEntry(PrefixTableIterator &aIterator, PrefixTableEntry &aEntry) const in GetNextPrefixTableEntry()

12