Searched refs:supplicant_network_path_ (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/ethernet/
H A Dethernet.cc338 if (!supplicant_network_path_.empty()) {
339 if (!supplicant_interface_proxy_->RemoveNetwork(supplicant_network_path_)) {
340 LOG(ERROR) << "Failed to remove network: " << supplicant_network_path_;
345 &supplicant_network_path_)) {
349 CHECK(!supplicant_network_path_.empty());
351 supplicant_interface_proxy_->SelectNetwork(supplicant_network_path_);
367 supplicant_network_path_ = "";
H A Dethernet.h168 std::string supplicant_network_path_; member in class:shill::Ethernet
H A Dethernet_unittest.cc171 return ethernet_->supplicant_network_path_;
174 ethernet_->supplicant_network_path_ = network_path;

Completed in 965 milliseconds