Lines Matching refs:recordName
343 nlohmann::json& systemConfiguration, const std::string& recordName, in applyExposeActions() argument
366 if (isDisable && configId == recordName) in applyExposeActions()
429 const std::string& recordName, const DBusObject& dbusObject, in applyTemplateAndExposeActions() argument
444 applyExposeActions(systemConfiguration, recordName, *exposeObj, key, in applyTemplateAndExposeActions()
464 std::string recordName = getRecordName(itr->interface, probeName); in updateSystemConfiguration() local
466 auto record = _em.systemConfiguration.find(recordName); in updateSystemConfiguration()
469 record = _em.lastJson.find(recordName); in updateSystemConfiguration()
478 _em.systemConfiguration[recordName] = *record; in updateSystemConfiguration()
480 _missingConfigurations.erase(recordName); in updateSystemConfiguration()
516 std::string recordName = getRecordName(foundDevice, probeName); in updateSystemConfiguration() local
560 _em.systemConfiguration[recordName] = record; in updateSystemConfiguration()
574 applyTemplateAndExposeActions(recordName, dbusObject, in updateSystemConfiguration()
582 recordName, dbusObject, foundDeviceIdx, replaceStr, in updateSystemConfiguration()
598 _em.systemConfiguration[recordName] = record; in updateSystemConfiguration()
599 _missingConfigurations.erase(recordName); in updateSystemConfiguration()