Home
last modified time | relevance | path

Searched refs:missingConfigurations (Results 1 – 3 of 3) sorted by relevance

/openbmc/entity-manager/src/entity_manager/
H A Dperform_scan.hpp28 PerformScan(EntityManager& em, nlohmann::json& missingConfigurations,
H A Dentity_manager.cpp545 auto missingConfigurations = std::make_shared<nlohmann::json>(); in propertiesChangedCallback()
546 *missingConfigurations = systemConfiguration; in propertiesChangedCallback()
549 *this, *missingConfigurations, configuration.configurations, io, in propertiesChangedCallback()
550 [this, count, oldConfiguration, missingConfigurations]() { in propertiesChangedCallback()
555 missingConfigurations->items()) in propertiesChangedCallback()
547 auto missingConfigurations = std::make_shared<nlohmann::json>(); propertiesChangedCallback() local
H A Dperform_scan.cpp186 EntityManager& em, nlohmann::json& missingConfigurations, in PerformScan() argument
189 _em(em), _missingConfigurations(missingConfigurations), in PerformScan()