Home
last modified time | relevance | path

Searched refs:service_path_ (Results 1 – 25 of 25) 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_org/chromeos/network/
Dnetwork_change_notifier_chromeos.cc124 NET_LOG_EVENT("NCNDefaultNetworkLost", service_path_); in UpdateState()
129 service_path_.clear(); in UpdateState()
148 if (default_network->path() != service_path_) { in UpdateState()
152 service_path_.c_str(), in UpdateState()
191 service_path_ = default_network->path(); in UpdateState()
Dnetwork_configuration_handler.cc125 service_path_(service_path), in ProfileEntryDeleter()
133 dbus::ObjectPath(service_path_), in Run()
144 service_path_, error_callback_, "GetLoadableProfileEntriesFailed"); in GetProfileEntriesToDeleteCallback()
145 owner_->ProfileEntryDeleterCompleted(service_path_); // Deletes this. in GetProfileEntriesToDeleteCallback()
189 owner_->ProfileEntryDeleterCompleted(service_path_); // Deletes this. in ProfileEntryDeletedCallback()
202 owner_->ProfileEntryDeleterCompleted(service_path_); // Deletes this. in ShillErrorCallback()
206 std::string service_path_; member in chromeos::NetworkConfigurationHandler::ProfileEntryDeleter
Dnetwork_change_notifier_chromeos.h79 std::string service_path_; variable
Dnetwork_change_notifier_chromeos_unittest.cc111 notifier_.service_path_ = notifier_state.service_path; in SetNotifierState()
120 EXPECT_EQ(notifier_state.service_path, notifier_.service_path_); in VerifyNotifierState()
/external/chromium_org/chrome/browser/chromeos/mobile/
Dmobile_activator.cc192 service_path_.clear(); in TerminateActivation()
228 service_path_ = network->path(); in NetworkPropertiesUpdated()
261 service_path_ = service_path; in InitiateActivation()
274 service_path_, in ContinueActivation()
284 if (service_path != service_path_) { in GetPropertiesAndContinueActivation()
297 NET_LOG_ERROR("MobileActivator missing properties", service_path_); in GetPropertiesAndContinueActivation()
310 service_path_, in GetPropertiesAndContinueActivation()
321 service_path_); in GetPropertiesFailure()
336 const NetworkState* network = GetNetworkState(service_path_); in HandleSetTransactionStatus()
358 const NetworkState* network = GetNetworkState(service_path_); in HandlePortalLoaded()
[all …]
Dmobile_activator.h263 std::string service_path_;
/external/chromium_org/chrome/browser/chromeos/options/
Dwimax_config_view.cc101 if (!service_path_.empty()) { in UpdateErrorLabel()
103 GetNetworkState(service_path_); in UpdateErrorLabel()
145 GetNetworkState(service_path_); in Login()
149 NET_LOG_ERROR("Network not found", service_path_); in Login()
171 service_path_, properties, share_network); in Login()
200 GetNetworkState(service_path_); in Init()
349 service_path_, in Init()
Dvpn_config_view.cc271 if (service_path_.empty()) { in GetInitiallyFocusedView()
299 if (service_path_.empty() && in CanLogin()
356 if (service_path_.empty()) { in Login()
381 GetNetworkState(service_path_); in Login()
385 NET_LOG_ERROR("Network not found", service_path_); in Login()
391 service_path_, properties, false /* not shared */); in Login()
408 return service_path_; in GetService()
490 if (!service_path_.empty()) { in Init()
492 GetNetworkState(service_path_); in Init()
536 if (!service_path_.empty()) { in Init()
[all …]
Dwifi_config_view.cc403 if (service_path_.empty() && GetSsid().empty()) in CanLogin()
583 if (error_msg.empty() && !service_path_.empty()) { in UpdateErrorLabel()
585 GetNetworkState(service_path_); in UpdateErrorLabel()
650 const NetworkState* wifi = !service_path_.empty() ? in Login()
652 GetNetworkState(service_path_) : in Login()
668 if (service_path_.empty()) { in Login()
710 NET_LOG_ERROR("Network not found", service_path_); in Login()
727 service_path_, properties, share_network); in Login()
889 GetNetworkState(service_path_); in Init()
1180 service_path_, in Init()
[all …]
Dnetwork_config_view.h149 std::string service_path_; variable
Dnetwork_config_view.cc288 service_path_(service_path) { in ChildNetworkConfigView()
/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_org/chrome/browser/ui/webui/chromeos/
Dmobile_setup_dialog.cc66 std::string service_path_; member in MobileSetupDialogDelegate
89 service_path_ = service_path; in ShowDialog()
118 url.append(service_path_); in GetDialogContentURL()
Dsim_unlock_ui.cc102 std::string service_path_; member in chromeos::SimUnlockUIHTMLSource
/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::__anon0a8816670111::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()