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

/system/connectivity/shill/cellular/
H A Dcellular.cc75 static string ObjectID(Cellular* c) { return c->GetRpcIdentifier(); }
79 const char Cellular::kAllowRoaming[] = "AllowRoaming";
80 const int64_t Cellular::kDefaultScanningTimeoutMilliseconds = 60000;
81 const char Cellular::kGenericServiceNamePrefix[] = "MobileNetwork";
82 unsigned int Cellular::friendly_service_name_id_ = 1;
84 Cellular::Cellular(ModemInfo* modem_info, function in class:shill::Cellular
107 new Cellular::MobileOperatorInfoObserver(this)),
129 // costly database, and lighter objects that |Cellular| can own.
136 SLOG(this, 2) << "Cellular devic
[all...]
H A Dcellular.h47 class Cellular : public Device, public RPCTaskDelegate { class in namespace:shill
95 Cellular(ModemInfo* modem_info,
102 ~Cellular() override;
398 explicit MobileOperatorInfoObserver(Cellular* cellular);
409 Cellular* const cellular_;
410 // Owned by |Cellular|.
419 // the |kScanningProperty| exposed by Cellular device is sticky false. Every
446 bool(Cellular::*get)(Error* error),
447 bool(Cellular::*set)(const bool& value, Error* error));
450 std::string(Cellular
[all...]

Completed in 108 milliseconds