Home
last modified time | relevance | path

Searched refs:variantValue (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dpcie_card_floors.cpp180 PropertyVariantType variantValue; in getPCIeDeviceProperty() local
185 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()
/openbmc/phosphor-debug-collector/
H A Ddump_utils.hpp324 const auto& [foundKey, variantValue] = *it; in extractParameter()
325 if (std::holds_alternative<T>(variantValue)) in extractParameter()
327 return std::get<T>(variantValue); in extractParameter()
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.cpp91 std::vector<uint8_t> variantValue; in loadConditions() local
94 variantValue.push_back(v.get<uint8_t>()); in loadConditions()
96 c.values.push_back(variantValue); in loadConditions()
/openbmc/phosphor-state-manager/
H A Dutils.cpp133 std::variant<std::string> variantValue = value; in setProperty() local
139 method.append(interface, property, variantValue); in setProperty()