Home | History | Annotate | Download | only in chromeos

Lines Matching refs:service_path

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);
625 LOG(INFO) << "Disconnecting from: " << network->service_path();
668 LOG(INFO) << "Connecting to: " << network->service_path();
673 << (network ? network->service_path().c_str() : "no service");
697 LOG(INFO) << "Disconnecting from " << network->service_path();
745 << "\n setvice_path=" << network->service_path().c_str();
793 << network->service_path().c_str();
848 << network->service_path().c_str();
895 << network->service_path().c_str();
946 << network->service_path().c_str();
974 << network->service_path().c_str();
1111 LOG(WARNING) << "Activating service " << network->service_path().c_str();
1324 std::string service_path = network ? network->service_path
1325 MobileSetupHandler* handler = new MobileSetupHandler(service_path);
1329 new MobileSetupUIHTMLSource(service_path);