OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTypeVPN
(Results
1 - 5
of
5
) sorted by null
/system/update_engine/
connection_manager_unittest.cc
182
TestWithServiceType(shill::
kTypeVPN
, nullptr, ConnectionType::kUnknown);
184
shill::
kTypeVPN
, shill::
kTypeVPN
, ConnectionType::kUnknown);
185
TestWithServiceType(shill::
kTypeVPN
, shill::kTypeWifi, ConnectionType::kWifi);
187
shill::
kTypeVPN
, shill::kTypeWimax, ConnectionType::kWimax);
connection_manager.cc
187
if (type_str == shill::
kTypeVPN
) {
/system/update_engine/update_manager/
real_shill_provider.cc
146
if (type_str == shill::
kTypeVPN
) {
real_shill_provider_unittest.cc
358
shill::
kTypeVPN
,
/external/cros/system_api/dbus/shill/
dbus-constants.h
324
const char
kTypeVPN
[] = "vpn";
[
all
...]
Completed in 45 milliseconds