/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() 69 }, [this](const auto&) { return persistent; }); in __anon5e4599b80402() 83 }, [this](const auto&) { in __anon5e4599b80402() 102 [this](const auto&) { in __anon5e4599b80402() 130 [this](const auto&) { in __anon5e4599b80402() 155 }, [this](const auto&) { in __anon5e4599b80402() 172 }, [this](const auto&) { in __anon5e4599b80402() 192 }, [this](const auto&) { return name; }); in __anon5e4599b80402() 196 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() 277 }, [this](const auto&) { return persistency; }); in makeReportInterface() 281 [this](const auto&) { return readings; }); in makeReportInterface() 284 [this](const auto&) { return utils::enumToString(reportingType); }); in makeReportInterface() 302 }, [this](const auto&) { return readingParameters; }); in makeReportInterface() 305 [this](const auto&) { in makeReportInterface() 310 [this](const auto&) { return name; }); in makeReportInterface() 313 [this](const auto&) { in makeReportInterface() 333 }, [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 | 207 const auto [i2cbus, i2caddr] = getPsuI2c(bus, psuInventoryPath); getDevicePath() local [all...] |
/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 | 776 const auto [timestamp, readings] = getProperty<Readings>(sut->getPath(), in TEST_P() local 788 const auto [timestamp, readings] = getProperty<Readings>(sut->getPath(), in TEST_P() local 799 const auto [timestamp, readings] = getProperty<Readings>(sut->getPath(), in TEST_P() local 820 const auto [timestamp, readings] = getProperty<Readings>(sut->getPath(), in TEST_F() local 830 const auto [timestamp, readings] = getProperty<Readings>(sut->getPath(), in TEST_F() local 903 const auto [timestamp, readings] = getProperty<Readings>(sut->getPath(), in TEST_F() local 913 const auto [timestamp, readings] = getProperty<Readings>(sut->getPath(), in TEST_F() local
|
H A D | test_metric.cpp | 354 const auto [expectedTimestamp, in TEST_P() local 373 const auto [expectedTimestamp, in TEST_P() local
|
H A D | dbus_environment.hpp | 85 [](auto, const auto& value) { return value; }, 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 | 23 [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 | 135 [this](const std::string l_currStatus, const auto&) { in Manager() 139 [this](const auto&) { return m_vpdCollectionStatus; }); in Manager()
|