Home
last modified time | relevance | path

Searched refs:service_path_ (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/chromeos/net/
Dnetwork_change_notifier_chromeos.cc46 network->service_path() != service_path_ || in UpdateNetworkState()
52 service_path_.clear(); in UpdateNetworkState()
56 service_path_ = network->service_path(); in UpdateNetworkState()
75 if (network->service_path() != service_path_) { in OnNetworkChanged()
Dnetwork_change_notifier_chromeos.h43 std::string service_path_; variable
/external/chromium/chrome/browser/chromeos/options/
Dvpn_config_view.cc98 if (service_path_.empty() && in CanLogin()
113 if (!service_path_.empty()) { in UpdateErrorLabel()
116 VirtualNetwork* vpn = cros->FindVirtualNetworkByPath(service_path_); in UpdateErrorLabel()
184 if (service_path_.empty()) { in Login()
202 VirtualNetwork* vpn = cros->FindVirtualNetworkByPath(service_path_); in Login()
205 LOG(WARNING) << "VPN no longer exists: " << service_path_; in Login()
253 return service_path_; in GetService()
Dnetwork_config_view.h121 : service_path_(network->service_path()), in ChildNetworkConfigView()
127 std::string service_path_; variable
Dwifi_config_view.cc298 if (service_path_.empty()) { in CanLogin()
365 if (!service_path_.empty()) { in UpdateErrorLabel()
367 const WifiNetwork* wifi = cros->FindWifiNetworkByPath(service_path_); in UpdateErrorLabel()
444 if (service_path_.empty()) { in Login()
463 WifiNetwork* wifi = cros->FindWifiNetworkByPath(service_path_); in Login()
467 LOG(WARNING) << "Wifi network: " << service_path_ << " no longer exists."; in Login()
/external/chromium/chrome/browser/ui/webui/chromeos/
Dmobile_setup_ui.cc150 std::string service_path_; member in MobileSetupUIHTMLSource
308 std::string service_path_; member in MobileSetupHandler
397 service_path_(service_path) { in MobileSetupUIHTMLSource()
403 chromeos::CellularNetwork* network = GetCellularNetwork(service_path_); in StartDataRequest()
446 service_path_(service_path), in MobileSetupHandler()
476 SetupActivationProcess(GetCellularNetwork(service_path_)); in Init()
496 EvaluateCellularNetwork(GetCellularNetwork(service_path_)); in OnNetworkManagerChanged()
535 chromeos::CellularNetwork* network = GetCellularNetwork(service_path_); in StartActivation()
570 chromeos::CellularNetwork* network = GetCellularNetwork(service_path_); in ContinueConnecting()
614 chromeos::CellularNetwork* network = GetCellularNetwork(service_path_); in ReconnectTimerFired()
Dchoose_mobile_network_ui.cc61 std::string service_path_; member in chromeos::__anon6f6f34e30111::ChooseMobileNetworkHTMLSource
Dsim_unlock_ui.cc79 std::string service_path_; member in chromeos::SimUnlockUIHTMLSource
/external/chromium/chrome/browser/automation/
Dautomation_provider_observers_chromeos.cc163 service_path_(service_path) {} in ServicePathConnectObserver()
167 return network_library->FindWifiNetworkByPath(service_path_); in GetWifiNetwork()
Dautomation_provider_observers.h814 std::string service_path_;
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h278 const std::string& service_path() const { return service_path_; } in service_path()
340 service_path_(service_path), in Network()
402 std::string service_path_; variable
Dnetwork_library.cc1039 << "Network with mismatched type: " << service_path_ in ParseValue()
1129 SetNetworkServiceProperty(service_path_.c_str(), prop, val); in SetValueProperty()
1136 ClearNetworkServiceProperty(service_path_.c_str(), prop); in ClearProperty()