/openbmc/openpower-pnor-code-mgmt/test/ |
H A D | test_functions.cpp | 162 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 362 auto errorCallback = [&errorCallbackCalled](const auto&, auto&) { in TEST() argument 384 auto callback = [&callbackCalled](const auto&, const auto&, const auto&) { in TEST() 387 auto errorCallback = [&errorCallbackCalled](const auto&, auto&) { in TEST() argument 409 auto callback = [&called](const auto&, const auto&, const auto&) { in TEST() 434 auto errorCallback = [&called](const auto&, auto&) { called = true; }; in TEST() argument [all …]
|
/openbmc/telemetry/src/ |
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() 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() 341 [this](const auto&) { return appendLimit; }); in makeReportInterface() 348 }, [this](const auto&) { return utils::enumToString(reportUpdates); }); in makeReportInterface() [all …]
|
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() 100 }, [this](const auto&) { in __anon5e4599b80402() 117 }, [this](const auto&) { in __anon5e4599b80402() 137 }, [this](const auto&) { return name; }); in __anon5e4599b80402() 141 sdbusplus::vtable::property_::const_, [this](const auto&) { in __anon5e4599b80402()
|
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-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 | 167 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/witherspoon-pfault-analysis/power-sequencer/ |
H A D | pgood_monitor.cpp | 98 [this](auto&) { this->propertyChanged(); }); in startListening() argument
|
/openbmc/phosphor-power/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/phosphor-inventory-manager/ |
H A D | functor.hpp | 116 return [=](auto&, auto& m) { m.createObjects(objs); }; in createObjects() argument
|
/openbmc/phosphor-host-ipmid/ |
H A D | sensorhandler.cpp | 156 auto& /*msg*/) { fillSensorIdServiceMap(obj, intf, id); })); in initSensorMatches() 161 [id = s.first](auto& /*msg*/) { in initSensorMatches()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | repository.cpp | 735 [](const auto& /*pel*/) { return true; }}; in removePELs()
|
/openbmc/linux/include/linux/mfd/ |
H A D | adp5520.h | 109 #define BL_CTRL_VAL(law, auto) (((1 & (auto)) << 3) | ((0x3 & (law)) << 4)) argument
|