Home
last modified time | relevance | path

Searched refs:srvname (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/can/1.0/vts/functional/
DVtsHalCanControllerV1_0TargetTest.cpp71 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()
DVtsHalCanBusV1_0TargetTest.cpp47 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()