Lines Matching refs:aNeighbor
353 …id Initiator::ProcessEnhAckIeData(const uint8_t *aData, uint8_t aLength, const Neighbor &aNeighbor) in ProcessEnhAckIeData() argument
360 values.SetMetrics(aNeighbor.GetEnhAckProbingMetrics()); in ProcessEnhAckIeData()
375 … mEnhAckProbingIeReportCallback.Invoke(aNeighbor.GetRloc16(), &aNeighbor.GetExtAddress(), &values); in ProcessEnhAckIeData()
381 Error Initiator::FindNeighbor(const Ip6::Address &aDestination, Neighbor *&aNeighbor) in FindNeighbor() argument
386 aNeighbor = nullptr; in FindNeighbor()
391 aNeighbor = Get<NeighborTable>().FindNeighbor(macAddress); in FindNeighbor()
392 VerifyOrExit(aNeighbor != nullptr); in FindNeighbor()
394 VerifyOrExit(aNeighbor->GetVersion() >= kThreadVersion1p2, error = kErrorNotCapable); in FindNeighbor()
409 Error Subject::AppendReport(Message &aMessage, const Message &aRequestMessage, Neighbor &aNeighbor) in AppendReport() argument
477 SeriesInfo *seriesInfo = aNeighbor.GetForwardTrackingSeriesInfo(queryId); in AppendReport()
508 Error Subject::HandleManagementRequest(const Message &aMessage, Neighbor &aNeighbor, Status &aStatu… in HandleManagementRequest() argument
571 metrics, aNeighbor); in HandleManagementRequest()
576 aStatus = ConfigureEnhAckProbing(enhAckConfigSubTlv.GetEnhAckFlags(), metrics, aNeighbor); in HandleManagementRequest()
693 Neighbor &aNeighbor) in ConfigureForwardTrackingSeries() argument
703 aNeighbor.RemoveAllForwardTrackingSeriesInfo(); in ConfigureForwardTrackingSeries()
707 SeriesInfo *seriesInfo = aNeighbor.RemoveForwardTrackingSeriesInfo(aSeriesId); in ConfigureForwardTrackingSeries()
714 SeriesInfo *seriesInfo = aNeighbor.GetForwardTrackingSeriesInfo(aSeriesId); in ConfigureForwardTrackingSeries()
721 aNeighbor.AddForwardTrackingSeriesInfo(*seriesInfo); in ConfigureForwardTrackingSeries()
728 …Subject::ConfigureEnhAckProbing(uint8_t aEnhAckFlags, const Metrics &aMetrics, Neighbor &aNeighbor) in ConfigureEnhAckProbing() argument
741 …error = Get<Radio>().ConfigureEnhAckProbing(aMetrics, aNeighbor.GetRloc16(), aNeighbor.GetExtAddre… in ConfigureEnhAckProbing()
746 …error = Get<Radio>().ConfigureEnhAckProbing(aMetrics, aNeighbor.GetRloc16(), aNeighbor.GetExtAddre… in ConfigureEnhAckProbing()