Searched refs:missingConfigurations (Results 1 – 3 of 3) sorted by relevance
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | perform_scan.hpp | 28 PerformScan(EntityManager& em, nlohmann::json& missingConfigurations,
|
| H A D | entity_manager.cpp | 547 auto missingConfigurations = std::make_shared<nlohmann::json>(); in propertiesChangedCallback() 548 *missingConfigurations = systemConfiguration; in propertiesChangedCallback() 551 *this, *missingConfigurations, configuration.configurations, io, in propertiesChangedCallback() 552 [this, count, oldConfiguration, missingConfigurations]() { in propertiesChangedCallback() 557 missingConfigurations->items()) in propertiesChangedCallback() 542 auto missingConfigurations = std::make_shared<nlohmann::json>(); propertiesChangedCallback() local
|
| H A D | perform_scan.cpp | 186 EntityManager& em, nlohmann::json& missingConfigurations, in PerformScan() argument 189 _em(em), _missingConfigurations(missingConfigurations), in PerformScan()
|