Searched refs:upstart_ (Results 1 - 4 of 4) sorted by relevance

/system/connectivity/shill/upstart/
H A Dupstart_unittest.cc61 : upstart_(&control_),
66 Upstart upstart_; member in class:shill::UpstartTest
72 upstart_.NotifyDisconnected();
77 upstart_.NotifyConnected();
/system/connectivity/shill/
H A Dmanager_unittest.cc129 upstart_(new NiceMock<MockUpstart>(control_interface())) {
192 manager()->upstart_.reset(upstart_);
516 MockUpstart* upstart_; member in class:shill::ManagerTest
3500 EXPECT_CALL(*upstart_, NotifyDisconnected());
3501 EXPECT_CALL(*upstart_, NotifyConnected()).Times(0);
3504 Mock::VerifyAndClearExpectations(upstart_);
3513 EXPECT_CALL(*upstart_, NotifyDisconnected()).Times(0);
3514 EXPECT_CALL(*upstart_, NotifyConnected());
3534 Mock::VerifyAndClearExpectations(upstart_);
[all...]
H A Dmanager.cc268 upstart_.reset(new Upstart(control_interface_));
2116 upstart_->NotifyConnected();
2119 upstart_->NotifyDisconnected();
2121 upstart_->NotifyDisconnected();
H A Dmanager.h836 std::unique_ptr<Upstart> upstart_; member in class:shill::Manager

Completed in 81 milliseconds