Searched refs:allowed_connections (Results 1 – 1 of 1) sorted by relevance
1501 set<ConnectionType> allowed_connections; in TEST_F() local1502 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() local1544 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() local1572 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 …]