OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipv4_config_properties_
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/cellular/
cellular_bearer.h
69
return
ipv4_config_properties_
.get();
109
ipv4_config_properties_
= std::move(ipv4_config_properties);
127
// |
ipv4_config_properties_
| is guaranteed to contain valid IP configuration
128
// properties. Otherwise, |
ipv4_config_properties_
| is set to nullptr.
131
std::unique_ptr<IPConfig::Properties>
ipv4_config_properties_
;
member in class:shill::CellularBearer
cellular_bearer.cc
158
ipv4_config_properties_
.reset();
208
&
ipv4_config_properties_
);
Completed in 601 milliseconds