Searched defs:systemConfiguration (Results 1 – 9 of 9) sorted by relevance
/openbmc/entity-manager/src/entity_manager/ |
H A D | dbus_interface.hpp | 63 nlohmann::json& systemConfiguration, in addArrayToDbus() argument 108 nlohmann::json& systemConfiguration, in addProperty() argument 142 addValueToDBus(const std::string & key,const nlohmann::json & value,sdbusplus::asio::dbus_interface & iface,sdbusplus::asio::PropertyPermission permission,nlohmann::json & systemConfiguration,const std::string & path) addValueToDBus() argument [all...] |
H A D | dbus_interface.cpp | 73 nlohmann::json& systemConfiguration) in createDeleteObjectMethod() argument 151 nlohmann::json& systemConfiguration, const std::string& path, in populateInterfacePropertyFromJson() argument 202 populateInterfaceFromJson(nlohmann::json & systemConfiguration,const std::string & jsonPointerPath,std::shared_ptr<sdbusplus::asio::dbus_interface> & iface,nlohmann::json & dict,sdbusplus::asio::PropertyPermission permission) populateInterfaceFromJson() argument 242 createAddObjectMethod(const std::string & jsonPointerPath,const std::string & path,nlohmann::json & systemConfiguration,const std::string & board) createAddObjectMethod() argument [all...] |
H A D | main.cpp | 18 nlohmann::json systemConfiguration = nlohmann::json::object(); in main() local
|
H A D | configuration.hpp | 30 nlohmann::json& systemConfiguration) in setJsonFromPointer()
|
H A D | entity_manager.hpp | 40 nlohmann::json systemConfiguration; member in EntityManager
|
H A D | configuration.cpp | 182 writeJsonFiles(const nlohmann::json & systemConfiguration) writeJsonFiles() argument
|
H A D | entity_manager.cpp | 363 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 D | overlay.cpp | 267 loadOverlays(const nlohmann::json & systemConfiguration,boost::asio::io_context & io) loadOverlays() argument
|
H A D | perform_scan.cpp | 328 nlohmann::json& systemConfiguration, const std::string& recordName, in applyExposeActions() argument
|