Home
last modified time | relevance | path

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

/external/openscreen/discovery/dnssd/impl/
Dquerier_impl_unittest.cc537 before_changes.emplace_back(Error::Code::kOperationInProgress); in TEST_F()
539 after_changes.emplace_back(Error::Code::kOperationInProgress); in TEST_F()
626 before_changes.emplace_back(Error::Code::kOperationInProgress); in TEST_F()
630 after_changes.emplace_back(Error::Code::kOperationInProgress); in TEST_F()
Dpublisher_impl.cc106 return Error::Code::kOperationInProgress; in Register()
/external/openscreen/discovery/mdns/
Dmdns_probe_manager.cc63 return Error::Code::kOperationInProgress; in StartProbe()
/external/openscreen/platform/base/
Derror.h183 kOperationInProgress, enumerator
Derror.cc189 case Error::Code::kOperationInProgress: in operator <<()