Searched refs:InterfaceExists (Results 1 - 5 of 5) sorted by relevance

/system/connectivity/apmanager/
H A Dmanager_unittest.cc89 EXPECT_CALL(*device0.get(), InterfaceExists(kTestInterface0))
94 EXPECT_CALL(*device0.get(), InterfaceExists(_))
96 EXPECT_CALL(*device1.get(), InterfaceExists(kTestInterface1))
101 EXPECT_CALL(*device1.get(), InterfaceExists(_))
H A Dmock_device.h42 MOCK_METHOD1(InterfaceExists, bool(const std::string& interface_name));
H A Dmanager.cc87 if (device->InterfaceExists(interface_name)) {
H A Ddevice.h90 virtual bool InterfaceExists(const std::string& interface_name);
H A Ddevice.cc171 bool Device::InterfaceExists(const string& interface_name) { function in class:apmanager::Device

Completed in 72 milliseconds