• Home
  • Raw
  • Download

Lines Matching refs:kPath

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