Home
last modified time | relevance | path

Searched refs:pending_changes_or_error (Results 1 – 1 of 1) sorted by relevance

/external/openscreen/discovery/dnssd/impl/
Dquerier_impl.cc355 ErrorOr<std::vector<PendingQueryChange>> pending_changes_or_error = in OnRecordChanged() local
357 if (pending_changes_or_error.is_error()) { in OnRecordChanged()
360 << pending_changes_or_error.error(); in OnRecordChanged()
361 log(std::move(pending_changes_or_error.error())); in OnRecordChanged()
365 pending_changes_or_error.value(); in OnRecordChanged()