Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Ddbus_monitor.hpp245 std::string ifaceMatchString = propertiesMatchString; in requestRoutes() local
246 ifaceMatchString += ",arg0='"; in requestRoutes()
247 ifaceMatchString += interface; in requestRoutes()
248 ifaceMatchString += "'"; in requestRoutes()
249 BMCWEB_LOG_DEBUG("Creating match {}", ifaceMatchString); in requestRoutes()
252 *crow::connections::systemBus, ifaceMatchString, in requestRoutes()