Home
last modified time | relevance | path

Searched refs:PropertyVariantType (Results 1 – 24 of 24) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/utils/
H A Dmodifier.cpp53 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 Dmodifier.hpp60 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 Dmapped_floor.hpp214 std::optional<PropertyVariantType> getMaxGroupValue(const Group& group);
242 PropertyVariantType _conditionValue;
250 using FloorEntry = std::tuple<PropertyVariantType, uint64_t>;
260 PropertyVariantType keyValue;
H A Dmapped_floor.cpp231 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 Dtarget_from_group_max.cpp161 std::optional<PropertyVariantType> TargetFromGroupMax::processGroups() in processGroups()
164 std::optional<PropertyVariantType> max; in processGroups()
171 PropertyVariantType value; in processGroups()
H A Dset_parameter_from_group_max.cpp38 std::optional<PropertyVariantType> max; in run()
48 PropertyVariantType value; in run()
H A Dnet_target_increase.hpp87 PropertyVariantType _state;
H A Dnet_target_decrease.hpp87 PropertyVariantType _state;
H A Dcount_state_target.hpp78 PropertyVariantType _state;
H A Dpcie_card_floors.cpp78 PropertyVariantType powerState; in execute()
180 PropertyVariantType variantValue; in getPCIeDeviceProperty()
H A Dcount_state_floor.hpp128 PropertyVariantType _state;
H A Dtarget_from_group_max.hpp147 std::optional<PropertyVariantType> processGroups();
H A Doverride_fan_target.hpp104 PropertyVariantType _state;
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.hpp128 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 Dgroup.hpp142 inline void setValue(const std::optional<PropertyVariantType>& value) in setValue()
180 std::optional<PropertyVariantType> _value;
H A Dconfig_base.hpp29 using PropertyVariantType = typedef
119 static const PropertyVariantType getJsonValue(const json& object) in getJsonValue()
H A Dmanager.cpp60 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 Dprofile.cpp97 util::SDBusPlus::getPropertyVariant<PropertyVariantType>( in allOf()
H A Devent.cpp133 std::optional<PropertyVariantType> value = in configGroup()
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dhandlers.hpp39 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 Dtypes.hpp32 using PropertyVariantType = typedef
63 std::tuple<std::string, std::string, std::string, PropertyVariantType>;
H A Dzone.hpp230 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 Dfunctor.hpp118 std::map<std::string, PropertyVariantType> props; in operator ()()
262 std::map<std::string, std::map<std::string, PropertyVariantType>> in operator ()()
H A Dfanctl.cpp806 using PropertyVariantType = in readSensorsAndPrint() typedef
810 auto values = SDBusPlus::getManagedObjects<PropertyVariantType>( in readSensorsAndPrint()