Home | History | Annotate | Download | only in wifi

Lines Matching refs:kPath

2072   string kPath = "/test/path";
2073 MockWiFiServiceRefPtr service(SetupConnectedService(kPath, nullptr, nullptr));
2087 EXPECT_CALL(*GetSupplicantInterfaceProxy(), SelectNetwork(kPath));
2150 string kPath("/fake/path");
2151 MockWiFiServiceRefPtr service(SetupConnectedService(kPath, nullptr, nullptr));
2164 CreateSupplicantNetworkProxy(kPath))
2168 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(kPath)).Times(0);
2178 string kPath("/fake/path");
2179 MockWiFiServiceRefPtr service(SetupConnectedService(kPath, nullptr, nullptr));
2191 CreateSupplicantNetworkProxy(kPath))
2195 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(kPath)).Times(0);
2205 string kPath("/fake/path");
2206 WiFiServiceRefPtr service(SetupConnectedService(kPath, nullptr, nullptr));
2209 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(kPath)).Times(1);
2240 string kPath("/fake/path");
2241 WiFiServiceRefPtr service(SetupConnectedService(kPath, nullptr, nullptr));
2248 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(kPath));
2401 string kPath("/fake/path");
2402 WiFiServiceRefPtr service(SetupConnectedService(kPath, nullptr, nullptr));
2405 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(kPath));
2413 string kPath("/fake/path");
2414 WiFiServiceRefPtr service0(SetupConnectedService(kPath, &endpoint0, nullptr));
2422 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveNetwork(kPath)).Times(1);