Home
last modified time | relevance | path

Searched refs:CellularService (Results 1 – 25 of 25) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular_service.cc39 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); } in ObjectID()
43 const char CellularService::kAutoConnActivating[] = "activating";
44 const char CellularService::kAutoConnBadPPPCredentials[] =
46 const char CellularService::kAutoConnDeviceDisabled[] = "device disabled";
47 const char CellularService::kAutoConnOutOfCredits[] = "device out of credits";
48 const char CellularService::kAutoConnOutOfCreditsDetectionInProgress[] =
50 const char CellularService::kStoragePPPUsername[] = "Cellular.PPP.Username";
51 const char CellularService::kStoragePPPPassword[] = "Cellular.PPP.Password";
75 CellularService::CellularService(ModemInfo* modem_info, in CellularService() function in shill::CellularService
87 &CellularService::CalculateActivationType, in CellularService()
[all …]
Dout_of_credits_detector.h28 class CellularService; variable
40 CellularService* service);
64 CellularService* service);
90 CellularService* service() const { return service_; } in service()
96 CellularService* service_;
Dcellular_service.h41 class CellularService : public Service {
51 CellularService(ModemInfo* modem_info,
53 ~CellularService() override;
171 std::string(CellularService::*get)(Error* error),
172 bool(CellularService::*set)(const std::string& value, Error* error));
175 Stringmap(CellularService::*get)(Error* error),
176 bool(CellularService::*set)(const Stringmap& value, Error* error));
179 bool(CellularService::*get)(Error* error),
180 bool(CellularService::*set)(const bool&, Error*));
211 base::WeakPtrFactory<CellularService> weak_ptr_factory_;
[all …]
Dout_of_credits_detector.cc33 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); } in ObjectID()
39 CellularService* service) in OutOfCreditsDetector()
56 CellularService* service) { in CreateDetector()
Dsubscription_state_out_of_credits_detector.cc32 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); } in ObjectID()
39 CellularService* service) in SubscriptionStateOutOfCreditsDetector()
Dmock_out_of_credits_detector.cc27 CellularService* service) in MockOutOfCreditsDetector()
Dmock_cellular_service.cc31 : CellularService(modem_info, device), in MockCellularService()
Dcellular_service_unittest.cc61 service_(new CellularService(&modem_info_, device_)), in CellularServiceTest()
346 EXPECT_STREQ(CellularService::kAutoConnDeviceDisabled, reason); in TEST_F()
368 EXPECT_STREQ(CellularService::kAutoConnOutOfCreditsDetectionInProgress, in TEST_F()
378 EXPECT_STREQ(CellularService::kAutoConnOutOfCredits, reason); in TEST_F()
460 GetString(_, CellularService::kStoragePPPUsername, _)) in TEST_F()
466 GetString(_, CellularService::kStoragePPPPassword, _)) in TEST_F()
489 service_->SetActivationType(CellularService::kActivationTypeOTA); in TEST_F()
Dmock_out_of_credits_detector.h31 CellularService* service);
Dsubscription_state_out_of_credits_detector.h30 CellularService* service);
Dno_out_of_credits_detector.h32 CellularService* service) in NoOutOfCreditsDetector()
Dmock_cellular_service.h28 class MockCellularService : public CellularService {
Dactive_passive_out_of_credits_detector.h39 CellularService* service);
Dactive_passive_out_of_credits_detector.cc51 CellularService* service) in ActivePassiveOutOfCreditsDetector()
Dcellular_capability_cdma.cc129 CellularService::kActivationTypeOTASP); in OnServiceCreated()
Dcellular_capability_universal_cdma.cc211 CellularService::kActivationTypeOTASP); in OnServiceCreated()
Dcellular_capability_cdma_unittest.cc137 cellular_->service_ = new CellularService(&modem_info_, cellular_); in SetService()
Dcellular_unittest.cc584 CellularService* SetService() { in SetService()
585 device_->service_ = new CellularService(&modem_info_, device_); in SetService()
1288 CellularService* service = SetService(); in TEST_F()
1483 CellularService* service(SetService()); in TEST_F()
1506 CellularService& service(*SetService()); in TEST_F()
Dcellular_capability_classic_unittest.cc107 auto service = new CellularService(&modem_info_, cellular_); in CreateService()
Dcellular_capability_universal_cdma_unittest.cc107 cellular_->service_ = new CellularService(&modem_info_, cellular_); in SetService()
Dcellular_capability_gsm_unittest.cc260 auto service = new CellularService(&modem_info_, cellular_); in CreateService()
Dcellular.cc622 service_ = new CellularService(modem_info_, this); in CreateService()
Dcellular_capability_universal.cc633 cellular()->service()->SetActivationType(CellularService::kActivationTypeOTA); in OnServiceCreated()
Dcellular_capability_universal_unittest.cc143 auto service = new CellularService(&modem_info_, cellular_); in CreateService()
/system/connectivity/shill/
Drefptr_types.h60 class CellularService; variable
61 typedef scoped_refptr<const CellularService> CellularServiceConstRefPtr;
62 typedef scoped_refptr<CellularService> CellularServiceRefPtr;