Home
last modified time | relevance | path

Searched defs:systemConfiguration (Results 1 – 9 of 9) sorted by relevance

/openbmc/entity-manager/src/entity_manager/
H A Ddbus_interface.hpp63 nlohmann::json& systemConfiguration, in addArrayToDbus()
108 nlohmann::json& systemConfiguration, in addProperty()
142 nlohmann::json& systemConfiguration, in addValueToDBus()
H A Ddbus_interface.cpp73 nlohmann::json& systemConfiguration) in createDeleteObjectMethod()
151 nlohmann::json& systemConfiguration, const std::string& path, in populateInterfacePropertyFromJson()
204 nlohmann::json& systemConfiguration, const std::string& jsonPointerPath, in populateInterfaceFromJson()
244 nlohmann::json& systemConfiguration, const std::string& board) in createAddObjectMethod()
H A Dmain.cpp18 nlohmann::json systemConfiguration = nlohmann::json::object(); in main() local
H A Dconfiguration.hpp30 nlohmann::json& systemConfiguration) in setJsonFromPointer()
H A Dentity_manager.hpp40 nlohmann::json systemConfiguration; member in EntityManager
H A Dconfiguration.cpp182 bool writeJsonFiles(const nlohmann::json& systemConfiguration) in writeJsonFiles() argument
H A Dentity_manager.cpp363 pruneDevice(const nlohmann::json & systemConfiguration,const bool powerOff,const bool scannedPowerOff,const std::string & name,const nlohmann::json & device) pruneDevice() argument
381 startRemovedTimer(boost::asio::steady_timer & timer,nlohmann::json & systemConfiguration) startRemovedTimer() argument
[all...]
H A Doverlay.cpp267 bool loadOverlays(const nlohmann::json& systemConfiguration, in loadOverlays()
H A Dperform_scan.cpp328 nlohmann::json& systemConfiguration, const std::string& recordName, in applyExposeActions()