| 356 | } |
| 357 | |
| 358 | void Hd4Block::RecorderId(const std::string& uuid) { |
| 359 | SetCommonProperty(*this, "Recorder.UUID", uuid); |
| 360 | } |
| 361 | |
| 362 | std::string Hd4Block::RecorderId() const { |
| 363 | return GetCommonProperty<std::string>(*this, "Recorder.UUID"); |
nothing calls this directly
no test coverage detected