Searched refs:FindBorderAgentRloc (Results 1 – 5 of 5) sorted by relevance
201 Get<NetworkData::Leader>().FindBorderAgentRloc(borderAgentRloc) != kErrorNone) in HandleNotifierEvents()
541 aDataset.mIsLocatorSet = (FindBorderAgentRloc(aDataset.mLocator) == kErrorNone); in GetCommissioningDataset()615 Error Leader::FindBorderAgentRloc(uint16_t &aRloc16) const in FindBorderAgentRloc() function in ot::NetworkData::Leader
124 error = FindBorderAgentRloc(aRloc16); in AnycastLookup()286 if (FindBorderAgentRloc(borderAgentRloc) == kErrorNone) in HandleTmf()1336 if (FindBorderAgentRloc(rloc16) == kErrorNone) in HandleNetworkDataRestoredAfterReset()
231 Error FindBorderAgentRloc(uint16_t &aRloc16) const;
128 SuccessOrExit(error = Get<NetworkData::Leader>().FindBorderAgentRloc(borderAgentRloc)); in HandleUdpReceive()