Searched refs:nameFound (Results 1 – 2 of 2) sorted by relevance
95 std::string nameFound = co_await client.name(); in testDevicePresentDbus() local97 assert(nameFound == "cable0"); in testDevicePresentDbus()147 std::string nameFound = co_await client.name(); in testDevicePresentThenDisappearDbus() local149 assert(nameFound == "cable0"); in testDevicePresentThenDisappearDbus()
236 auto nameFound = baseConfigMap.find("Name"); in createSensors() local237 if (nameFound == baseConfigMap.end()) in createSensors()244 std::visit(VariantToStringVisitor(), nameFound->second); in createSensors()