HomeSort by relevance Sort by last modified time
    Searched defs:cellular_ (Results 1 - 11 of 11) sorted by null

  /system/connectivity/shill/cellular/
subscription_state_out_of_credits_detector_unittest.cc 48 cellular_(new NiceMock<MockCellular>(&modem_info_,
55 service_(new NiceMock<MockCellularService>(&modem_info_, cellular_)),
64 cellular_->service_ = service_;
69 cellular_->service_ = nullptr; // Break circular reference.
80 scoped_refptr<NiceMock<MockCellular>> cellular_; member in class:shill::SubscriptionStateOutOfCreditsDetectorTest
cellular_capability.h 275 Cellular* cellular() const { return cellular_; }
288 return cellular_->allow_roaming_property();
302 Cellular* cellular_; member in class:shill::CellularCapability
active_passive_out_of_credits_detector_unittest.cc 58 cellular_(new NiceMock<MockCellular>(&modem_info_,
65 service_(new NiceMock<MockCellularService>(&modem_info_, cellular_)),
74 cellular_->service_ = service_;
88 cellular_->service_ = nullptr; // Break circular reference.
115 scoped_refptr<NiceMock<MockCellular>> cellular_; member in class:shill::ActivePassiveOutOfCreditsDetectorTest
cellular_capability_classic.h 173 Cellular* cellular_; member in class:shill::CellularCapabilityClassic
cellular_capability_cdma_unittest.cc 53 cellular_(new MockCellular(&modem_info_,
63 modem_info_.metrics()->RegisterDevice(cellular_->interface_index(),
68 cellular_->service_ = nullptr;
74 static_cast<CellularCapabilityCDMA*>(cellular_->capability_.get());
137 cellular_->service_ = new CellularService(&modem_info_, cellular_);
141 cellular_->state_ = state;
146 scoped_refptr<MockCellular> cellular_; member in class:shill::CellularCapabilityCDMATest
149 CellularCapabilityCDMA* capability_; // Owned by |cellular_|.
157 EXPECT_TRUE(cellular_->store().Contains(kPRLVersionProperty))
    [all...]
cellular_capability_universal_cdma_unittest.cc 76 cellular_(new Cellular(&modem_info_,
84 cellular_)),
89 cellular_->service_ = nullptr;
96 cellular_->capability_.get());
98 static_cast<NiceMock<DeviceMockAdaptor>*>(cellular_->adaptor());
99 cellular_->service_ = service_;
107 cellular_->service_ = new CellularService(&modem_info_, cellular_);
111 cellular_->service_ = nullptr;
133 cellular_->set_home_provider_info(mock_home_provider_info_)
201 CellularRefPtr cellular_; member in class:shill::CellularCapabilityUniversalCDMATest
    [all...]
cellular_service.h 68 const CellularRefPtr& cellular() const { return cellular_; }
228 CellularRefPtr cellular_; member in class:shill::CellularService
cellular_capability_classic_unittest.cc 67 cellular_(new Cellular(&modem_info_,
74 modem_info_.metrics()->RegisterDevice(cellular_->interface_index(),
79 cellular_->service_ = nullptr;
85 static_cast<Device*>(cellular_.get())->rtnl_handler_ = &rtnl_handler_;
88 cellular_->capability_.get());
90 static_cast<DeviceMockAdaptor*>(cellular_->adaptor());
107 auto service = new CellularService(&modem_info_, cellular_);
117 cellular_->set_home_provider(serving_operator);
118 cellular_->service_ = service;
122 return static_cast<CellularCapabilityGSM*>(cellular_->capability_.get())
257 CellularRefPtr cellular_; member in class:shill::CellularCapabilityTest
    [all...]
cellular_capability_gsm_unittest.cc 72 cellular_(new Cellular(&modem_info_,
81 modem_info_.metrics()->RegisterDevice(cellular_->interface_index(),
86 cellular_->service_ = nullptr;
93 static_cast<CellularCapabilityGSM*>(cellular_->capability_.get());
95 static_cast<DeviceMockAdaptor*>(cellular_->adaptor());
260 auto service = new CellularService(&modem_info_, cellular_);
270 cellular_->set_home_provider(serving_operator);
271 cellular_->service_ = service;
281 cellular_->set_home_provider_info(mock_home_provider_info_);
282 cellular_->set_serving_operator_info(mock_serving_operator_info_)
334 CellularRefPtr cellular_; member in class:shill::CellularCapabilityGSMTest
    [all...]
cellular.h 409 Cellular* const cellular_; member in class:shill::Cellular::MobileOperatorInfoObserver
cellular_capability_universal_unittest.cc 94 cellular_(new Cellular(&modem_info_,
101 service_(new MockCellularService(&modem_info_, cellular_)),
104 modem_info_.metrics()->RegisterDevice(cellular_->interface_index(),
109 cellular_->service_ = nullptr;
116 cellular_->capability_.get());
118 static_cast<DeviceMockAdaptor*>(cellular_->adaptor());
119 cellular_->service_ = service_;
143 auto service = new CellularService(&modem_info_, cellular_);
152 cellular_->set_home_provider(serving_operator);
153 cellular_->service_ = service
345 CellularRefPtr cellular_; member in class:shill::CellularCapabilityUniversalTest
    [all...]

Completed in 89 milliseconds