Lines Matching full:allowed_set
232 set<string> allowed_set;
233 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular));
237 .WillOnce(DoAll(SetArgPointee<0>(allowed_set), Return(true)));
251 set<string> allowed_set;
252 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular));
253 allowed_set.insert(StringForConnectionType(ConnectionType::kBluetooth));
257 .WillRepeatedly(DoAll(SetArgPointee<0>(allowed_set), Return(true)));
301 set<string> allowed_set;
302 allowed_set.insert(StringForConnectionType(ConnectionType::kEthernet));
303 allowed_set.insert(StringForConnectionType(ConnectionType::kWifi));
304 allowed_set.insert(StringForConnectionType(ConnectionType::kWimax));
308 .WillOnce(DoAll(SetArgPointee<0>(allowed_set), Return(true)));
319 set<string> allowed_set;
320 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular));
327 .WillOnce(DoAll(SetArgPointee<0>(allowed_set), Return(false)));