| 81 | } |
| 82 | |
| 83 | void DeviceData::parseStreamString(int streamID, const std::string &msg, |
| 84 | const std::string &method) { |
| 85 | base::MutexLock lock(_mutex); |
| 86 | doParseStreamString(streamID, msg, method); |
| 87 | } |
| 88 | |
| 89 | std::string DeviceData::attributeDescribeString(int streamID) const { |
| 90 | base::MutexLock lock(_mutex); |
no outgoing calls
no test coverage detected