OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipv4_config_method
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/cellular/
cellular_bearer.h
67
IPConfig::Method
ipv4_config_method
() const { return ipv4_config_method_; }
function in class:shill::CellularBearer
104
void set_ipv4_config_method(IPConfig::Method
ipv4_config_method
) {
105
ipv4_config_method_ =
ipv4_config_method
;
cellular_bearer_unittest.cc
63
EXPECT_EQ(IPConfig::kMethodUnknown, bearer_.
ipv4_config_method
());
101
MMBearerIpMethod
ipv4_config_method
,
109
ConstructIPv4ConfigProperties(
ipv4_config_method
));
117
EXPECT_EQ(IPConfig::kMethodStatic, bearer_.
ipv4_config_method
());
217
EXPECT_EQ(IPConfig::kMethodUnknown, bearer_.
ipv4_config_method
());
225
EXPECT_EQ(IPConfig::kMethodPPP, bearer_.
ipv4_config_method
());
233
EXPECT_EQ(IPConfig::kMethodStatic, bearer_.
ipv4_config_method
());
242
EXPECT_EQ(IPConfig::kMethodDHCP, bearer_.
ipv4_config_method
());
cellular.cc
835
if (bearer && bearer->
ipv4_config_method
() == IPConfig::kMethodPPP) {
869
if (bearer && bearer->
ipv4_config_method
() == IPConfig::kMethodStatic) {
[
all
...]
Completed in 269 milliseconds