Home
last modified time | relevance | path

Searched refs:ppp_device_ (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/pppoe/
Dpppoe_service.cc139 if (ppp_device_) { in Disconnect()
140 ppp_device_->DropConnection(); in Disconnect()
147 ppp_device_ = nullptr; in Disconnect()
189 return ppp_device_ ? ppp_device_->GetRpcIdentifier() : ""; in GetInnerDeviceRpcIdentifier()
235 if (ppp_device_) { in OnPPPConnected()
236 ppp_device_->SelectService(nullptr); in OnPPPConnected()
239 ppp_device_ = ppp_device_factory_->CreatePPPDevice( in OnPPPConnected()
242 device_info->RegisterDevice(ppp_device_); in OnPPPConnected()
243 ppp_device_->SetEnabled(true); in OnPPPConnected()
244 ppp_device_->SelectService(this); in OnPPPConnected()
[all …]
Dpppoe_service.h98 PPPDeviceRefPtr ppp_device_; variable
Dpppoe_service_unittest.cc196 service_->ppp_device_ = ppp_device; in TEST_F()
/system/connectivity/shill/cellular/
Dcellular.cc444 if (ppp_device_) { in DropConnection()
447 ppp_device_->DropConnection(); in DropConnection()
454 if (ppp_device_) { in SetServiceState()
455 ppp_device_->SetServiceState(state); in SetServiceState()
466 if (ppp_device_) { in SetServiceFailure()
467 ppp_device_->SetServiceFailure(failure_state); in SetServiceFailure()
478 if (ppp_device_) { in SetServiceFailureSilent()
479 ppp_device_->SetServiceFailureSilent(failure_state); in SetServiceFailureSilent()
1063 ppp_device_ = nullptr; in StopPPP()
1119 if (!ppp_device_ || ppp_device_->interface_index() != interface_index) { in OnPPPConnected()
[all …]
Dcellular_unittest.cc388 device_->ppp_device_ = mock_ppp_device; in FakeUpConnectedPPP()
394 static_cast<MockPPPDevice*>(device_->ppp_device_.get()); in ExpectPPPStopped()
400 EXPECT_FALSE(device_->ppp_device_); in VerifyPPPStopped()
1698 device_->ppp_device_ = ppp_device; in TEST_F()
1728 device_->ppp_device_ = ppp_device; in TEST_F()
Dcellular.h562 PPPDeviceRefPtr ppp_device_; variable