Searched refs:GetDeviceName (Results 1 – 11 of 11) sorted by relevance
48 << " on device " << GetDeviceName(); in RegisterInterface()63 << " on device " << GetDeviceName(); in DeregisterInterface()138 LOG(ERROR) << "Failed to claim device [" << GetDeviceName() in ClaimDevice()158 LOG(ERROR) << "Failed to release device [" << GetDeviceName() in ReleaseDevice()288 string Device::GetDeviceName() const { in GetDeviceName() function in apmanager::Device289 return adaptor_->GetDeviceName(); in GetDeviceName()
29 virtual std::string GetDeviceName() = 0;
29 std::string FakeDeviceAdaptor::GetDeviceName() { in GetDeviceName() function in apmanager::FakeDeviceAdaptor
34 std::string GetDeviceName() override;
96 << device->GetDeviceName(); in RegisterDevice()
99 std::string GetDeviceName() const;
129 device_info_.devices_.find(device->GetDeviceName()); in VerifyDeviceList()189 return arg->GetDeviceName() == device_name;
324 devices_[device->GetDeviceName()] = device; in RegisterDevice()
475 device_->GetDeviceName().c_str(), in AppendInterface()
52 string DeviceDBusAdaptor::GetDeviceName() { in GetDeviceName() function in apmanager::DeviceDBusAdaptor53 return adaptor_.GetDeviceName(); in GetDeviceName()
40 std::string GetDeviceName() override;