Home
last modified time | relevance | path

Searched refs:type_id (Results 1 – 15 of 15) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/message/
H A Dtypes.hpp40 constexpr auto type_id();
172 struct type_id : struct
178 inline constexpr auto type_id_v = type_id<Args...>::value;
182 struct type_id<bool> : tuple_type_id<SD_BUS_TYPE_BOOLEAN> struct
185 struct type_id<uint8_t> : tuple_type_id<SD_BUS_TYPE_BYTE> struct
189 struct type_id<uint16_t> : tuple_type_id<SD_BUS_TYPE_UINT16> struct
192 struct type_id<int16_t> : tuple_type_id<SD_BUS_TYPE_INT16> struct
195 struct type_id<uint32_t> : tuple_type_id<SD_BUS_TYPE_UINT32> struct
198 struct type_id<int32_t> : tuple_type_id<SD_BUS_TYPE_INT32> struct
201 struct type_id<uint64_t> : tuple_type_id<SD_BUS_TYPE_UINT64> struct
[all …]
H A Dappend.hpp109 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op()
143 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op()
158 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op()
182 constexpr auto dbusType = std::get<0>(types::type_id<S>()); in op()
194 constexpr auto dbusType = std::get<0>(types::type_id<S>()); in op()
206 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op()
229 utility::tuple_to_array(types::type_id<typename T::value_type>()); in op()
256 constexpr auto dbusType = utility::tuple_to_array(types::type_id<T>()); in op()
271 std::tuple_cat(types::type_id_nonull<T1>(), types::type_id<T2>())); in op()
315 utility::tuple_to_array(types::type_id<decltype(arg)>()); in op()
H A Dread.hpp83 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op()
124 constexpr auto dbusType = std::get<0>(types::type_id<S>()); in op()
142 constexpr auto dbusType = std::get<0>(types::type_id<S>()); in op()
165 constexpr auto dbusType = utility::tuple_to_array(types::type_id<S>()); in op()
212 constexpr auto dbusType = utility::tuple_to_array(types::type_id<S>()); in op()
231 constexpr auto dbusType = utility::tuple_to_array(types::type_id<S>()); in op()
313 constexpr auto dbusType = utility::tuple_to_array(types::type_id<T1>()); in read()
/openbmc/dbus-sensors/src/
H A DVariantVisitors.hpp40 boost::typeindex::type_id<T>().pretty_name() + " to " + in operator ()()
41 boost::typeindex::type_id<U>().pretty_name()); in operator ()()
68 boost::typeindex::type_id<T>().pretty_name() + " to string"); in operator ()()
92 boost::typeindex::type_id<T>().pretty_name() + " to vector<U>"); in operator ()()
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dmethod.aserver.typeid.hpp.mako3 message::types::type_id<${method.parameter_types_as_list(interface)}>()\
8 message::types::type_id<${method.returns_as_list(interface)}>()\
H A Dproperty.aserver.typeid.hpp.mako2 utility::tuple_to_array(message::types::type_id<\
H A Dsignal.aserver.typeid.hpp.mako2 utility::tuple_to_array(message::types::type_id<\
H A Dmethod.prototype.hpp.mako74 utility::tuple_to_array(message::types::type_id<
77 utility::tuple_to_array(message::types::type_id<
H A Dsignal.prototype.hpp.mako54 utility::tuple_to_array(message::types::type_id<
H A Dproperty.server.cpp.mako98 utility::tuple_to_array(message::types::type_id<
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp429 utility::tuple_to_array(message::types::type_id<PropertyType>()); in register_property_r()
471 utility::tuple_to_array(message::types::type_id<PropertyType>()); in register_property_rw()
592 message::types::type_id<SignalSignature...>()); in register_signal()
614 utility::tuple_to_array(message::types::type_id<InputTupleType>())); in register_method()
616 utility::tuple_to_array(message::types::type_id<ResultType>()); in register_method()
/openbmc/sdbusplus/test/message/
H A Dtypes.cpp10 sdbusplus::message::types::type_id<Args...>()) in dbus_string()
/openbmc/bmcweb/http/
H A Dmutual_tls.cpp113 int nid = OBJ_obj2nid(g->d.otherName->type_id); in getUPNFromCert()
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c1008 const char *get_lpddr2_type(u8 type_id) in get_lpddr2_type() argument
1010 switch (type_id) { in get_lpddr2_type()
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h256 uint32_t type_id; member