Home
last modified time | relevance | path

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

/external/openscreen/cast/standalone_receiver/
Dstreaming_playback_controller.cc30 Error{Error::Code::kOperationCancelled, in StreamingPlaybackController()
/external/openscreen/discovery/dnssd/impl/
Dquerier_impl_unittest.cc535 before_changes.emplace_back(Error::Code::kOperationCancelled); in TEST_F()
543 after_changes.emplace_back(Error::Code::kOperationCancelled); in TEST_F()
623 before_changes.emplace_back(Error::Code::kOperationCancelled); in TEST_F()
636 after_changes.emplace_back(Error::Code::kOperationCancelled); in TEST_F()
Ddns_data_graph.cc421 return Error::Code::kOperationCancelled; in ApplyDataRecordChange()
Ddns_data_graph_unittest.cc131 EXPECT_EQ(result.code(), Error::Code::kOperationCancelled); in TEST_F()
/external/openscreen/platform/base/
Derror.h184 kOperationCancelled, enumerator
Derror.cc191 case Error::Code::kOperationCancelled: in operator <<()