| /external/openthread/src/core/api/ |
| D | history_tracker_api.cpp | 46 void otHistoryTrackerInitIterator(otHistoryTrackerIterator *aIterator) in otHistoryTrackerInitIterator() 52 … otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateNetInfoHistory() 60 otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateUnicastAddressHistory() 69 otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateMulticastAddressHistory() 77 … otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateRxHistory() 84 … otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateTxHistory() 91 … otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateNeighborHistory() 98 … otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateOnMeshPrefixHistory() 107 otHistoryTrackerIterator *aIterator, in otHistoryTrackerIterateExternalRouteHistory()
|
| D | netdata_api.cpp | 50 otNetworkDataIterator *aIterator, in otNetDataGetNextOnMeshPrefix() 70 otError otNetDataGetNextRoute(otInstance *aInstance, otNetworkDataIterator *aIterator, otExternalRo… in otNetDataGetNextRoute() 82 otError otNetDataGetNextService(otInstance *aInstance, otNetworkDataIterator *aIterator, otServiceC… in otNetDataGetNextService()
|
| D | trel_api.cpp | 61 void otTrelInitPeerIterator(otInstance *aInstance, otTrelPeerIterator *aIterator) in otTrelInitPeerIterator() 66 const otTrelPeer *otTrelGetNextPeer(otInstance *aInstance, otTrelPeerIterator *aIterator) in otTrelGetNextPeer()
|
| D | coap_api.cpp | 172 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()
|
| D | border_router_api.cpp | 91 otNetworkDataIterator *aIterator, in otBorderRouterGetNextOnMeshPrefix() 114 otNetworkDataIterator *aIterator, in otBorderRouterGetNextRoute()
|
| D | border_routing_api.cpp | 97 …RoutingPrefixTableInitIterator(otInstance *aInstance, otBorderRoutingPrefixTableIterator *aIterato… in otBorderRoutingPrefixTableInitIterator() 103 otBorderRoutingPrefixTableIterator *aIterator, in otBorderRoutingGetNextPrefixTableEntry()
|
| D | netdiag_api.cpp | 46 otNetworkDiagIterator *aIterator, in otThreadGetNextDiagnosticTlv()
|
| D | server_api.cpp | 75 otError otServerGetNextService(otInstance *aInstance, otNetworkDataIterator *aIterator, otServiceCo… in otServerGetNextService()
|
| D | dns_api.cpp | 43 void otDnsInitTxtEntryIterator(otDnsTxtEntryIterator *aIterator, const uint8_t *aTxtData, uint16_t … in otDnsInitTxtEntryIterator() 48 otError otDnsGetNextTxtEntry(otDnsTxtEntryIterator *aIterator, otDnsTxtEntry *aEntry) in otDnsGetNextTxtEntry()
|
| D | backbone_router_ftd_api.cpp | 125 otChildIp6AddressIterator * aIterator, in otBackboneRouterMulticastListenerGetNext()
|
| D | thread_ftd_api.cpp | 222 otChildIp6AddressIterator *aIterator, in otThreadGetChildNextIp6Address() 266 …extCacheEntry(otInstance *aInstance, otCacheEntryInfo *aEntryInfo, otCacheEntryIterator *aIterator) in otThreadGetNextCacheEntry()
|
| D | link_api.cpp | 226 otError otLinkFilterGetNextAddress(otInstance *aInstance, otMacFilterIterator *aIterator, otMacFilt… in otLinkFilterGetNextAddress() 262 otError otLinkFilterGetNextRssIn(otInstance *aInstance, otMacFilterIterator *aIterator, otMacFilter… in otLinkFilterGetNextRssIn()
|
| D | commissioner_api.cpp | 93 otError otCommissionerGetNextJoinerInfo(otInstance *aInstance, uint16_t *aIterator, otJoinerInfo *a… in otCommissionerGetNextJoinerInfo()
|
| D | thread_api.cpp | 297 otError otThreadGetNextNeighborInfo(otInstance *aInstance, otNeighborInfoIterator *aIterator, otNei… in otThreadGetNextNeighborInfo()
|
| /external/openthread/src/core/utils/ |
| D | history_tracker.hpp | 151 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()
|
| D | history_tracker.cpp | 476 Iterator & aIterator, in Iterate()
|
| /external/openthread/src/core/thread/ |
| D | network_data.cpp | 83 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()
|
| D | neighbor_table.cpp | 181 Error NeighborTable::GetNextNeighborInfo(otNeighborInfoIterator &aIterator, Neighbor::Info &aNeighI… in GetNextNeighborInfo() 239 Error NeighborTable::GetNextNeighborInfo(otNeighborInfoIterator &aIterator, Neighbor::Info &aNeighI… in GetNextNeighborInfo()
|
| D | network_data_service.cpp | 169 Error Manager::GetNextDnsSrpAnycastInfo(Iterator &aIterator, DnsSrpAnycast::Info &aInfo) const in GetNextDnsSrpAnycastInfo() 262 Error Manager::GetNextDnsSrpUnicastInfo(Iterator &aIterator, DnsSrpUnicast::Info &aInfo) const in GetNextDnsSrpUnicastInfo()
|
| D | network_data.hpp | 512 explicit NetworkDataIterator(Iterator &aIterator) in NetworkDataIterator()
|
| D | network_diagnostic.cpp | 697 Iterator & aIterator, in GetNextDiagTlv()
|
| /external/openthread/src/cli/ |
| D | cli_network_data.cpp | 450 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/ |
| D | mac_filter.cpp | 123 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/ |
| D | multicast_listeners_table.cpp | 293 Error MulticastListenersTable::GetNext(otBackboneRouterMulticastListenerIterator &aIterator, in GetNext()
|
| /external/openthread/src/core/border_router/ |
| D | routing_manager.hpp | 267 Error GetNextPrefixTableEntry(PrefixTableIterator &aIterator, PrefixTableEntry &aEntry) const in GetNextPrefixTableEntry()
|