Home
last modified time | relevance | path

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

12

/openthread-3.5.0/src/core/api/
Dhistory_tracker_api.cpp46 void otHistoryTrackerInitIterator(otHistoryTrackerIterator *aIterator) { AsCoreType(aIterator).Init… in otHistoryTrackerInitIterator()
49otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateNetInfoHistory()
59 otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateUnicastAddressHistory()
70 otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateMulticastAddressHistory()
80otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateRxHistory()
89otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateTxHistory()
98otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateNeighborHistory()
107otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateRouterHistory()
116otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateOnMeshPrefixHistory()
127 otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateExternalRouteHistory()
Dnetdata_api.cpp68 otNetworkDataIterator *aIterator, in otNetDataGetNextOnMeshPrefix()
83 otError otNetDataGetNextRoute(otInstance *aInstance, otNetworkDataIterator *aIterator, otExternalRo… in otNetDataGetNextRoute()
90 otError otNetDataGetNextService(otInstance *aInstance, otNetworkDataIterator *aIterator, otServiceC… in otNetDataGetNextService()
98 otNetworkDataIterator *aIterator, in otNetDataGetNextLowpanContextInfo()
Dtrel_api.cpp53 void otTrelInitPeerIterator(otInstance *aInstance, otTrelPeerIterator *aIterator) in otTrelInitPeerIterator()
58 const otTrelPeer *otTrelGetNextPeer(otInstance *aInstance, otTrelPeerIterator *aIterator) in otTrelGetNextPeer()
Dmesh_diag_api.cpp57 otError otMeshDiagGetNextIp6Address(otMeshDiagIp6AddrIterator *aIterator, otIp6Address *aIp6Address) in otMeshDiagGetNextIp6Address()
62 otError otMeshDiagGetNextChildInfo(otMeshDiagChildIterator *aIterator, otMeshDiagChildInfo *aChildI… in otMeshDiagGetNextChildInfo()
Dcoap_api.cpp154 otError otCoapOptionIteratorInit(otCoapOptionIterator *aIterator, const otMessage *aMessage) in otCoapOptionIteratorInit()
159 const otCoapOption *otCoapOptionIteratorGetFirstOptionMatching(otCoapOptionIterator *aIterator, uin… in otCoapOptionIteratorGetFirstOptionMatching()
167 const otCoapOption *otCoapOptionIteratorGetFirstOption(otCoapOptionIterator *aIterator) in otCoapOptionIteratorGetFirstOption()
175 const otCoapOption *otCoapOptionIteratorGetNextOptionMatching(otCoapOptionIterator *aIterator, uint… in otCoapOptionIteratorGetNextOptionMatching()
183 const otCoapOption *otCoapOptionIteratorGetNextOption(otCoapOptionIterator *aIterator) in otCoapOptionIteratorGetNextOption()
191 otError otCoapOptionIteratorGetOptionUintValue(otCoapOptionIterator *aIterator, uint64_t *aValue) in otCoapOptionIteratorGetOptionUintValue()
196 otError otCoapOptionIteratorGetOptionValue(otCoapOptionIterator *aIterator, void *aValue) in otCoapOptionIteratorGetOptionValue()
Dborder_router_api.cpp87 otNetworkDataIterator *aIterator, in otBorderRouterGetNextOnMeshPrefix()
106 otNetworkDataIterator *aIterator, in otBorderRouterGetNextRoute()
Dborder_routing_api.cpp158 …RoutingPrefixTableInitIterator(otInstance *aInstance, otBorderRoutingPrefixTableIterator *aIterato… in otBorderRoutingPrefixTableInitIterator()
166 otBorderRoutingPrefixTableIterator *aIterator, in otBorderRoutingGetNextPrefixTableEntry()
Dnat64_api.cpp76 … otNat64InitAddressMappingIterator(otInstance *aInstance, otNat64AddressMappingIterator *aIterator) in otNat64InitAddressMappingIterator()
84 otNat64AddressMappingIterator *aIterator, in otNat64GetNextAddressMapping()
Dserver_api.cpp75 otError otServerGetNextService(otInstance *aInstance, otNetworkDataIterator *aIterator, otServiceCo… in otServerGetNextService()
Dnetdiag_api.cpp46 otNetworkDiagIterator *aIterator, in otThreadGetNextDiagnosticTlv()
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()
Dlink_api.cpp218 otError otLinkFilterGetNextAddress(otInstance *aInstance, otMacFilterIterator *aIterator, otMacFilt… in otLinkFilterGetNextAddress()
248 otError otLinkFilterGetNextRssIn(otInstance *aInstance, otMacFilterIterator *aIterator, otMacFilter… in otLinkFilterGetNextRssIn()
Dthread_ftd_api.cpp240 otChildIp6AddressIterator *aIterator, in otThreadGetChildNextIp6Address()
283 …extCacheEntry(otInstance *aInstance, otCacheEntryInfo *aEntryInfo, otCacheEntryIterator *aIterator) in otThreadGetNextCacheEntry()
/openthread-3.5.0/src/core/utils/
Dhistory_tracker.hpp164 const NetworkInfo *IterateNetInfoHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateNetInfoHistory()
181 …const UnicastAddressInfo *IterateUnicastAddressHistory(Iterator &aIterator, uint32_t &aEntryAge) c… in IterateUnicastAddressHistory()
198 …const MulticastAddressInfo *IterateMulticastAddressHistory(Iterator &aIterator, uint32_t &aEntryAg… in IterateMulticastAddressHistory()
215 const MessageInfo *IterateRxHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateRxHistory()
232 const MessageInfo *IterateTxHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateTxHistory()
237 const NeighborInfo *IterateNeighborHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateNeighborHistory()
242 const RouterInfo *IterateRouterHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateRouterHistory()
247 … const OnMeshPrefixInfo *IterateOnMeshPrefixHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateOnMeshPrefixHistory()
252 …const ExternalRouteInfo *IterateExternalRouteHistory(Iterator &aIterator, uint32_t &aEntryAge) con… in IterateExternalRouteHistory()
366 const Entry *Iterate(Iterator &aIterator, uint32_t &aEntryAge) const in Iterate()
/openthread-3.5.0/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()
100 Error NetworkData::GetNextExternalRoute(Iterator &aIterator, ExternalRouteConfig &aConfig) const in GetNextExternalRoute()
105 Error NetworkData::GetNextExternalRoute(Iterator &aIterator, uint16_t aRloc16, ExternalRouteConfig … in GetNextExternalRoute()
117 Error NetworkData::GetNextService(Iterator &aIterator, ServiceConfig &aConfig) const in GetNextService()
122 Error NetworkData::GetNextService(Iterator &aIterator, uint16_t aRloc16, ServiceConfig &aConfig) co… in GetNextService()
134 Error NetworkData::GetNextLowpanContextInfo(Iterator &aIterator, LowpanContextInfo &aContextInfo) c… in GetNextLowpanContextInfo()
146 Error NetworkData::Iterate(Iterator &aIterator, uint16_t aRloc16, Config &aConfig) const in Iterate()
678 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()
/openthread-3.5.0/tools/ot-fct/
Dcli.cpp53 otError Cli::GetNextTargetPower(const Power::Domain &aDomain, int &aIterator, Power::TargetPower &a… in GetNextTargetPower()
74 otError Cli::GetNextDomain(int &aIterator, Power::Domain &aDomain) in GetNextDomain()
142 uint16_t &aIterator, in ParseNextCalibratedPower()
/openthread-3.5.0/src/core/mac/
Dmac_filter.cpp124 Error Filter::GetNextAddress(Iterator &aIterator, Entry &aEntry) const in GetNextAddress()
186 Error Filter::GetNextRssIn(Iterator &aIterator, Entry &aEntry) const in GetNextRssIn()
/openthread-3.5.0/src/cli/
Dcli_network_data.cpp547 otError NetworkData::GetNextPrefix(otNetworkDataIterator *aIterator, otBorderRouterConfig *aConfig,… in GetNextPrefix()
580 otError NetworkData::GetNextRoute(otNetworkDataIterator *aIterator, otExternalRouteConfig *aConfig,… in GetNextRoute()
613 otError NetworkData::GetNextService(otNetworkDataIterator *aIterator, otServiceConfig *aConfig, boo… in GetNextService()
/openthread-3.5.0/src/posix/platform/
Dpower_updater.cpp154 otError PowerUpdater::GetNextTargetPower(const Power::Domain &aDomain, int &aIterator, Power::Targe… in GetNextTargetPower()
Dconfig_file.cpp53 otError ConfigFile::Get(const char *aKey, int &aIterator, char *aValue, int aValueLength) in Get()
/openthread-3.5.0/src/core/net/
Dnat64_translator.cpp550 void Translator::InitAddressMappingIterator(AddressMappingIterator &aIterator) in InitAddressMappingIterator()
555 Error Translator::GetNextAddressMapping(AddressMappingIterator &aIterator, otNat64AddressMapping &a… in GetNextAddressMapping()
/openthread-3.5.0/src/core/backbone_router/
Dmulticast_listeners_table.cpp292 Error MulticastListenersTable::GetNext(Listener::Iterator &aIterator, Listener::Info &aInfo) in GetNext()

12