HomeSort by relevance Sort by last modified time
    Searched full:mock_devices_ (Results 1 - 1 of 1) sorted by null

  /system/connectivity/shill/
manager_unittest.cc 133 mock_devices_.push_back(new NiceMock<MockDevice>(control_interface(),
140 mock_devices_.push_back(new NiceMock<MockDevice>(control_interface(),
147 mock_devices_.push_back(new NiceMock<MockDevice>(control_interface(),
154 mock_devices_.push_back(new NiceMock<MockDevice>(control_interface(),
493 vector<scoped_refptr<MockDevice>> mock_devices_; member in class:shill::ManagerTest
556 ON_CALL(*mock_devices_[0].get(), technology())
558 ON_CALL(*mock_devices_[1].get(), technology())
562 EXPECT_CALL(*device_claimer, IsDeviceReleased(mock_devices_[0]->link_name()))
564 EXPECT_CALL(*device_claimer, Claim(mock_devices_[0]->link_name(), _))
566 manager()->RegisterDevice(mock_devices_[0])
    [all...]

Completed in 1031 milliseconds