Searched refs:IsDeviceReleased (Results 1 – 5 of 5) sorted by relevance
37 MOCK_METHOD1(IsDeviceReleased, bool(const std::string& device_name));
51 virtual bool IsDeviceReleased(const std::string& device_name);
84 bool DeviceClaimer::IsDeviceReleased(const string& device_name) { in IsDeviceReleased() function in shill::DeviceClaimer
1227 if (!device_claimer_->IsDeviceReleased(to_manage->link_name())) { in RegisterDevice()
562 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()