Home
last modified time | relevance | path

Searched defs:object (Results 1 – 25 of 139) sorted by relevance

123456

/openbmc/sdbusplus/include/sdbusplus/server/
H A Dobject.hpp14 namespace object namespace
39 struct object : struct
57 enum class action
76 object(bus_t& bus, const char* path, in object() argument
87 ~object() override in ~object()
98 void emit_object_added() in emit_object_added()
114 bus_t __sdbusplus_server_object_bus;
115 std::string __sdbusplus_server_object_path;
116 action __sdbusplus_server_object_signalstate = action::defer_emit;
117 SdBusInterface* __sdbusplus_server_object_intf;
[all …]
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-definition.md106 #### 5.1.1) action type `action`
116 #### 5.1.2) action type `callout_self`
126 #### 5.1.3) action type `callout_unit`
137 #### 5.1.4) action type `callout_connected`
148 #### 5.1.5) action type `callout_bus`
167 #### 5.1.6) action type `callout_clock`
186 #### 5.1.7) action type `callout_procedure`
202 #### 5.1.8) action type `callout_part`
219 #### 5.1.9) action type `plugin`
/openbmc/qemu/scripts/qapi/
H A Dexpr.py56 def check_name_is_str(name: object,
186 def check_keys(value: Dict[str, object], argument
250 def check_if(expr: Dict[str, object], argument
267 def _check_if(cond: Union[str, object]) -> None: argument
294 def _check_infix(operator: str, operands: object) -> None:
313 def normalize_members(members: object) -> None:
336 def check_type_name(value: Optional[object],
342 def check_type_name_or_array(value: Optional[object],
357 def check_type_implicit(value: Optional[object],
401 def check_type_name_or_implicit(value: Optional[object],
[all …]
H A Dparser.py50 data: Mapping[str, object], argument
181 def _add_expr(self, expr: Mapping[str, object], argument
221 def _pragma(name: str, value: object, info: QAPISourceInfo) -> None:
223 def check_list_str(name: str, value: object) -> List[str]:
/openbmc/qemu/python/qemu/qmp/
H A Dmessage.py63 value: Union[bytes, Mapping[str, object]] = b'{}', *, argument
86 def __setitem__(self, key: str, value: object) -> None:
133 def _serialize(cls, value: object) -> bytes:
199 def __init__(self, error_message: str, value: object):
H A Dqmp_client.py502 msg: Union[Message, Mapping[str, object], bytes], argument
597 arguments: Optional[Mapping[str, object]] = None, argument
615 arguments: Optional[Mapping[str, object]] = None, argument
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c858 hwmon_get_poll_interval (Hwmon *object) in hwmon_get_poll_interval()
875 hwmon_set_poll_interval (Hwmon *object, gint value) in hwmon_set_poll_interval()
893 hwmon_get_sysfs_path (Hwmon *object) in hwmon_get_sysfs_path()
911 hwmon_dup_sysfs_path (Hwmon *object) in hwmon_dup_sysfs_path()
928 hwmon_set_sysfs_path (Hwmon *object, const gchar *value) in hwmon_set_sysfs_path()
944 hwmon_get_scale (Hwmon *object) in hwmon_get_scale()
961 hwmon_set_scale (Hwmon *object, gint value) in hwmon_set_scale()
1007 hwmon_proxy_get_property (GObject *object, in hwmon_proxy_get_property()
1054 hwmon_proxy_set_property (GObject *object, in hwmon_proxy_set_property()
1144 hwmon_proxy_get_poll_interval (Hwmon *object) in hwmon_proxy_get_poll_interval()
[all …]
/openbmc/telemetry/src/
H A Dstate.hpp26 explicit State(Object& object) : object(object) {} in State()
79 Object& object; member in State
/openbmc/ibm-logging/
H A Dmanager.cpp59 for (const auto& object : objects) in createAll() local
111 std::any& object) in addInterface()
129 InterfaceType type, std::any& object) in addChildInterface()
167 auto object = std::make_shared<PolicyObject>( in createPolicyInterface() local
238 auto object = std::make_shared<Callout>( in createCalloutObjects() local
/openbmc/phosphor-fan-presence/control/
H A Dzone.hpp147 inline void setObjectData(const std::string& object, in setObjectData()
163 void setPropertyValue(const char* object, const char* interface, in setPropertyValue()
178 void setPropertyValue(const std::string& object, in setPropertyValue()
195 inline auto getPropertyValue(const std::string& object, in getPropertyValue()
211 inline auto getPropValueVariant(const std::string& object, in getPropValueVariant()
282 inline void removeObjectInterface(const char* object, const char* interface) in removeObjectInterface()
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-scsi.c41 static void *qvirtio_scsi_device_get_driver(void *object, in qvirtio_scsi_device_get_driver()
63 static void *qvirtio_scsi_pci_get_driver(void *object, in qvirtio_scsi_pci_get_driver()
H A Dvirtio-rng.c40 static void *qvirtio_rng_device_get_driver(void *object, in qvirtio_rng_device_get_driver()
62 static void *qvirtio_rng_pci_get_driver(void *object, const char *interface) in qvirtio_rng_pci_get_driver()
H A Dvirtio-balloon.c40 static void *qvirtio_balloon_device_get_driver(void *object, in qvirtio_balloon_device_get_driver()
62 static void *qvirtio_balloon_pci_get_driver(void *object, in qvirtio_balloon_pci_get_driver()
H A Dvirtio-serial.c39 static void *qvirtio_serial_device_get_driver(void *object, in qvirtio_serial_device_get_driver()
61 static void *qvirtio_serial_pci_get_driver(void *object, const char *interface) in qvirtio_serial_pci_get_driver()
H A Dvhost-user-blk.c47 static void *qvhost_user_blk_device_get_driver(void *object, in qvhost_user_blk_device_get_driver()
69 static void *qvhost_user_blk_pci_get_driver(void *object, const char *interface) in qvhost_user_blk_pci_get_driver()
H A Dvirtio-blk.c44 static void *qvirtio_blk_device_get_driver(void *object, in qvirtio_blk_device_get_driver()
66 static void *qvirtio_blk_pci_get_driver(void *object, const char *interface) in qvirtio_blk_pci_get_driver()
H A Dvirtio-gpio.c64 static void *qvirtio_gpio_device_get_driver(void *object, in qvirtio_gpio_device_get_driver()
120 static void *qvirtio_gpio_pci_get_driver(void *object, const char *interface) in qvirtio_gpio_pci_get_driver()
H A Dvirtio-scmi.c66 static void *qvirtio_scmi_device_get_driver(void *object, in qvirtio_scmi_device_get_driver()
122 static void *qvirtio_scmi_pci_get_driver(void *object, const char *interface) in qvirtio_scmi_pci_get_driver()
H A Dvirtio-net.c94 static void *qvirtio_net_device_get_driver(void *object, in qvirtio_net_device_get_driver()
139 static void *qvirtio_net_pci_get_driver(void *object, in qvirtio_net_pci_get_driver()
/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp201 auto object = connection.find("test_object_connection_0"); in TEST_F() local
230 auto object = connection.find("test_object_connection_1"); in verifySubtree() local
259 auto object = connection.find("test_object_connection_1"); in TEST_F() local
356 auto object = connection.find("test_object_connection_1"); in TEST_F() local
502 auto object = connection.find("test_object_connection_2"); in TEST_F() local
/openbmc/docs/
H A Danti-patterns.md47 ### Identification
53 ### Description
60 ### Background
65 ### Resolution
/openbmc/qemu/net/can/
H A Dcan_core.c73 Object object; member
78 static void can_bus_instance_init(Object *object) in can_bus_instance_init()
/openbmc/bmcweb/redfish-core/src/utils/
H A Djson_utils.cpp76 const nlohmann::json::object_t* object = in getEstimatedJsonSize() local
/openbmc/phosphor-inventory-manager/
H A Dinterface_ops.hpp137 const auto& object = *std::any_cast<const std::shared_ptr<T>&>(holder); in op() local
157 auto& object = *std::any_cast<std::shared_ptr<T>&>(holder); in op() local
/openbmc/qemu/python/qemu/utils/
H A Dqom_common.py40 default_value: Optional[object] = None):
72 def __init__(self, name: str, type_: str, value: object):

123456