Home
last modified time | relevance | path

Searched refs:element_type (Results 1 – 11 of 11) 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))
H A Dintrospect.py233 typ.element_type.json_type() == 'int'):
246 return '[' + self._use_type(typ.element_type) + ']'
328 element_type: QAPISchemaType) -> None:
329 element = self._use_type(element_type)
H A Dschema.py206 element_type: QAPISchemaType,
467 self, name: str, info: Optional[QAPISourceInfo], element_type: str
470 self._element_type_name = element_type
471 self.element_type: QAPISchemaType
480 self.element_type = schema.resolve_type(
483 assert not isinstance(self.element_type, QAPISchemaArrayType)
486 self._set_module(schema, self.element_type.info)
491 return self.element_type.ifcond
503 elt_doc_type = self.element_type.doc_type()
511 self.element_type)
[all …]
/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.cpp1111 std::make_unique<decltype(this->_systemdMatch)::element_type>( in subscribeToSystemdSignals()