Home
last modified time | relevance | path

Searched refs:allowed_connections (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/update_manager/
Dchromeos_policy_unittest.cc1501 set<ConnectionType> allowed_connections; in TEST_F() local
1502 allowed_connections.insert(ConnectionType::kCellular); in TEST_F()
1505 reset(new set<ConnectionType>(allowed_connections)); in TEST_F()
1543 set<ConnectionType> allowed_connections; in TEST_F() local
1544 allowed_connections.insert(ConnectionType::kBluetooth); in TEST_F()
1547 reset(new set<ConnectionType>(allowed_connections)); in TEST_F()
1571 set<ConnectionType> allowed_connections; in TEST_F() local
1572 allowed_connections.insert(ConnectionType::kCellular); in TEST_F()
1575 reset(new set<ConnectionType>(allowed_connections)); in TEST_F()
1590 set<ConnectionType> allowed_connections; in TEST_F() local
[all …]