Lines Matching refs:upstart_
129 upstart_(new NiceMock<MockUpstart>(control_interface())) { in ManagerTest()
192 manager()->upstart_.reset(upstart_); in ManagerTest()
516 MockUpstart* upstart_; member in shill::ManagerTest
3500 EXPECT_CALL(*upstart_, NotifyDisconnected()); in TEST_F()
3501 EXPECT_CALL(*upstart_, NotifyConnected()).Times(0); in TEST_F()
3504 Mock::VerifyAndClearExpectations(upstart_); in TEST_F()
3513 EXPECT_CALL(*upstart_, NotifyDisconnected()).Times(0); in TEST_F()
3514 EXPECT_CALL(*upstart_, NotifyConnected()); in TEST_F()
3534 Mock::VerifyAndClearExpectations(upstart_); in TEST_F()
3541 EXPECT_CALL(*upstart_, NotifyDisconnected()); in TEST_F()
3542 EXPECT_CALL(*upstart_, NotifyConnected()).Times(0); in TEST_F()