Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/openthread/src/core/api/
H A 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()
H A Dmdns_api.cpp125 void otMdnsFreeIterator(otInstance *aInstance, otMdnsIterator *aIterator) in otMdnsFreeIterator()
132 otError otMdnsGetNextHost(otInstance *aInstance, otMdnsIterator *aIterator, otMdnsHost *aHost, otMd… in otMdnsGetNextHost()
142 otMdnsIterator *aIterator, in otMdnsGetNextService()
153 otError otMdnsGetNextKey(otInstance *aInstance, otMdnsIterator *aIterator, otMdnsKey *aKey, otMdnsE… in otMdnsGetNextKey()
237 otMdnsIterator *aIterator, in otMdnsGetNextBrowser()
249 otMdnsIterator *aIterator, in otMdnsGetNextSrvResolver()
261 otMdnsIterator *aIterator, in otMdnsGetNextTxtResolver()
273 otMdnsIterator *aIterator, in otMdnsGetNextIp6AddressResolver()
285 otMdnsIterator *aIterator, in otMdnsGetNextIp4AddressResolver()
H A Dcoap_api.cpp159 otError otCoapOptionIteratorInit(otCoapOptionIterator *aIterator, const otMessage *aMessage) in otCoapOptionIteratorInit()
164 const otCoapOption *otCoapOptionIteratorGetFirstOptionMatching(otCoapOptionIterator *aIterator, uin… in otCoapOptionIteratorGetFirstOptionMatching()
172 const otCoapOption *otCoapOptionIteratorGetFirstOption(otCoapOptionIterator *aIterator) in otCoapOptionIteratorGetFirstOption()
180 const otCoapOption *otCoapOptionIteratorGetNextOptionMatching(otCoapOptionIterator *aIterator, uint… in otCoapOptionIteratorGetNextOptionMatching()
188 const otCoapOption *otCoapOptionIteratorGetNextOption(otCoapOptionIterator *aIterator) in otCoapOptionIteratorGetNextOption()
196 otError otCoapOptionIteratorGetOptionUintValue(otCoapOptionIterator *aIterator, uint64_t *aValue) in otCoapOptionIteratorGetOptionUintValue()
201 otError otCoapOptionIteratorGetOptionValue(otCoapOptionIterator *aIterator, void *aValue) in otCoapOptionIteratorGetOptionValue()
H A 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()
H A Dborder_routing_api.cpp170 …RoutingPrefixTableInitIterator(otInstance *aInstance, otBorderRoutingPrefixTableIterator *aIterato… in otBorderRoutingPrefixTableInitIterator()
178 otBorderRoutingPrefixTableIterator *aIterator, in otBorderRoutingGetNextPrefixTableEntry()
188 otBorderRoutingPrefixTableIterator *aIterator, in otBorderRoutingGetNextRouterEntry()
200 otBorderRoutingPrefixTableIterator *aIterator, in otBorderRoutingGetNextPeerBrEntry()
H A Dtrel_api.cpp53 void otTrelInitPeerIterator(otInstance *aInstance, otTrelPeerIterator *aIterator) in otTrelInitPeerIterator()
58 const otTrelPeer *otTrelGetNextPeer(otInstance *aInstance, otTrelPeerIterator *aIterator) in otTrelGetNextPeer()
H A Dmesh_diag_api.cpp57 otError otMeshDiagGetNextIp6Address(otMeshDiagIp6AddrIterator *aIterator, otIp6Address *aIp6Address) in otMeshDiagGetNextIp6Address()
62 otError otMeshDiagGetNextChildInfo(otMeshDiagChildIterator *aIterator, otMeshDiagChildInfo *aChildI… in otMeshDiagGetNextChildInfo()
H A Dborder_router_api.cpp87 otNetworkDataIterator *aIterator, in otBorderRouterGetNextOnMeshPrefix()
106 otNetworkDataIterator *aIterator, in otBorderRouterGetNextRoute()
H A Dnat64_api.cpp78 … otNat64InitAddressMappingIterator(otInstance *aInstance, otNat64AddressMappingIterator *aIterator) in otNat64InitAddressMappingIterator()
86 otNat64AddressMappingIterator *aIterator, in otNat64GetNextAddressMapping()
H A Ddns_api.cpp43 void otDnsInitTxtEntryIterator(otDnsTxtEntryIterator *aIterator, const uint8_t *aTxtData, uint16_t … in otDnsInitTxtEntryIterator()
48 otError otDnsGetNextTxtEntry(otDnsTxtEntryIterator *aIterator, otDnsTxtEntry *aEntry) in otDnsGetNextTxtEntry()
H A Dthread_ftd_api.cpp240 otChildIp6AddressIterator *aIterator, in otThreadGetChildNextIp6Address()
275 …extCacheEntry(otInstance *aInstance, otCacheEntryInfo *aEntryInfo, otCacheEntryIterator *aIterator) in otThreadGetNextCacheEntry()
H A Dlink_api.cpp223 otError otLinkFilterGetNextAddress(otInstance *aInstance, otMacFilterIterator *aIterator, otMacFilt… in otLinkFilterGetNextAddress()
253 otError otLinkFilterGetNextRssIn(otInstance *aInstance, otMacFilterIterator *aIterator, otMacFilter… in otLinkFilterGetNextRssIn()
H A Dserver_api.cpp75 otError otServerGetNextService(otInstance *aInstance, otNetworkDataIterator *aIterator, otServiceCo… in otServerGetNextService()
H A Dnetdiag_api.cpp46 otNetworkDiagIterator *aIterator, in otThreadGetNextDiagnosticTlv()
/aosp_15_r20/external/openthread/src/core/utils/
H A 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()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data.cpp86 Error NetworkData::GetNextOnMeshPrefix(Iterator &aIterator, OnMeshPrefixConfig &aConfig) const in GetNextOnMeshPrefix()
91 Error NetworkData::GetNextOnMeshPrefix(Iterator &aIterator, uint16_t aRloc16, OnMeshPrefixConfig &a… in GetNextOnMeshPrefix()
103 Error NetworkData::GetNextExternalRoute(Iterator &aIterator, ExternalRouteConfig &aConfig) const in GetNextExternalRoute()
108 Error NetworkData::GetNextExternalRoute(Iterator &aIterator, uint16_t aRloc16, ExternalRouteConfig … in GetNextExternalRoute()
120 Error NetworkData::GetNextService(Iterator &aIterator, ServiceConfig &aConfig) const in GetNextService()
125 Error NetworkData::GetNextService(Iterator &aIterator, uint16_t aRloc16, ServiceConfig &aConfig) co… in GetNextService()
137 Error NetworkData::GetNextLowpanContextInfo(Iterator &aIterator, LowpanContextInfo &aContextInfo) c… in GetNextLowpanContextInfo()
149 Error NetworkData::Iterate(Iterator &aIterator, uint16_t aRloc16, Config &aConfig) const in Iterate()
H A Dneighbor_table.cpp190 Error NeighborTable::GetNextNeighborInfo(otNeighborInfoIterator &aIterator, Neighbor::Info &aNeighI… in GetNextNeighborInfo()
248 Error NeighborTable::GetNextNeighborInfo(otNeighborInfoIterator &aIterator, Neighbor::Info &aNeighI… in GetNextNeighborInfo()
H A Dnetwork_data_service.cpp157 Error Manager::GetNextDnsSrpAnycastInfo(Iterator &aIterator, DnsSrpAnycastInfo &aInfo) const in GetNextDnsSrpAnycastInfo()
268 Error Manager::GetNextDnsSrpUnicastInfo(Iterator &aIterator, DnsSrpUnicastType aType, DnsSrpUnicast… in GetNextDnsSrpUnicastInfo()
H A Dchild.cpp169 Error Child::GetNextIp6Address(AddressIterator &aIterator, Ip6::Address &aAddress) const in GetNextIp6Address()
/aosp_15_r20/external/openthread/tools/ot-fct/
H A 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()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_network_data.cpp547 otError NetworkData::GetNextPrefix(otNetworkDataIterator *aIterator, otBorderRouterConfig *aConfig,… in GetNextPrefix()
641 otError NetworkData::GetNextRoute(otNetworkDataIterator *aIterator, otExternalRouteConfig *aConfig,… in GetNextRoute()
661 otError NetworkData::GetNextService(otNetworkDataIterator *aIterator, otServiceConfig *aConfig, boo… in GetNextService()
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_filter.cpp124 Error Filter::GetNextAddress(Iterator &aIterator, Entry &aEntry) const in GetNextAddress()
186 Error Filter::GetNextRssIn(Iterator &aIterator, Entry &aEntry) const in GetNextRssIn()
/aosp_15_r20/external/openthread/src/core/net/
H A Dnat64_translator.cpp562 void Translator::InitAddressMappingIterator(AddressMappingIterator &aIterator) in InitAddressMappingIterator()
567 Error Translator::GetNextAddressMapping(AddressMappingIterator &aIterator, otNat64AddressMapping &a… in GetNextAddressMapping()
H A Dmdns.cpp208 void Core::FreeIterator(Iterator &aIterator) { static_cast<EntryIterator &>(aIterator).Free(); } in FreeIterator()
210 Error Core::GetNextHost(Iterator &aIterator, Host &aHost, EntryState &aState) const in GetNextHost()
215 Error Core::GetNextService(Iterator &aIterator, Service &aService, EntryState &aState) const in GetNextService()
220 Error Core::GetNextKey(Iterator &aIterator, Key &aKey, EntryState &aState) const in GetNextKey()
225 Error Core::GetNextBrowser(Iterator &aIterator, Browser &aBrowser, CacheInfo &aInfo) const in GetNextBrowser()
230 Error Core::GetNextSrvResolver(Iterator &aIterator, SrvResolver &aResolver, CacheInfo &aInfo) const in GetNextSrvResolver()
235 Error Core::GetNextTxtResolver(Iterator &aIterator, TxtResolver &aResolver, CacheInfo &aInfo) const in GetNextTxtResolver()
240 Error Core::GetNextIp6AddressResolver(Iterator &aIterator, AddressResolver &aResolver, CacheInfo &a… in GetNextIp6AddressResolver()
245 Error Core::GetNextIp4AddressResolver(Iterator &aIterator, AddressResolver &aResolver, CacheInfo &a… in GetNextIp4AddressResolver()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dconfig_file.cpp62 otError ConfigFile::Get(const char *aKey, int &aIterator, char *aValue, int aValueLength) const in Get()

1234