/openbmc/openpower-pnor-code-mgmt/test/ |
H A D | test_functions.cpp | 162 auto callback = [&called](const auto&) { called = true; }; in TEST() 198 auto callback = [&called](const auto&) { called = true; }; in TEST() 238 auto callback = [&called](const auto&) { called = true; }; in TEST() 263 auto callback = [&called](const auto&, auto&) { called = true; }; in TEST() argument 278 auto callback = [&called](const auto&, auto&) { called = true; }; in TEST() argument 335 auto callback = [&callbackCalled](const auto&, const auto&, const auto&) { in TEST() 338 auto errorCallback = [&errorCallbackCalled](const auto&, auto&) { in TEST() argument 358 const auto& p1, const auto& p2, const auto&) { in TEST() 362 auto errorCallback = [&errorCallbackCalled](const auto&, auto&) { in TEST() argument 384 auto callback = [&callbackCalled](const auto&, const auto&, const auto&) { in TEST() [all …]
|
/openbmc/telemetry/src/ |
H A D | trigger.cpp | 54 [this](bool newVal, const auto&) { in __anon5e4599b80402() 70 [this](const auto&) { return persistent; }); in __anon5e4599b80402() 85 [this](const auto&) { in __anon5e4599b80402() 104 [this](const auto&) { in __anon5e4599b80402() 133 [this](const auto&) { in __anon5e4599b80402() 160 [this](const auto&) { in __anon5e4599b80402() 180 [this](const auto&) { in __anon5e4599b80402() 203 [this](const auto&) { return name; }); in __anon5e4599b80402() 207 sdbusplus::vtable::property_::const_, [this](const auto&) { in __anon5e4599b80402()
|
H A D | report.cpp | 205 [this](const auto&) { return state.get<ReportFlags::enabled>(); }); in makeReportInterface() 259 [this](const auto&) { return interval.count(); }); in makeReportInterface() 278 [this](const auto&) { return persistency; }); in makeReportInterface() 282 [this](const auto&) { return readings; }); in makeReportInterface() 285 [this](const auto&) { return utils::enumToString(reportingType); }); in makeReportInterface() 306 [this](const auto&) { return readingParameters; }); in makeReportInterface() 309 [this](const auto&) { in makeReportInterface() 314 [this](const auto&) { return name; }); in makeReportInterface() 317 [this](const auto&) { in makeReportInterface() 338 [this](const auto&) { in makeReportInterface() [all …]
|
H A D | report_manager.cpp | 33 [](const auto&) { return maxReports; }); in ReportManager() 36 [](const auto&) -> uint64_t { return minInterval.count(); }); in ReportManager() 40 [](const auto&) -> std::vector<std::string> { in ReportManager()
|
/openbmc/phosphor-state-manager/ |
H A D | chassis_state_manager.hpp | 60 sdeventplus::Event::get_default(), [this](auto&) { pohCallback(); }, in __anonacea13680202() argument 61 std::chrono::hours{1}, std::chrono::minutes{1}) in __anonacea13680302()
|
H A D | scheduled_host_transition.hpp | 38 timer(event, [this](auto&) { callback(); }) in ScheduledHostTransition() argument
|
/openbmc/sdbusplus/example/ |
H A D | register-property.cpp | 28 [this](const auto&) { return greetings_; }); in Application() 33 [this](const auto& newPropertyValue, const auto&) { in Application() 37 [this](const auto&) { return goodbyes_; }); in Application()
|
H A D | get-all-properties.cpp | 30 [this](const auto&) { return greetings_; }); in Application() 34 [this](const auto& newPropertyValue, const auto&) { in Application() 38 [this](const auto&) { return goodbyes_; }); in Application()
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | version.cpp | 110 const auto [devicePath, type, fileName] = getVersionInfo(psuInventoryPath); in getVersionJson() local 138 const auto [i2cbus, i2caddr] = getPsuI2c(bus, psuInventoryPath); in getVersionDbus() local
|
H A D | model.cpp | 126 const auto [i2cBus, i2cAddr] = getPsuI2c(bus, psuInventoryPath); in getModelDbus() local
|
H A D | utils.cpp | 211 const auto [i2cbus, i2caddr] = getPsuI2c(bus, psuInventoryPath); in getDevicePath() local
|
/openbmc/phosphor-host-postd/ |
H A D | main.cpp | 115 [&ioSource](auto&, auto) { in rateLimit() argument
|
/openbmc/telemetry/tests/src/ |
H A D | test_report.cpp | 774 const auto [timestamp, readings] = in TEST_P() local 786 const auto [timestamp, readings] = in TEST_P() local 797 const auto [timestamp, readings] = in TEST_P() local 818 const auto [timestamp, readings] = in TEST_F() local 828 const auto [timestamp, readings] = in TEST_F() local 901 const auto [timestamp, readings] = in TEST_F() local 911 const auto [timestamp, readings] = in TEST_F() local
|
H A D | test_metric.cpp | 354 const auto [expectedTimestamp, expectedReading] = in TEST_P() local 373 const auto [expectedTimestamp, expectedReading] = in TEST_P() local
|
H A D | dbus_environment.hpp | 86 [](auto, const auto& value) { return value; }, timeout); in waitForFuture() argument
|
/openbmc/sdbusplus/include/sdbusplus/test/ |
H A D | sdbus_mock.hpp | 170 auto slotcb = [](sd_bus*, sd_bus_slot** slot, auto&&...) { in SdBusMock() argument
|
/openbmc/telemetry/tests/src/stubs/ |
H A D | dbus_sensor_object.cpp | 24 [this](const auto&) { return value; }); in DbusSensorObject()
|
/openbmc/phosphor-power/power-sequencer/ |
H A D | pgood_monitor.cpp | 98 [this](auto&) { this->propertyChanged(); }); in startListening() argument
|
/openbmc/witherspoon-pfault-analysis/power-sequencer/ |
H A D | pgood_monitor.cpp | 98 [this](auto&) { this->propertyChanged(); }); in startListening() argument
|
/openbmc/phosphor-led-manager/manager/lamptest/ |
H A D | lamptest.hpp | 41 timer(event, [this](auto&) { timeOutHandler(); }), manager(manager), in LampTest() argument
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_entry.cpp | 59 event, [this](auto& /*source*/) { closeFD(); }); in getFileHandle()
|
/openbmc/phosphor-led-manager/manager/ |
H A D | manager.hpp | 84 timer(event, [this](auto&) { driveLedsHandler(); }) in Manager() argument
|
/openbmc/phosphor-host-postd/test/ |
H A D | post_reporter_test.cpp | 43 auto slotcb = [](sd_bus*, sd_bus_slot** slot, auto&&...) { in TEST_F() argument
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | callback.hpp | 239 [this](auto& /* source */) { in operator ()()
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | manager.cpp | 146 [this](const std::string l_currStatus, const auto&) { in Manager() 150 [this](const auto&) { return m_vpdCollectionStatus; }); in Manager()
|