Home | History | Annotate | Download | only in dbus

Lines Matching defs:device_path

134   std::string device_path = device_client->GetDevicePathForType(device_type);
135 if (!device_path.empty()) {
136 device_client->SetDeviceProperty(device_path,
149 weak_ptr_factory_.GetWeakPtr(), device_path, callback),
324 void ShillManagerClientStub::AddDevice(const std::string& device_path) {
326 base::Value::CreateStringValue(device_path))) {
331 void ShillManagerClientStub::RemoveDevice(const std::string& device_path) {
332 base::StringValue device_path_value(device_path);
634 void ShillManagerClientStub::ScanCompleted(const std::string& device_path,
636 if (!device_path.empty()) {
638 SetDeviceProperty(device_path,