Home | History | Annotate | Download | only in chromeos

Lines Matching refs:service_path

412   std::string service_path;
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;
579 !args->GetString(0, &service_path) ||
592 chromeos::WifiNetwork* network = cros->FindWifiNetworkByPath(service_path);
626 dictionary.SetString("servicePath", net->service_path());
633 cros->FindWifiNetworkByPath(net->service_path());
635 LOG(WARNING) << "Cannot find network " << net->service_path();
641 cros->FindCellularNetworkByPath(net->service_path());
643 LOG(WARNING) << "Cannot find network " << net->service_path();
649 cros->FindVirtualNetworkByPath(net->service_path());
651 LOG(WARNING) << "Cannot find network " << net->service_path();
758 std::string service_path;
762 !args->GetString(0, &service_path) ||
770 cros->ConnectToWifiNetwork(service_path);
774 std::string service_path;
778 !args->GetString(0, &service_path) ||
785 chromeos::WifiNetwork* network = cros->FindWifiNetworkByPath(service_path);
842 std::string service_path;
846 !args->GetString(1, &service_path) ||
859 HandleWifiButtonClick(service_path, command);
861 HandleCellularButtonClick(service_path, command);
863 HandleVPNButtonClick(service_path, command);
870 const std::string& service_path,
880 cros->ForgetWifiNetwork(service_path);
881 } else if (!use_settings_ui_ && service_path == kOtherNetworksFakePath) {
884 } else if ((wifi = cros->FindWifiNetworkByPath(service_path))) {
893 dictionary.SetString("servicePath", wifi->service_path());
912 const std::string& service_path,
917 if (service_path == kOtherNetworksFakePath) {
919 } else if ((cellular = cros->FindCellularNetworkByPath(service_path))) {
935 const std::string& service_path,
940 // TODO(altimofeev): verify if service_path in condition is correct.
941 if (!use_settings_ui_ && service_path == kOtherNetworksFakePath) {
944 } else if ((network = cros->FindVirtualNetworkByPath(service_path))) {
965 std::string service_path;
967 !args->GetString(0, &service_path)) {
974 cros->FindCellularNetworkByPath(service_path);
980 const std::string& service_path,
1017 network->Append(Value::CreateStringValue(service_path));
1061 ethernet_network->service_path(),
1098 (*it)->service_path(),
1142 (*it)->service_path(),
1205 remembered->service_path(),