OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppp_device_
(Results
1 - 6
of
6
) sorted by null
/system/connectivity/shill/pppoe/
pppoe_service.cc
139
if (
ppp_device_
) {
140
ppp_device_
->DropConnection();
147
ppp_device_
= nullptr;
189
return
ppp_device_
?
ppp_device_
->GetRpcIdentifier() : "";
235
if (
ppp_device_
) {
236
ppp_device_
->SelectService(nullptr);
239
ppp_device_
= ppp_device_factory_->CreatePPPDevice(
242
device_info->RegisterDevice(
ppp_device_
);
243
ppp_device_
->SetEnabled(true)
[
all
...]
pppoe_service.h
98
PPPDeviceRefPtr
ppp_device_
;
member in class:shill::PPPoEService
pppoe_service_unittest.cc
196
service_->
ppp_device_
= ppp_device;
/system/connectivity/shill/cellular/
cellular.cc
444
if (
ppp_device_
) {
445
// For PPP dongles, IP configuration is handled on the |
ppp_device_
|,
447
ppp_device_
->DropConnection();
454
if (
ppp_device_
) {
455
ppp_device_
->SetServiceState(state);
466
if (
ppp_device_
) {
467
ppp_device_
->SetServiceFailure(failure_state);
478
if (
ppp_device_
) {
479
ppp_device_
->SetServiceFailureSilent(failure_state);
[
all
...]
cellular_unittest.cc
388
device_->
ppp_device_
= mock_ppp_device;
394
static_cast<MockPPPDevice*>(device_->
ppp_device_
.get());
400
EXPECT_FALSE(device_->
ppp_device_
);
[
all
...]
cellular.h
562
PPPDeviceRefPtr
ppp_device_
;
member in class:shill::Cellular
Completed in 338 milliseconds