Home | History | Annotate | Download | only in automation

Lines Matching refs:service_path

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;
393 if (!args->GetString("service_path", &service_path) ||
403 network_library->FindWifiNetworkByPath(service_path);
416 new ServicePathConnectObserver(this, reply_message, service_path);