| /openbmc/entity-manager/src/entity_manager/ |
| H A D | dbus_interface.hpp | 38 nlohmann::json& systemConfiguration, 42 nlohmann::json& systemConfiguration, const std::string& jsonPointerPath, 51 nlohmann::json& systemConfiguration); 56 nlohmann::json& systemConfiguration, const std::string& jsonPointerPath, 61 nlohmann::json& systemConfiguration, 83 nlohmann::json& systemConfiguration, in addArrayToDbus() argument 104 [&systemConfiguration, in addArrayToDbus() 110 systemConfiguration)) in addArrayToDbus() 115 if (!writeJsonFiles(systemConfiguration)) in addArrayToDbus() 128 nlohmann::json& systemConfiguration, in addProperty() argument [all …]
|
| H A D | dbus_interface.cpp | 69 nlohmann::json& systemConfiguration) in createDeleteObjectMethod() argument 73 "Delete", [this, &systemConfiguration, interface, in createDeleteObjectMethod() 84 systemConfiguration[ptr] = nullptr; in createDeleteObjectMethod() 92 if (!writeJsonFiles(systemConfiguration)) in createDeleteObjectMethod() 147 nlohmann::json& systemConfiguration, const std::string& path, in populateInterfacePropertyFromJson() argument 160 systemConfiguration, path); in populateInterfacePropertyFromJson() 166 systemConfiguration, path); in populateInterfacePropertyFromJson() 172 systemConfiguration, path); in populateInterfacePropertyFromJson() 178 systemConfiguration, path); in populateInterfacePropertyFromJson() 184 systemConfiguration, path); in populateInterfacePropertyFromJson() [all …]
|
| H A D | entity_manager.cpp | 62 systemConfiguration(nlohmann::json::object()), io(io), in EntityManager() 142 auto boardValues = systemConfiguration[boardId]; in postBoardToDBus() 177 systemConfiguration, boardNameOrig); in postBoardToDBus() 180 systemConfiguration, jsonPointerPath, boardIface, boardValues); in postBoardToDBus() 192 systemConfiguration, jsonPointerPath + propName, iface, in postBoardToDBus() 271 systemConfiguration, jsonPointerPath, bmcIface, item, in postExposesRecordsToDBus() 283 systemConfiguration, jsonPointerPath, systemIface, item, in postExposesRecordsToDBus() 307 systemConfiguration, jsonPointerPath, itemIface, item, in postExposesRecordsToDBus() 327 systemConfiguration, jsonPointerPath, objectIface, config, in postConfigurationRecord() 370 systemConfiguration, in postConfigurationRecord() [all …]
|
| H A D | configuration.hpp | 29 bool writeJsonFiles(const nlohmann::json& systemConfiguration); 33 nlohmann::json& systemConfiguration) in setJsonFromPointer() argument 38 nlohmann::json& ref = systemConfiguration[ptr]; in setJsonFromPointer()
|
| H A D | perform_scan.cpp | 343 nlohmann::json& systemConfiguration, const std::string& recordName, in applyExposeActions() argument 363 for (const auto& [configId, config] : systemConfiguration.items()) in applyExposeActions() 431 nlohmann::json& value, nlohmann::json& systemConfiguration) in applyTemplateAndExposeActions() argument 444 applyExposeActions(systemConfiguration, recordName, *exposeObj, key, in applyTemplateAndExposeActions() 466 auto record = _em.systemConfiguration.find(recordName); in updateSystemConfiguration() 467 if (record == _em.systemConfiguration.end()) in updateSystemConfiguration() 478 _em.systemConfiguration[recordName] = *record; in updateSystemConfiguration() 560 _em.systemConfiguration[recordName] = record; in updateSystemConfiguration() 576 _em.systemConfiguration); in updateSystemConfiguration() 583 findExpose->second, _em.systemConfiguration); in updateSystemConfiguration() [all …]
|
| H A D | overlay.hpp | 9 bool loadOverlays(const nlohmann::json& systemConfiguration,
|
| H A D | entity_manager.hpp | 42 nlohmann::json systemConfiguration; member in EntityManager 92 nlohmann::json& systemConfiguration);
|
| H A D | configuration.cpp | 191 bool writeJsonFiles(const nlohmann::json& systemConfiguration) in writeJsonFiles() argument 209 output << systemConfiguration.dump(4); in writeJsonFiles()
|
| H A D | overlay.cpp | 263 bool loadOverlays(const nlohmann::json& systemConfiguration, in loadOverlays() argument 267 for (auto entity = systemConfiguration.begin(); in loadOverlays() 268 entity != systemConfiguration.end(); entity++) in loadOverlays()
|