Home
last modified time | relevance | path

Searched refs:propertiesMatchString (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/include/
H A Ddbus_monitor.hpp202 std::string propertiesMatchString = in requestRoutes() local
214 propertiesMatchString); in requestRoutes()
219 propertiesMatchString, onPropertyUpdate, &conn)); in requestRoutes()
234 std::string ifaceMatchString = propertiesMatchString; in requestRoutes()
H A Dhostname_monitor.hpp144 std::string propertiesMatchString = in registerHostnameSignal() local
152 *crow::connections::systemBus, propertiesMatchString, onPropertyUpdate, in registerHostnameSignal()
/openbmc/bmcweb/redfish-core/src/
H A Ddbus_log_watcher.cpp83 const std::string propertiesMatchString = variable
92 dbusEventLogMonitor(*crow::connections::systemBus, propertiesMatchString, in DbusEventLogMonitor()