Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dmessage_registry.hpp8 enum class ParamType{ enum
19 NLOHMANN_JSON_SERIALIZE_ENUM(ParamType, {
20 {ParamType::Invalid, "Invalid"},
21 {ParamType::string, "string"},
22 {ParamType::number, "number"},
/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.hpp50 enum ParamType enum in phosphor::virtual_sensor::SensorParam
82 ParamType paramType;
/openbmc/libbej/test/
H A Dbej_decoder_test.cpp98 [](const testing::TestParamInfo<BejDecoderTest::ParamType>& info) { in __anon72dd28ce0102()
H A Dbej_encoder_test.cpp442 [](const testing::TestParamInfo<BejEncoderTest::ParamType>& info) { in __anon3c952a780102()