/openbmc/phosphor-fan-presence/control/json/utils/ |
H A D | modifier.cpp | 53 PropertyVariantType getDefaultValue( in getDefaultValue() 54 const PropertyVariantType& val, in getDefaultValue() 55 const std::optional<PropertyVariantType>& defaultValue) in getDefaultValue() 100 PropertyVariantType operator()(double val) override in operator ()() 105 PropertyVariantType operator()(int32_t val) override in operator ()() 110 PropertyVariantType operator()(int64_t val) override in operator ()() 115 PropertyVariantType operator()(const std::string& val) override in operator ()() 129 PropertyVariantType operator()(bool) override in operator ()() 135 PropertyVariantType arg; 224 PropertyVariantType operator()(double val) override in operator ()() [all …]
|
H A D | modifier.hpp | 60 virtual PropertyVariantType operator()(double val) = 0; 62 virtual PropertyVariantType operator()(int32_t val) = 0; 64 virtual PropertyVariantType operator()(int64_t val) = 0; 66 virtual PropertyVariantType operator()(const std::string& val) = 0; 68 virtual PropertyVariantType operator()(bool val) = 0; 92 PropertyVariantType doOp(const PropertyVariantType& value); 110 PropertyVariantType _value;
|
/openbmc/phosphor-fan-presence/control/json/actions/ |
H A D | mapped_floor.hpp | 214 std::optional<PropertyVariantType> getMaxGroupValue(const Group& group); 242 PropertyVariantType _conditionValue; 250 using FloorEntry = std::tuple<PropertyVariantType, uint64_t>; 260 PropertyVariantType keyValue;
|
H A D | mapped_floor.cpp | 231 void tryConvertToDouble(PropertyVariantType& value) in tryConvertToDouble() 245 std::optional<PropertyVariantType> MappedFloor::getMaxGroupValue( in getMaxGroupValue() 248 std::optional<PropertyVariantType> max; in getMaxGroupValue() 392 std::optional<PropertyVariantType> propertyValue; in run() 428 PropertyVariantType value{tableValue}; in run()
|
H A D | target_from_group_max.cpp | 161 std::optional<PropertyVariantType> TargetFromGroupMax::processGroups() in processGroups() 164 std::optional<PropertyVariantType> max; in processGroups() 171 PropertyVariantType value; in processGroups()
|
H A D | set_parameter_from_group_max.cpp | 38 std::optional<PropertyVariantType> max; in run() 48 PropertyVariantType value; in run()
|
H A D | net_target_increase.hpp | 87 PropertyVariantType _state;
|
H A D | net_target_decrease.hpp | 87 PropertyVariantType _state;
|
H A D | count_state_target.hpp | 78 PropertyVariantType _state;
|
H A D | pcie_card_floors.cpp | 78 PropertyVariantType powerState; in execute() 180 PropertyVariantType variantValue; in getPCIeDeviceProperty()
|
H A D | count_state_floor.hpp | 128 PropertyVariantType _state;
|
H A D | target_from_group_max.hpp | 147 std::optional<PropertyVariantType> processGroups();
|
H A D | override_fan_target.hpp | 104 PropertyVariantType _state;
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | manager.hpp | 128 std::map<Path_v, std::map<Intf_v, std::map<Prop_v, PropertyVariantType>>>; 384 const std::optional<PropertyVariantType> getProperty( 397 const std::string& prop, PropertyVariantType value); 507 const std::optional<PropertyVariantType>& value) in setParameter() 539 static std::optional<PropertyVariantType> getParameter( in getParameter() 579 static bool PropertyContainsNan(const PropertyVariantType& value) in PropertyContainsNan() 624 std::map<std::string, std::map<std::string, PropertyVariantType>>> 644 static std::unordered_map<std::string, PropertyVariantType> _parameters;
|
H A D | group.hpp | 142 inline void setValue(const std::optional<PropertyVariantType>& value) in setValue() 180 std::optional<PropertyVariantType> _value;
|
H A D | config_base.hpp | 29 using PropertyVariantType = typedef 119 static const PropertyVariantType getJsonValue(const json& object) in getJsonValue()
|
H A D | manager.cpp | 60 std::map<std::string, std::map<std::string, PropertyVariantType>>> 62 std::unordered_map<std::string, PropertyVariantType> Manager::_parameters; 573 util::SDBusPlus::getManagedObjects<PropertyVariantType>( in addObjects() 592 util::SDBusPlus::getPropertyVariant<PropertyVariantType>( in addObjects() 603 const std::optional<PropertyVariantType> Manager::getProperty( in getProperty() 626 const std::string& prop, PropertyVariantType value) in setProperty() 708 PropertyVariantType>(_bus, service, member, in addGroups() 726 PropertyVariantType>(_bus, service, objMgrPath); in addGroups()
|
H A D | profile.cpp | 97 util::SDBusPlus::getPropertyVariant<PropertyVariantType>( in allOf()
|
H A D | event.cpp | 133 std::optional<PropertyVariantType> value = in configGroup()
|
/openbmc/phosphor-fan-presence/control/json/triggers/ |
H A D | handlers.hpp | 39 std::map<std::string, PropertyVariantType> props; in propertiesChanged() 72 std::map<std::string, std::map<std::string, PropertyVariantType>> in interfacesAdded()
|
/openbmc/phosphor-fan-presence/control/ |
H A D | types.hpp | 32 using PropertyVariantType = typedef 63 std::tuple<std::string, std::string, std::string, PropertyVariantType>;
|
H A D | zone.hpp | 230 PropertyVariantType& variant) in getPropertyValueVisitor() 645 auto variant = util::SDBusPlus::getPropertyVariant<PropertyVariantType>( in getPropertyByName() 771 std::map<std::string, std::map<std::string, PropertyVariantType>>>
|
H A D | functor.hpp | 118 std::map<std::string, PropertyVariantType> props; in operator ()() 262 std::map<std::string, std::map<std::string, PropertyVariantType>> in operator ()()
|
H A D | fanctl.cpp | 806 using PropertyVariantType = in readSensorsAndPrint() typedef 810 auto values = SDBusPlus::getManagedObjects<PropertyVariantType>( in readSensorsAndPrint()
|