Searched refs:findName (Results 1 – 7 of 7) sorted by relevance
141 auto findName = record.find("Name"); in logDeviceAdded() local142 if (findName != record.end()) in logDeviceAdded()144 name = findName->get<std::string>(); in logDeviceAdded()195 auto findName = record.find("Name"); in logDeviceRemoved() local196 if (findName != record.end()) in logDeviceRemoved()198 name = findName->get<std::string>(); in logDeviceRemoved()
490 auto findName = newData.find("Name"); in createAddObjectMethod() local492 if (findName == newData.end() || findType == newData.end()) in createAddObjectMethod()497 const std::string* name = findName->get_ptr<const std::string*>(); in createAddObjectMethod()669 auto findName = item.find("Name"); in postToDbus() local670 if (findName == item.end()) in postToDbus()696 std::string itemName = findName->get<std::string>(); in postToDbus()
583 auto findName = it->find("Name"); in run() local584 if (findName == it->end()) in run()590 std::string probeName = *findName; in run()
68 auto findName = gpioConfig.find("Name"); in cpuIsPresent() local69 if (findName == gpioConfig.end()) in cpuIsPresent()74 std::visit(VariantToStringVisitor(), findName->second); in cpuIsPresent()
726 auto findName = cfg.find("Name"); in getCpuConfig() local727 if (findName == cfg.end()) in getCpuConfig()732 std::visit(VariantToStringVisitor(), findName->second); in getCpuConfig()
274 auto findName = cfgMap.find("Name"); in createSensors() local275 if (findName != cfgMap.end()) in createSensors()278 VariantToStringVisitor(), findName->second); in createSensors()
262 auto findName = baseConfiguration->second.find("Name"); in getNicNameInfo() local265 findName != baseConfiguration->second.end()) in getNicNameInfo()270 std::get_if<std::string>(&findName->second); in getNicNameInfo()