Home
last modified time | relevance | path

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

/openbmc/entity-manager/test/
H A Dtest_gpio_presence.cpp95 std::string nameFound = co_await client.name(); in testDevicePresentDbus() local
97 assert(nameFound == "cable0"); in testDevicePresentDbus()
147 std::string nameFound = co_await client.name(); in testDevicePresentThenDisappearDbus() local
149 assert(nameFound == "cable0"); in testDevicePresentThenDisappearDbus()
/openbmc/dbus-sensors/src/external/
H A DExternalSensorMain.cpp236 auto nameFound = baseConfigMap.find("Name"); in createSensors() local
237 if (nameFound == baseConfigMap.end()) in createSensors()
244 std::visit(VariantToStringVisitor(), nameFound->second); in createSensors()