Lines Matching refs:systemConfiguration
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()
397 static void pruneDevice(const nlohmann::json& systemConfiguration, in pruneDevice() argument
401 if (systemConfiguration.contains(name)) in pruneDevice()
415 nlohmann::json& systemConfiguration) in startRemovedTimer() argument
417 if (systemConfiguration.empty() || lastJson.empty()) in startRemovedTimer()
433 [&systemConfiguration, this](const boost::system::error_code& ec) { in startRemovedTimer()
442 pruneDevice(systemConfiguration, powerOff, scannedPowerOff, in startRemovedTimer()
474 systemConfiguration.erase(name); in pruneConfiguration()
493 if (!writeJsonFiles(systemConfiguration)) in publishNewConfiguration()
503 startRemovedTimer(timer, systemConfiguration); in publishNewConfiguration()
541 nlohmann::json oldConfiguration = systemConfiguration; in propertiesChangedCallback()
543 *missingConfigurations = systemConfiguration; in propertiesChangedCallback()
556 nlohmann::json newConfiguration = systemConfiguration; in propertiesChangedCallback()