Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Ddbus_monitor.hpp233 std::string ifaceMatchString = propertiesMatchString; in requestRoutes() local
234 ifaceMatchString += ",arg0='"; in requestRoutes()
235 ifaceMatchString += interface; in requestRoutes()
236 ifaceMatchString += "'"; in requestRoutes()
237 BMCWEB_LOG_DEBUG("Creating match {}", ifaceMatchString); in requestRoutes()
240 *crow::connections::systemBus, ifaceMatchString, in requestRoutes()