Searched refs:ifaceMatchString (Results 1 – 1 of 1) sorted by relevance
245 std::string ifaceMatchString = propertiesMatchString; in requestRoutes() local246 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()