Searched refs:network_path (Results 1 – 6 of 6) sorted by relevance
/system/connectivity/shill/wimax/ |
D | wimax_provider_unittest.cc | 223 string network_path = GetTestNetworkPath(kIdentifier); in TEST_F() local 224 EXPECT_CALL(control_, CreateWiMaxNetworkProxy(network_path)) in TEST_F() 228 provider_.RetrieveNetworkInfo(network_path); in TEST_F() 230 EXPECT_TRUE(ContainsKey(provider_.networks_, network_path)); in TEST_F() 231 EXPECT_EQ(kName, provider_.networks_[network_path].name); in TEST_F() 232 EXPECT_EQ(kNetworkId, provider_.networks_[network_path].id); in TEST_F() 233 provider_.RetrieveNetworkInfo(network_path); in TEST_F()
|
/system/connectivity/shill/wifi/ |
D | wifi.cc | 446 string network_path; in ConnectTo() local 490 network_path = FindNetworkRpcidForService(service, &unused_error); in ConnectTo() 491 if (network_path.empty()) { in ConnectTo() 500 &network_path)) { in ConnectTo() 505 CHECK(!network_path.empty()); // No DBus path should be empty. in ConnectTo() 506 rpcid_by_service_[service] = network_path; in ConnectTo() 515 supplicant_interface_proxy_->SetHT40Enable(network_path, true); in ConnectTo() 517 supplicant_interface_proxy_->SelectNetwork(network_path); in ConnectTo()
|
D | wifi_unittest.cc | 896 const string& network_path, in SetupConnectingService() argument 903 if (!network_path.empty()) { in SetupConnectingService() 906 .WillOnce(DoAll(SetArgumentPointee<1>(network_path), Return(true))); in SetupConnectingService() 908 SetHT40Enable(network_path, true)); in SetupConnectingService() 909 EXPECT_CALL(*GetSupplicantInterfaceProxy(), SelectNetwork(network_path)); in SetupConnectingService() 925 const string& network_path, in SetupConnectedService() argument 931 SetupConnectingService(network_path, &endpoint, &bss_path); in SetupConnectedService()
|
/system/connectivity/shill/ethernet/ |
D | ethernet_unittest.cc | 173 void SetSupplicantNetworkPath(const string& network_path) { in SetSupplicantNetworkPath() argument 174 ethernet_->supplicant_network_path_ = network_path; in SetSupplicantNetworkPath()
|
/system/connectivity/shill/ |
D | manager.h | 498 const std::string& network_path,
|
D | manager.cc | 1631 const string& network_path, in VerifyAndEncryptCredentials() argument
|