Home
last modified time | relevance | path

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

/external/openscreen/discovery/mdns/
Dmdns_service_impl.cc135 Error MdnsServiceImpl::UpdateRegisteredRecord(const MdnsRecord& old_record, in UpdateRegisteredRecord() function in openscreen::discovery::MdnsServiceImpl
137 return publisher_->UpdateRegisteredRecord(old_record, new_record); in UpdateRegisteredRecord()
Dmdns_service_impl.h61 Error UpdateRegisteredRecord(const MdnsRecord& old_record,
Dmdns_publisher.h72 Error UpdateRegisteredRecord(const MdnsRecord& old_record,
Dmdns_publisher_unittest.cc171 EXPECT_FALSE(publisher_.UpdateRegisteredRecord(record2, record).ok()); in TestUniqueRecordRegistrationWorkflow()
182 EXPECT_TRUE(publisher_.UpdateRegisteredRecord(record, record2).ok()); in TestUniqueRecordRegistrationWorkflow()
Dmdns_publisher.cc110 Error MdnsPublisher::UpdateRegisteredRecord(const MdnsRecord& old_record, in UpdateRegisteredRecord() function in openscreen::discovery::MdnsPublisher
/external/openscreen/discovery/mdns/public/
Dmdns_service.h79 virtual Error UpdateRegisteredRecord(const MdnsRecord& old_record,
/external/openscreen/discovery/dnssd/impl/
Dpublisher_impl_unittest.cc51 MOCK_METHOD2(UpdateRegisteredRecord,
216 EXPECT_CALL(*mdns_service(), UpdateRegisteredRecord(_, _)) in TEST_F()
Dpublisher_impl.cc216 auto error = mdns_publisher_->UpdateRegisteredRecord( in UpdatePublishedRegistration()
Dquerier_impl_unittest.cc55 MOCK_METHOD2(UpdateRegisteredRecord,