Lines Matching refs:otbrError
158 using ResultCallback = OnceCallback<void(otbrError aError)>;
167 virtual otbrError Start(void) = 0;
363 static otbrError EncodeTxtData(const TxtList &aTxtList, std::vector<uint8_t> &aTxtData);
381 static otbrError DecodeTxtData(TxtList &aTxtList, const uint8_t *aTxtData, uint16_t aTxtLength);
405 void TriggerCompleteCallback(otbrError aError) in TriggerCompleteCallback()
443 void Complete(otbrError aError);
445 void OnComplete(otbrError aError);
474 void Complete(otbrError aError);
476 void OnComplete(otbrError);
507 virtual otbrError DnsErrorToOtbrError(int32_t aError) = 0;
510 …void RemoveServiceRegistration(const std::string &aName, const std::string &aType, otbrError aErro…
534 void RemoveHostRegistration(const std::string &aName, otbrError aError);
537 static void UpdateMdnsResponseCounters(otbr::MdnsResponseCounters &aCounters, otbrError aError);
538 static void UpdateEmaLatency(uint32_t &aEmaLatency, uint32_t aLatency, otbrError aError);
542 otbrError aError);
543 void UpdateHostRegistrationEmaLatency(const std::string &aHostName, otbrError aError);
546 otbrError aError);
547 void UpdateHostResolutionEmaLatency(const std::string &aHostName, otbrError aError);