Searched defs:CellularService (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/cellular/
H A Dcellular_service.cc39 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); }
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(ModemInf function in class:shill::CellularService
[all...]
H A Dcellular_service.h41 class CellularService : public Service { class in namespace:shill
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...]

Completed in 71 milliseconds