Searched refs:network1 (Results 1 – 2 of 2) sorted by relevance
24 def test_precedence(self, network1, network2, precedence, test): argument48 if network1.ssid != network2.ssid:49 if (self.net_api.is_network_connected(network1.ssid) and60 if (not self.net_api.is_network_connected(network1.ssid) and85 network1 = pickle.loads(network1_pickle)88 network_policy = network1.policy()115 self.test_precedence(network1, network2, precedence, test)
837 Network network1("test_wifi", "Test Network Adapter 1", in TEST_F() local841 network1.AddIP(IPAddress(0x12345678)); in TEST_F()844 Network* net1 = new Network(network1); in TEST_F()866 list.push_back(new Network(network1)); in TEST_F()