Searched refs:srvname (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/vts/functional/ |
H A D | VtsHalCanControllerV1_0TargetTest.cpp | 71 bool up(InterfaceType iftype, const std::string srvname, std::string ifname, 73 void assertRegistered(const std::string srvname, const std::string ifaceName, 115 bool CanControllerHalTest::up(InterfaceType iftype, std::string srvname, std::string ifname, in up() argument 118 config.name = srvname; in up() 147 void CanControllerHalTest::assertRegistered(const std::string srvname, const std::string ifaceName, in assertRegistered() argument 152 auto busService = manager->get(ICanBus::descriptor, srvname); in assertRegistered() 162 << "ICanBus/" << srvname << (expectRegistered ? " is not " : " is ") << "registered" in assertRegistered()
|
H A D | VtsHalCanBusV1_0TargetTest.cpp | 47 bool up(InterfaceType iftype, const std::string& srvname, const std::string& ifname); 74 bool CanBusHalTest::up(InterfaceType iftype, const std::string& srvname, in up() argument 77 config.name = srvname; in up()
|
/aosp_15_r20/external/autotest/client/cros/netprotos/ |
H A D | cros_p2p.py | 123 srvname, _priority, _weight, port = service 125 queries.append((srvname, dpkt.dns.DNS_ANY)) 163 srvname, _priority, _weight, port = service 166 srvname, dpkt.dns.DNS_A, timestamp) 168 res.append((p2p_peer, srvname, ip_list, port))
|
H A D | zeroconf.py | 181 data = rr.srvname, rr.priority, rr.weight, rr.port 246 srvname = service + '.' + proto + '.' + self._domain 247 self._srv_records[srvname] = priority, weight, port 266 srvname = full_hostname,
|
H A D | zeroconf_unittest.py | 65 srv_resp.srvname)
|