Home
last modified time | relevance | path

Searched refs:valuesStr (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Ducd90320_device.cpp71 std::string valuesStr; in storeGPIOValues() local
74 valuesStr = in storeGPIOValues()
76 additionalData.emplace(group.additionalDataName, valuesStr); in storeGPIOValues()
78 std::format("{}: {}", group.journalName, valuesStr)); in storeGPIOValues()
H A Ducd90160_device.cpp64 std::string namesStr, valuesStr; in storeGPIOValues() local
73 valuesStr = format_utils::toString(valuesSpan.subspan(i, count)); in storeGPIOValues()
74 services.logInfoMsg(std::format("{}: {}", namesStr, valuesStr)); in storeGPIOValues()
H A Dstandard_device.cpp143 std::string valuesStr = format_utils::toString(std::span(values)); in storeGPIOValues() local
145 std::format("Device {} GPIO values: {}", name, valuesStr)); in storeGPIOValues()
146 additionalData.emplace("GPIO_VALUES", valuesStr); in storeGPIOValues()