OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Cellular
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/cellular/
cellular.cc
17
#include "shill/
cellular
/
cellular
.h"
38
#include "shill/
cellular
/cellular_bearer.h"
39
#include "shill/
cellular
/cellular_capability_cdma.h"
40
#include "shill/
cellular
/cellular_capability_gsm.h"
41
#include "shill/
cellular
/cellular_capability_universal.h"
42
#include "shill/
cellular
/cellular_capability_universal_cdma.h"
43
#include "shill/
cellular
/cellular_service.h"
44
#include "shill/
cellular
/mobile_operator_info.h"
75
static string ObjectID(
Cellular
* c) { return c->GetRpcIdentifier();
[
all
...]
cellular.h
29
#include "shill/
cellular
/mobile_operator_info.h"
30
#include "shill/
cellular
/modem_info.h"
31
#include "shill/
cellular
/modem_proxy_interface.h"
47
class
Cellular
: public Device, public RPCTaskDelegate {
66
// measurements. A
cellular
service object is created.
95
Cellular
(ModemInfo* modem_info,
102
~
Cellular
() override;
396
// |
cellular
| must have lifespan longer than this object. In practice this
397
// is enforced because |
cellular
| owns this object.
398
explicit MobileOperatorInfoObserver(
Cellular
* cellular)
[
all
...]
Completed in 51 milliseconds