HomeSort by relevance Sort by last modified time
    Searched refs:service_path (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/chromeos/net/
network_change_notifier_chromeos.cc 46 network->service_path() != service_path_ ||
56 service_path_ = network->service_path();
57 lib->AddNetworkObserver(network->service_path(), this);
75 if (network->service_path() != service_path_) {
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 412 std::string service_path; local
417 !args->GetString(0, &service_path) ||
428 cros->FindCellularNetworkByPath(service_path);
494 cros->AddNetworkObserver(wifi_network->service_path(), this);
502 cros->AddNetworkObserver(cell_network->service_path(), this);
514 cros->GetDataPlans(cellular->service_path());
523 connection_plans.SetString("servicePath", cellular->service_path());
575 std::string service_path; local
579 !args->GetString(0, &service_path) ||
592 chromeos::WifiNetwork* network = cros->FindWifiNetworkByPath(service_path);
758 std::string service_path; local
774 std::string service_path; local
842 std::string service_path; local
965 std::string service_path; local
    [all...]
internet_options_handler.h 56 // |args| will be [ network_type, service_path, command ]
62 void HandleWifiButtonClick(const std::string& service_path,
64 void HandleCellularButtonClick(const std::string& service_path,
66 void HandleVPNButtonClick(const std::string& service_path,
71 // |args| will be [ service_path ]
107 ListValue* GetNetwork(const std::string& service_path,
  /external/chromium/chrome/browser/chromeos/
network_login_observer.cc 59 network_failures_[wifi->service_path()] = wifi->failed();
64 network_failures_[vpn->service_path()] = vpn->failed();
79 network_failures_.find(wifi->service_path());
113 network_failures_.find(vpn->service_path());
network_message_observer.cc 166 network_states_.find(network->service_path());
222 network_states_[(*it)->service_path()] = (*it)->state();
226 network_states_[(*it)->service_path()] = (*it)->state();
230 network_states_[(*it)->service_path()] = (*it)->state();
251 cros->GetDataPlans(cellular->service_path());
280 bool new_plan = cellular->service_path() != cellular_service_path_ ||
309 cellular_service_path_ = cellular->service_path();
  /external/chromium/chrome/browser/chromeos/status/
network_menu.h 118 const std::string& service_path, int flags)
122 service_path(service_path),
136 std::string service_path; member in struct:chromeos::NetworkMenuModel::MenuItem
network_menu.cc 106 const std::string& service_path = menu_items_[index].service_path; local
108 WifiNetwork* wifi = cros->FindWifiNetworkByPath(service_path);
132 << service_path;
137 service_path);
156 << service_path;
166 VirtualNetwork* vpn = cros->FindVirtualNetworkByPath(service_path);
187 LOG(WARNING) << "VPN does not exist to connect to: " << service_path;
409 && wifi_networks[i]->service_path() == active_wifi->service_path())
    [all...]
network_menu_button.cc 395 std::string new_network = network ? network->service_path() : std::string();
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 108 const std::string& service_path) {
110 GetNetworkLibrary()->FindCellularNetworkByPath(service_path);
136 explicit MobileSetupUIHTMLSource(const std::string& service_path);
161 explicit MobileSetupHandler(const std::string& service_path);
395 const std::string& service_path)
397 service_path_(service_path) {
443 MobileSetupHandler::MobileSetupHandler(const std::string& service_path)
446 service_path_(service_path),
504 EvaluateCellularNetwork(GetCellularNetwork(network->service_path()));
554 lib->AddNetworkObserver(network->service_path(), this)
1324 std::string service_path = network ? network->service_path() : std::string(); local
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 3508 std::string service_path; local
3544 std::string service_path; local
3572 std::string service_path; local
    [all...]
network_library.h 278 const std::string& service_path() const { return service_path_; } function in class:chromeos::Network
330 Network(const std::string& service_path, ConnectionType type)
340 service_path_(service_path),
415 explicit EthernetNetwork(const std::string& service_path) :
416 Network(service_path, TYPE_ETHERNET) {
434 explicit VirtualNetwork(const std::string& service_path) :
435 Network(service_path, TYPE_VPN),
513 WirelessNetwork(const std::string& service_path, ConnectionType type)
514 : Network(service_path, type),
559 explicit CellularNetwork(const std::string& service_path)
    [all...]
  /external/chromium/chrome/browser/chromeos/options/
network_config_view.h 121 : service_path_(network->service_path()),
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 265 network_library->ethernet_network()->service_path());
268 network_library->wifi_network()->service_path());
272 network_library->cellular_network()->service_path());
283 items->Set(ethernet_network->service_path(), item);
302 items->Set(wifi->service_path(), item);
329 items->Set(cellular_networks[i]->service_path(), item);
392 std::string service_path, password, identity, certpath; local
393 if (!args->GetString("service_path", &service_path) ||
403 network_library->FindWifiNetworkByPath(service_path);
    [all...]
automation_provider_observers_chromeos.cc 161 const std::string& service_path)
163 service_path_(service_path) {}
automation_provider_observers.h 808 const std::string& service_path);
    [all...]

Completed in 227 milliseconds