Home
last modified time | relevance | path

Searched refs:element_type (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dbmc_state_manager.hpp41 stateSignal(std::make_unique<decltype(stateSignal)::element_type>( in BMC()
48 timeSyncSignal(std::make_unique<decltype(timeSyncSignal)::element_type>(
/openbmc/qemu/scripts/qapi/
H A Dvisit.py173 def gen_visit_list(name: str, element_type: QAPISchemaType) -> str:
204 c_name=c_name(name), c_elt_type=element_type.c_name())
384 element_type: QAPISchemaType) -> None:
387 self._genc.add(gen_visit_list(name, element_type))
H A Dtypes.py128 def gen_array(name: str, element_type: QAPISchemaType) -> str:
136 c_name=c_name(name), c_type=element_type.c_type())
339 element_type: QAPISchemaType) -> None:
342 self._genh.add(gen_array(name, element_type))
/openbmc/qemu/tests/qapi-schema/
H A Dtest-qapi.py44 def visit_array_type(self, name, info, ifcond, element_type): argument
47 print('array %s %s' % (name, element_type.name))
/openbmc/phosphor-inventory-manager/
H A Dmanager.hpp128 using SigArg = SigArgs::value_type::element_type;
/openbmc/phosphor-virtual-sensor/src/
H A DvirtualSensor.hpp223 static constexpr auto tname = T::element_type::name; in checkThresholds()
/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp51 element_type; typedef
52 auto constexpr sig = element_signature<element_type>::code;
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py132 element_type = array_matches.group(1)
139 converted_element = convert_type(element_type, i)
143 converted_element = convert_type(element_type, value)
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp1125 std::make_unique<decltype(this->_systemdMatch)::element_type>( in subscribeToSystemdSignals()