Home | History | Annotate | Download | only in apmanager

Lines Matching full:device1

62   scoped_refptr<MockDevice> device1 = new MockDevice(&manager_);
63 device1->SetPreferredApInterface(kTestInterface1);
64 RegisterDevice(device1);
71 EXPECT_EQ(device1, manager_.GetAvailableDevice());
74 device1->SetInUse(true);
81 scoped_refptr<MockDevice> device1 = new MockDevice(&manager_);
83 RegisterDevice(device1);
93 // interface1 belongs to device1.
96 EXPECT_CALL(*device1.get(), InterfaceExists(kTestInterface1))
98 EXPECT_EQ(device1, manager_.GetDeviceFromInterfaceName(kTestInterface1));
101 EXPECT_CALL(*device1.get(), InterfaceExists(_))