Home | History | Annotate | Download | only in network

Lines Matching defs:device_path

430     std::string device_path;
431 (*iter)->GetAsString(&device_path);
432 if (!device_path.empty()) {
434 VLOG(1) << "GetDeviceProperties: " << device_path;
436 dbus::ObjectPath(device_path),
439 device_path));
445 const std::string& device_path,
450 << " For: " << device_path;
457 LOG(ERROR) << "NetworkSmsHandler: No type for: " << device_path;
466 LOG(ERROR) << "Device has no DBusConnection Property: " << device_path;
473 LOG(ERROR) << "Device has no DBusObject Property: " << device_path;