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