Home
last modified time | relevance | path

Searched refs:Types (Results 1 – 25 of 128) sorted by relevance

123456

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dclient.hpp25 template <typename, typename> typename... Types>
28 public Types<client<S, P, Preserved, Types...>,
32 using Self = client<S, P, Preserved, Types...>;
48 : context_ref(ctx), Types<Self, Proxy>(Proxy{})... in client()
54 : context_ref(ctx), Types<Self, Proxy>(p)..., proxy(p) in client()
61 return client<true, P, Preserved, Types...>(ctx, proxy.service(s)); in service()
68 return client<S, true, Preserved, Types...>(ctx, proxy.path(p)); in path()
75 return client<S, P, true, Types...>(ctx, proxy.preserve()); in preserve()
86 template <template <typename, typename> typename... Types>
87 using client_t = client::client<false, false, false, Types...>;
[all …]
H A Dserver.hpp18 template <typename Instance, template <typename, typename> typename... Types>
21 public Types<Instance, server<Instance, Types...>>...
24 using Self = server<Instance, Types...>;
29 context_ref(ctx), Types<Instance, Self>(path)... in server()
35 template <typename Instance, template <typename, typename> typename... Types>
36 using server_t = server::server<Instance, Types...>;
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dtuple_to_array.hpp28 template <typename V, typename... Types, std::size_t... I>
29 constexpr auto tuple_to_array(std::tuple<V, Types...>&& tuple, in tuple_to_array()
48 template <typename... Types,
49 typename I = std::make_index_sequence<sizeof...(Types)>>
50 constexpr auto tuple_to_array(std::tuple<Types...>&& tuple) in tuple_to_array()
H A Ddedup_variant.hpp60 template <typename T, typename... Types>
62 typename details::dedup_variant<std::variant<T>, Types...>::type;
67 template <typename T, typename... Types>
68 using dedup_variant = dedup_variant_t<T, Types...>;
H A Dtype_traits.hpp18 template <typename... Types>
19 using first_type_t = std::tuple_element_t<0, std::tuple<Types...>>;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/
H A D0001-Fix-instances-of-Wmissing-template-arg-list-after-te.patch25 template <class Archive, class ... Types> inline
26 static void apply( Archive & ar, std::tuple<Types...> & tuple )
34 template <class Archive, class ... Types> inline
35 void CEREAL_SERIALIZE_FUNCTION_NAME( Archive & ar, std::tuple<Types...> & tuple )
37 - tuple_detail::serialize<std::tuple_size<std::tuple<Types...>>::value>::template apply( ar, tup…
38 + tuple_detail::serialize<std::tuple_size<std::tuple<Types...>>::value>::apply( ar, tuple );
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dcommon_utility.hpp66 template <typename T, typename... Types>
67 inline std::string getCommand(T i_arg1, Types... i_args) in getCommand()
82 template <typename T, typename... Types>
83 inline std::vector<std::string> executeCmd(T&& i_path, Types... i_args) in executeCmd()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmime/
H A Dlibmime-types-perl_2.26.bb1 SUMMARY = "MIME::Types - Definition of MIME types"
8 HOMEPAGE = "https://metacpan.org/release/MARKOV/MIME-Types-2.26"
14 SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \
19 S = "${WORKDIR}/MIME-Types-${PV}"
/openbmc/sdbusplus/include/sdbusplus/message/
H A Dnative_types.hpp239 template <typename... Types>
240 struct convert_from_string<std::variant<Types...>>
243 -> std::optional<std::variant<Types...>> in op()
245 if constexpr (0 < sizeof...(Types)) in op()
247 return process<Types...>(str); in op()
259 -> std::optional<std::variant<Types...>> in process()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dmessage.hpp459 template <typename... Types>
460 int unpack(std::tuple<Types...>& t) in unpack()
468 std::apply([this](Types&... args) { return unpack(args...); }, t); in unpack()
545 template <typename... Types>
546 int pack(std::tuple<Types...>& t) in pack()
640 template <typename... Types>
641 int unpack(std::tuple<Types...>& t) in unpack()
643 return std::apply([this](Types&... args) { return unpack(args...); }, in unpack()
/openbmc/openbmc-test-automation/security/
H A Dtest_slp.robot23 Verify SLP Service Types
26 Verify Service Types
28 Verify Service Agents For Service Types
60 Verify Service Types
/openbmc/sdbusplus/test/
H A Dunpack_properties.cpp52 using ContainerTypes = testing::Types<
163 using ContainerTypesThrowing = testing::Types<TestingTypes<
224 using ContainerTypesNonThrowing = testing::Types<TestingTypes<
280 using ContainerTypesVector = testing::Types<
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.hpp24 using Types = std::tuple<std::string, std::string>; typedef
29 using EndpointsEntry = std::vector<std::tuple<Types, Paths>>;
/openbmc/linux/Documentation/driver-api/pm/
H A Dtypes.rst4 Device Power Management Data Types
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dca_data_types.rst6 CA Data Types
H A Dnet-types.rst6 Net Data Types
H A Ddmx_types.rst6 Demux Data Types
H A Dfrontend_legacy_api.rst5 Frontend Legacy Data Types
/openbmc/linux/Documentation/bpf/
H A Dprograms.rst2 Program Types
/openbmc/linux/Documentation/livepatch/
H A Dapi.rst26 Object Types
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-all-test-cross.docker12 RUN sed -in "s/Types: deb/Types: deb deb-src/g" /etc/apt/sources.list.d/debian.sources
/openbmc/linux/drivers/nvmem/layouts/
H A DKconfig3 menu "Layout Types"
/openbmc/linux/Documentation/networking/
H A Dvxlan.rst82 Types: vxlan
86 Types: geneve, vxlan-gpe
/openbmc/linux/Documentation/driver-api/firmware/
H A Dintroduction.rst14 Types of firmware requests
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1532 std::map<IpmiValue, Type::Types> typeIpmiToDbus = {{0x00, Type::Types::Legacy},
1533 {0x01, Type::Types::EFI}};
1549 std::map<Type::Types, IpmiValue> typeDbusToIpmi = {{Type::Types::Legacy, 0x00},
1550 {Type::Types::EFI, 0x01}};
1675 static ipmi::Cc getBootType(ipmi::Context::ptr& ctx, Type::Types& type) in getBootType()
1687 type = Type::Types::EFI; in getBootType()
1708 static ipmi::Cc setBootType(ipmi::Context::ptr& ctx, const Type::Types& type) in setBootType()
1919 Type::Types bootType; in ipmiChassisGetSysBootOptions()

123456