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.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;
H A Dmodifier.cpp49 PropertyVariantType getDefaultValue( in getDefaultValue()
50 const PropertyVariantType& val, in getDefaultValue()
51 const std::optional<PropertyVariantType>& defaultValue) in getDefaultValue()
96 PropertyVariantType operator()(double val) override in operator ()()
101 PropertyVariantType operator()(int32_t val) override in operator ()()
106 PropertyVariantType operator()(int64_t val) override in operator ()()
111 PropertyVariantType operator()(const std::string& val) override in operator ()()
125 PropertyVariantType operator()(bool) override in operator ()()
131 PropertyVariantType arg;
213 PropertyVariantType operator()(double val) override in operator ()()
[all …]
/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 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 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()
427 PropertyVariantType value{tableValue}; in run()
H A Dset_parameter_from_group_max.cpp37 std::optional<PropertyVariantType> max; in run()
47 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 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;
H A Dpcie_card_floors.cpp78 PropertyVariantType powerState; in execute()
179 PropertyVariantType variantValue; in getPCIeDeviceProperty()
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.hpp127 std::map<Path_v, std::map<Intf_v, std::map<Prop_v, PropertyVariantType>>>;
381 const std::optional<PropertyVariantType> getProperty(
394 const std::string& prop, PropertyVariantType value);
504 const std::optional<PropertyVariantType>& value) in setParameter()
536 static std::optional<PropertyVariantType> getParameter( in getParameter()
576 static bool PropertyContainsNan(const PropertyVariantType& value) in PropertyContainsNan()
621 std::map<std::string, std::map<std::string, PropertyVariantType>>>
641 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.hpp28 using PropertyVariantType = typedef
118 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;
571 util::SDBusPlus::getManagedObjects<PropertyVariantType>( in addObjects()
590 util::SDBusPlus::getPropertyVariant<PropertyVariantType>( in addObjects()
601 const std::optional<PropertyVariantType> Manager::getProperty( in getProperty()
624 const std::string& prop, PropertyVariantType value) in setProperty()
706 PropertyVariantType>(_bus, service, member, in addGroups()
724 PropertyVariantType>(_bus, service, objMgrPath); in addGroups()
H A Dprofile.cpp94 util::SDBusPlus::getPropertyVariant<PropertyVariantType>( in allOf()
H A Devent.cpp129 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.hpp115 std::map<std::string, PropertyVariantType> props; in operator ()()
259 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()