Searched refs:variantValue (Results 1 – 4 of 4) sorted by relevance
180 PropertyVariantType variantValue; in getPCIeDeviceProperty() local185 variantValue = Manager::getObjValueVariant(objectPath, pcieDeviceIface, in getPCIeDeviceProperty()200 value = std::stoul(std::get<std::string>(variantValue), nullptr, 0); in getPCIeDeviceProperty()208 std::get<std::string>(variantValue)) in getPCIeDeviceProperty()
324 const auto& [foundKey, variantValue] = *it; in extractParameter()325 if (std::holds_alternative<T>(variantValue)) in extractParameter()327 return std::get<T>(variantValue); in extractParameter()
91 std::vector<uint8_t> variantValue; in loadConditions() local94 variantValue.push_back(v.get<uint8_t>()); in loadConditions()96 c.values.push_back(variantValue); in loadConditions()
133 std::variant<std::string> variantValue = value; in setProperty() local139 method.append(interface, property, variantValue); in setProperty()