OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:data_interface
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/cellular/
cellular_bearer.cc
196
string
data_interface
;
local
cellular_bearer.h
66
const std::string&
data_interface
() const { return data_interface_; }
function in class:shill::CellularBearer
101
void set_data_interface(const std::string&
data_interface
) {
102
data_interface_ =
data_interface
;
Completed in 56 milliseconds