/openbmc/phosphor-fan-presence/control/ |
H A D | functor.hpp | 229 struct InterfacesAdded struct 231 InterfacesAdded() = delete; 232 ~InterfacesAdded() = default; 233 InterfacesAdded(const InterfacesAdded&) = default; 234 InterfacesAdded& operator=(const InterfacesAdded&) = default; 235 InterfacesAdded(InterfacesAdded&&) = default; 236 InterfacesAdded& operator=(InterfacesAdded&&) = default; 237 InterfacesAdded(const char* path, const char* intf, const char* prop, in InterfacesAdded() argument 308 return InterfacesAdded<T, U>(path, intf, prop, std::forward<U>(handler)); in interfacesAdded()
|
/openbmc/phosphor-objmgr/src/test/ |
H A D | interfaces_added.cpp | 18 InterfacesAdded createInterfacesAdded(const std::string& interface, in createInterfacesAdded() 27 InterfacesAdded intfAdded = {{interface, vecMethToAssoc}}; in createInterfacesAdded()
|
/openbmc/phosphor-objmgr/src/ |
H A D | processing.hpp | 24 using InterfacesAdded = std::vector<std::pair< typedef 85 const InterfacesAdded& intfAdded, const std::string& wellKnown,
|
H A D | processing.cpp | 103 const InterfacesAdded& intfAdded, const std::string& wellKnown, in processInterfaceAdded()
|
H A D | main.cpp | 452 InterfacesAdded interfacesAdded; in main()
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | propertywatchimpl.hpp | 202 const std::string& path, const InterfacesAdded<T>& interfaces) in interfacesAdded() 215 InterfacesAdded<T> interfaces; in interfacesAdded()
|
H A D | data_types.hpp | 66 using InterfacesAdded = typedef
|
H A D | propertywatch.hpp | 183 const InterfacesAdded<T>& interfaces);
|
/openbmc/docs/ |
H A D | rest-api.md | 319 D-Bus InterfacesAdded and PropertiesChanged signals. 337 D-Bus paths. The InterfacesAdded and PropertiesChanged D-Bus signals emanating 342 D-Bus interfaces. The InterfacesAdded and PropertiesChanged D-Bus signal 390 InterfacesAdded and PropertiesChanged events. The response is a JSON dictionary 393 InterfacesAdded 396 "event": InterfacesAdded 398 …dict : a dictionary of interfaces> (similar to org.freedesktop.DBus.ObjectManager.InterfacesAdded )
|
/openbmc/pyphosphor/obmc/dbuslib/ |
H A D | bindings.py | 184 self.InterfacesAdded(object_path, obj.properties) 206 def InterfacesAdded(self, object_path, properties): member in DbusObjectManager
|
/openbmc/docs/architecture/ |
H A D | user-management.md | 115 InterfacesAdded / || | / Net IPMID must | || 186 … | (InterfacesAdded) | 5. IPMI & REDFISH can | 230 … <-------------(SIGNAL) (InterfacesAdded) | |
|
/openbmc/docs/designs/ |
H A D | psu-firmware-update.md | 146 InterfacesAdded/Removed signal?)
|
H A D | redfish-spdm-attestation.md | 151 SPDM daemon will monitor `mctpd` for `InterfacesAdded` signals providing the
|
H A D | pldm-stack.md | 398 each endpoint. `pldmd` watches the `InterfacesAdded` D-Bus signals from `mctpd`.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ |
H A D | README.md | 117 - Caller need to wait on "InterfacesAdded" signal generated upon creation of the
|
/openbmc/docs/architecture/code-update/ |
H A D | firmware-update-over-redfish.md | 122 - Wait for the InterfacesAdded signal from /xyz/openbmc_project/software
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/ |
H A D | fix-memory-leaks.patch | 488 if(g_strcmp0(signal_name, "InterfacesAdded") == 0)
|
/openbmc/phosphor-fan-presence/docs/control/ |
H A D | events.md | 141 2. `interfaces_added` - Subscribes to the InterfacesAdded signal for the D-Bus
|