Searched refs:maybeDeviceType (Results 1 – 1 of 1) sorted by relevance
363 const auto maybeDeviceType = V1_2::utils::convert(kDevice->getType()); in getType() local364 if (!maybeDeviceType.has_value()) { in getType()365 const auto& [message, code] = maybeDeviceType.error(); in getType()369 cb(V1_0::ErrorStatus::NONE, maybeDeviceType.value()); in getType()