Home
last modified time | relevance | path

Searched refs:IsDeviceReleased (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dmock_device_claimer.h37 MOCK_METHOD1(IsDeviceReleased, bool(const std::string& device_name));
Ddevice_claimer.h51 virtual bool IsDeviceReleased(const std::string& device_name);
Ddevice_claimer.cc84 bool DeviceClaimer::IsDeviceReleased(const string& device_name) { in IsDeviceReleased() function in shill::DeviceClaimer
Dmanager.cc1227 if (!device_claimer_->IsDeviceReleased(to_manage->link_name())) { in RegisterDevice()
Dmanager_unittest.cc562 EXPECT_CALL(*device_claimer, IsDeviceReleased(mock_devices_[0]->link_name())) in TEST_F()
570 EXPECT_CALL(*device_claimer, IsDeviceReleased(mock_devices_[1]->link_name())) in TEST_F()