Searched refs:mType (Results 1 – 2 of 2) sorted by relevance
416 auto mType = iface.find("Type"); in from() local417 if (mType == iface.end()) in from()423 auto type = std::visit(VariantToStringVisitor(), mType->second); in from()473 auto mType = iface.find("Type"); in from() local474 if (mType == iface.end()) in from()480 auto type = std::visit(VariantToStringVisitor(), mType->second); in from()
484 auto mType = std::get<std::string>( in createSensors() local486 if (mType == "Polling") in createSensors()490 else if (mType != "Event") in createSensors()495 "TYPE", mType, "NAME", sensorName); in createSensors()