Searched refs:mType (Results 1 – 2 of 2) sorted by relevance
340 auto mType = iface.find("Type"); in from() local341 if (mType == iface.end()) in from()347 auto type = std::visit(VariantToStringVisitor(), mType->second); in from()
477 auto mType = std::get<std::string>( in createSensors() local479 if (mType == "Polling") in createSensors()483 else if (mType != "Event") in createSensors()487 << mType << " for " << sensorName in createSensors()