Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h4696 get_units(Period p)
4706 get_units(std::ratio<1>)
4715 get_units(std::ratio<3600>)
4724 get_units(std::ratio<60>)
4733 get_units(std::ratio<86400>)
5068 using detail::get_units;
5590 os << get_units<CharT>(typename decltype(d)::period::type{});
8236 detail::get_units<CharT>(typename Period::type{});
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h451 const gchar * (*get_units) (SensorValue *object); member
H A Dopenbmc_intf.c4541 return SENSOR_VALUE_GET_IFACE (object)->get_units (object); in sensor_value_get_units()
5354 iface->get_units = sensor_value_proxy_get_units; in sensor_value_proxy_iface_init()
6116 iface->get_units = sensor_value_skeleton_get_units; in sensor_value_skeleton_iface_init()