Home
last modified time | relevance | path

Searched defs:Object (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/sdbusplus/test/server/
H A Dmessage_variant.cpp8 struct Object : public ::testing::Test struct
12 "xyz.openbmc_project.sdbusplus.test.Object", argument
16 using variant_t =
20 void run_test(const T& value) in run_test()
33 void run_test_throw_bad_enum(const T& value) in run_test_throw_bad_enum()
57 TEST_F(Object, PlainEnumOne) in TEST_F() argument
62 TEST_F(Object, PlainEnumTwo) in TEST_F() argument
67 TEST_F(Object, EnumOneAsEnumTwoThrows) in TEST_F() argument
73 TEST_F(Object, EnumTwoAsEnumOneThrows) in TEST_F() argument
79 TEST_F(Object, VariantAsString) in TEST_F() argument
[all …]
H A Dobject.cpp26 class Object : public ::testing::Test class
36 TEST_F(Object, InterfaceAddedOnly) in TEST_F() argument
60 TEST_F(Object, DeferAddInterface) in TEST_F() argument
92 TEST_F(Object, NeverAddInterface) in TEST_F() argument
122 TEST_F(Object, ObjectAdded) in TEST_F() argument
147 TEST_F(Object, DoubleHasDefaultValues) in TEST_F() argument
/openbmc/qemu/rust/qemu-api/src/
H A Dqom.rs117 pub struct Object(Opaque<bindings::Object>); struct
119 unsafe impl Send for Object {} implementation
120 unsafe impl Sync for Object {} implementation
210 unsafe extern "C" fn rust_instance_init<T: ObjectImpl>(obj: *mut bindings::Object) { in rust_instance_init()
220 unsafe extern "C" fn rust_instance_post_init<T: ObjectImpl>(obj: *mut bindings::Object) { in rust_instance_post_init()
241 unsafe extern "C" fn drop_object<T: ObjectImpl>(obj: *mut bindings::Object) { in drop_object()
290 fn as_object(&self) -> &Object { in as_object()
297 fn as_object_ptr(&self) -> *const bindings::Object { in as_object_ptr()
308 unsafe fn as_object_mut_ptr(&self) -> *mut bindings::Object { in as_object_mut_ptr()
549 unsafe extern "C" fn rust_unparent_fn<T: ObjectImpl>(dev: *mut bindings::Object) { in rust_unparent_fn()
[all …]
H A Dqdev.rs71 obj: *mut bindings::Object, in rust_resettable_enter_fn()
84 obj: *mut bindings::Object, in rust_resettable_hold_fn()
97 obj: *mut bindings::Object, in rust_resettable_exit_fn()
H A Dmemory.rs151 owner: *mut Object, in do_init_io()
/openbmc/phosphor-snmp/
H A Dsnmp_notification.hpp56 struct Object struct
58 OID oid;
59 OID_LEN oid_len;
60 Type type;
61 Value value;
/openbmc/entity-manager/docs/
H A Dentity_manager_dbus_api.md11 ### Object Paths
31 ### Interfaces
/openbmc/linux/scripts/
H A Dgenerate_rust_target.rs23 Object(Object), enumerator
26 type Object = Vec<(String, Value)>; typedef
87 fn push(&mut self, key: &str, value: Object) { in push()
/openbmc/qemu/include/qom/
H A Dobject.h154 struct Object struct
157 ObjectClass *class; argument
158 ObjectFree *free; argument
161 Object *parent; argument
/openbmc/ipmi-fru-parser/
H A Dtypes.hpp34 using Object = sdbusplus::message::object_path; typedef
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Daction_info.hpp17 Object, enumerator
/openbmc/linux/Documentation/security/
H A Dlandlock.rst97 Object section in Kernel structures
/openbmc/phosphor-inventory-manager/
H A Dtypes.hpp33 using Object = ObjectType<InterfaceVariantType>; typedef
/openbmc/qemu/qom/
H A Dobject.c2000 object_add_link_prop(Object *obj, const char *name, in object_add_link_prop() argument
2002 void (*check)(const Object *, const char *, in object_add_link_prop()
2030 object_property_add_link(Object *obj, const char *name, in object_property_add_link() argument
2032 void (*check)(const Object *, const char *, in object_property_add_link()
2309 char *(*get)(Object *, Error **), in object_property_add_str()
2310 void (*set)(Object *, const char *, Error **)) in object_property_add_str()
2326 char *(*get)(Object *, Error **), in object_class_property_add_str()
2327 void (*set)(Object *, const char *, in object_class_property_add_str()
2379 bool (*get)(Object *, Error **), in object_property_add_bool()
2380 void (*set)(Object *, bool, Error **)) in object_property_add_bool()
[all …]
/openbmc/phosphor-inventory-manager/test/
H A Dtypes_test.cpp15 void functionUsingObject(Object&) {} in functionUsingObject() argument
/openbmc/phosphor-fan-presence/cooling-type/
H A Dcooling_type.hpp30 using Object = sdbusplus::message::object_path; typedef in phosphor::cooling::type::CoolingType
/openbmc/phosphor-gpio-monitor/multi-presence/
H A Dgpio_presence.hpp41 using Object = sdbusplus::message::object_path; typedef in phosphor::gpio::GpioPresence
/openbmc/phosphor-gpio-monitor/presence/
H A Dgpio_presence.hpp40 using Object = sdbusplus::message::object_path; typedef in phosphor::gpio::presence::Presence
/openbmc/phosphor-gpio-monitor/
H A Devdev.hpp61 using Object = sdbusplus::message::object_path; typedef in phosphor::gpio::Evdev
/openbmc/phosphor-fan-presence/monitor/
H A Dfan.hpp62 using Object = sdbusplus::message::object_path; typedef in phosphor::fan::monitor::Fan
/openbmc/phosphor-fan-presence/
H A Dutility.hpp102 using Object = sdbusplus::message::object_path; in getObjMap() typedef
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/
H A Dmeson.build26 subdir('Object') subdir
/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.hpp23 using Object = sdbusplus::message::object_path; typedef
/openbmc/qemu/include/qemu/
H A Dtypedefs.h78 typedef struct Object Object; typedef
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp620 using Object = std::map<object_path, Interfaces>; in updateInventory() typedef

12