Home
last modified time | relevance | path

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

/external/openscreen/osp/impl/testing/
Dfake_mdns_platform_service_unittest.cc52 platform_service.set_interfaces(bound_interfaces); in TEST_F()
61 platform_service.set_interfaces({}); in TEST_F()
70 platform_service.set_interfaces(new_interfaces); in TEST_F()
79 platform_service.set_interfaces(bound_interfaces_); in TEST_F()
100 platform_service.set_interfaces(bound_interfaces_); in TEST_F()
Dfake_mdns_platform_service.h20 void set_interfaces(const std::vector<BoundInterface>& interfaces) { in set_interfaces() function
/external/openscreen/osp/impl/
Dmdns_responder_service_unittest.cc193 fake_platform_service_->set_interfaces(bound_interfaces_); in SetUp()
293 fake_platform_service_->set_interfaces(bound_interfaces_); in TEST_F()
/external/dnsmasq/src/
Ddnsmasq.h736 void set_interfaces(const char* interfaces);
Ddnsmasq.c832 set_interfaces(params); in check_android_listeners()
Dnetwork.c804 void set_interfaces(const char* interfaces) { in set_interfaces() function