Searched refs:systemConfiguration (Results 1 – 5 of 5) sorted by relevance
/openbmc/entity-manager/src/ |
H A D | entity_manager.cpp | 145 bool writeJsonFiles(const nlohmann::json& systemConfiguration) in writeJsonFiles() argument 153 output << systemConfiguration.dump(4); in writeJsonFiles() 160 nlohmann::json& systemConfiguration) in setJsonFromPointer() argument 165 nlohmann::json& ref = systemConfiguration[ptr]; in setJsonFromPointer() 180 nlohmann::json& systemConfiguration, in addArrayToDbus() argument 201 [&systemConfiguration, in addArrayToDbus() 207 systemConfiguration)) in addArrayToDbus() 212 if (!writeJsonFiles(systemConfiguration)) in addArrayToDbus() 225 nlohmann::json& systemConfiguration, in addProperty() argument 236 [&systemConfiguration, in addProperty() [all …]
|
H A D | perform_scan.cpp | 32 nlohmann::json& systemConfiguration, 86 static void registerCallback(nlohmann::json& systemConfiguration, in registerCallback() argument 101 propertiesChangedCallback(systemConfiguration, objServer); in registerCallback() 224 PerformScan::PerformScan(nlohmann::json& systemConfiguration, in PerformScan() argument 229 _systemConfiguration(systemConfiguration), in PerformScan() 372 nlohmann::json& systemConfiguration, const std::string& recordName, in applyExposeActions() argument 391 for (const auto& [configId, config] : systemConfiguration.items()) in applyExposeActions()
|
H A D | overlay.hpp | 22 bool loadOverlays(const nlohmann::json& systemConfiguration);
|
H A D | overlay.cpp | 278 bool loadOverlays(const nlohmann::json& systemConfiguration) in loadOverlays() argument 281 for (auto entity = systemConfiguration.begin(); in loadOverlays() 282 entity != systemConfiguration.end(); entity++) in loadOverlays()
|
H A D | entity_manager.hpp | 66 PerformScan(nlohmann::json& systemConfiguration,
|