/external/chromium/chrome/browser/chromeos/net/ |
D | network_change_notifier_chromeos.cc | 46 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()
|
D | network_change_notifier_chromeos.h | 43 std::string service_path_; variable
|
/external/chromium_org/chromeos/network/ |
D | network_change_notifier_chromeos.cc | 124 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()
|
D | network_configuration_handler.cc | 125 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
|
D | network_change_notifier_chromeos.h | 79 std::string service_path_; variable
|
D | network_change_notifier_chromeos_unittest.cc | 111 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/ |
D | mobile_activator.cc | 192 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 …]
|
D | mobile_activator.h | 263 std::string service_path_;
|
/external/chromium_org/chrome/browser/chromeos/options/ |
D | wimax_config_view.cc | 101 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()
|
D | vpn_config_view.cc | 271 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 …]
|
D | wifi_config_view.cc | 403 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 …]
|
D | network_config_view.h | 149 std::string service_path_; variable
|
D | network_config_view.cc | 288 service_path_(service_path) { in ChildNetworkConfigView()
|
/external/chromium/chrome/browser/chromeos/options/ |
D | vpn_config_view.cc | 98 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()
|
D | network_config_view.h | 121 : service_path_(network->service_path()), in ChildNetworkConfigView() 127 std::string service_path_; variable
|
D | wifi_config_view.cc | 298 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/ |
D | mobile_setup_dialog.cc | 66 std::string service_path_; member in MobileSetupDialogDelegate 89 service_path_ = service_path; in ShowDialog() 118 url.append(service_path_); in GetDialogContentURL()
|
D | sim_unlock_ui.cc | 102 std::string service_path_; member in chromeos::SimUnlockUIHTMLSource
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
D | mobile_setup_ui.cc | 150 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()
|
D | choose_mobile_network_ui.cc | 61 std::string service_path_; member in chromeos::__anon0a8816670111::ChooseMobileNetworkHTMLSource
|
D | sim_unlock_ui.cc | 79 std::string service_path_; member in chromeos::SimUnlockUIHTMLSource
|
/external/chromium/chrome/browser/automation/ |
D | automation_provider_observers_chromeos.cc | 163 service_path_(service_path) {} in ServicePathConnectObserver() 167 return network_library->FindWifiNetworkByPath(service_path_); in GetWifiNetwork()
|
D | automation_provider_observers.h | 814 std::string service_path_;
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library.h | 278 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
|
D | network_library.cc | 1039 << "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()
|