OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMethodStatic
(Results
1 - 5
of
5
) sorted by null
/system/connectivity/shill/cellular/
cellular_bearer.cc
52
return IPConfig::
kMethodStatic
;
115
if (*ipconfig_method != IPConfig::
kMethodStatic
)
cellular_bearer_unittest.cc
117
EXPECT_EQ(IPConfig::
kMethodStatic
, bearer_.ipv4_config_method());
132
EXPECT_EQ(IPConfig::
kMethodStatic
, bearer_.ipv6_config_method());
233
EXPECT_EQ(IPConfig::
kMethodStatic
, bearer_.ipv4_config_method());
267
EXPECT_EQ(IPConfig::
kMethodStatic
, bearer_.ipv6_config_method());
cellular.cc
869
if (bearer && bearer->ipv4_config_method() == IPConfig::
kMethodStatic
) {
[
all
...]
cellular_unittest.cc
[
all
...]
/system/connectivity/shill/
ipconfig.h
99
kMethodStatic
,
Completed in 709 milliseconds