Searched defs:CallMethodAndRead (Results 1 – 1 of 1) sorted by relevance
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | propertywatchtest.hpp | 31 struct CallMethodAndRead struct 33 static Ret op(DBusInterfaceType& dbus, const std::string& busName, in op() 45 struct CallMethodAndRead<DBusInterfaceType, GetObject, const MapperPath&, struct 48 static GetObject op(DBusInterfaceType& dbus, const std::string& busName, in op() 61 struct CallMethodAndRead<DBusInterfaceType, PropertiesChanged<uint64_t>, struct 64 static PropertiesChanged<uint64_t> op( in op() 77 struct CallMethodAndRead<DBusInterfaceType, PropertiesChanged<uint32_t>, struct 80 static PropertiesChanged<uint32_t> op( in op() 93 struct CallMethodAndRead<DBusInterfaceType, PropertiesChanged<uint16_t>, struct 96 static PropertiesChanged<uint16_t> op( in op() [all …]
|