| /openbmc/phosphor-fan-presence/control/ |
| H A D | functor.hpp | 226 struct InterfacesAdded struct 228 InterfacesAdded() = delete; 229 ~InterfacesAdded() = default; 230 InterfacesAdded(const InterfacesAdded&) = default; 231 InterfacesAdded& operator=(const InterfacesAdded&) = default; 232 InterfacesAdded(InterfacesAdded&&) = default; 233 InterfacesAdded& operator=(InterfacesAdded&&) = default; 234 InterfacesAdded(const char* path, const char* intf, const char* prop, in InterfacesAdded() argument 305 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 static InterfacesAdded createInterfacesAdded(const std::string& interface, in createInterfacesAdded() 27 InterfacesAdded intfAdded = {{interface, vecMethToAssoc}}; in createInterfacesAdded()
|
| /openbmc/phosphor-objmgr/src/ |
| H A D | processing.hpp | 23 using InterfacesAdded = std::vector<std::pair< typedef 84 const InterfacesAdded& intfAdded, const std::string& wellKnown,
|
| H A D | processing.cpp | 105 const InterfacesAdded& intfAdded, const std::string& wellKnown, in processInterfaceAdded()
|
| H A D | main.cpp | 454 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/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/ |
| H A D | rest-api.md | 339 D-Bus InterfacesAdded and PropertiesChanged signals. 359 D-Bus paths. The InterfacesAdded and PropertiesChanged D-Bus signals emanating 364 D-Bus interfaces. The InterfacesAdded and PropertiesChanged D-Bus signal 413 InterfacesAdded and PropertiesChanged events. The response is a JSON dictionary 416 InterfacesAdded 419 "event": InterfacesAdded 421 …dict : a dictionary of interfaces> (similar to org.freedesktop.DBus.ObjectManager.InterfacesAdded )
|
| /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 | redfish-spdm-attestation.md | 161 daemon will monitor `mctpd` for `InterfacesAdded` signals providing the 169 `InterfacesAdded` signal provided by
|
| H A D | psu-firmware-update.md | 149 InterfacesAdded/Removed signal?)
|
| 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 | 123 - 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
|