Home
last modified time | relevance | path

Searched defs:auto (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_functions.cpp162 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 Dtrigger.cpp54 [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 Dreport.cpp205 }, [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 Dreport_manager.cpp33 [](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 Dchassis_state_manager.hpp60 sdeventplus::Event::get_default(), [this](auto&) { pohCallback(); }, in __anonacea13680202() argument
61 std::chrono::hours{1}, std::chrono::minutes{1}) in __anonacea13680302()
H A Dscheduled_host_transition.hpp38 timer(event, [this](auto&) { callback(); }) in ScheduledHostTransition() argument
/openbmc/sdbusplus/example/
H A Dregister-property.cpp28 [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 Dget-all-properties.cpp30 [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 Dversion.cpp110 const auto [devicePath, type, fileName] = getVersionInfo(psuInventoryPath); in getVersionJson() local
138 const auto [i2cbus, i2caddr] = getPsuI2c(bus, psuInventoryPath); in getVersionDbus() local
H A Dmodel.cpp126 const auto [i2cBus, i2cAddr] = getPsuI2c(bus, psuInventoryPath); in getModelDbus() local
H A Dutils.cpp207 const auto [i2cbus, i2caddr] = getPsuI2c(bus, psuInventoryPath); getDevicePath() local
[all...]
/openbmc/phosphor-host-postd/
H A Dmain.cpp115 [&ioSource](auto&, auto) { in rateLimit() argument
/openbmc/telemetry/tests/src/
H A Dtest_report.cpp776 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 Dtest_metric.cpp354 const auto [expectedTimestamp, in TEST_P() local
373 const auto [expectedTimestamp, in TEST_P() local
H A Ddbus_environment.hpp85 [](auto, const auto& value) { return value; }, in waitForFuture() argument
/openbmc/sdbusplus/include/sdbusplus/test/
H A Dsdbus_mock.hpp170 auto slotcb = [](sd_bus*, sd_bus_slot** slot, auto&&...) { in SdBusMock() argument
/openbmc/telemetry/tests/src/stubs/
H A Ddbus_sensor_object.cpp23 [this](const auto&) { return value; }); in DbusSensorObject()
/openbmc/phosphor-power/power-sequencer/
H A Dpgood_monitor.cpp98 [this](auto&) { this->propertyChanged(); }); in startListening() argument
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Dpgood_monitor.cpp98 [this](auto&) { this->propertyChanged(); }); in startListening() argument
/openbmc/phosphor-led-manager/manager/lamptest/
H A Dlamptest.hpp41 timer(event, [this](auto&) { timeOutHandler(); }), manager(manager), in LampTest() argument
/openbmc/phosphor-debug-collector/
H A Ddump_entry.cpp59 event, [this](auto& /*source*/) { closeFD(); }); in getFileHandle()
/openbmc/phosphor-led-manager/manager/
H A Dmanager.hpp84 timer(event, [this](auto&) { driveLedsHandler(); }) in Manager() argument
/openbmc/phosphor-host-postd/test/
H A Dpost_reporter_test.cpp43 auto slotcb = [](sd_bus*, sd_bus_slot** slot, auto&&...) { in TEST_F() argument
/openbmc/phosphor-dbus-monitor/src/
H A Dcallback.hpp239 [this](auto& /* source */) { in operator ()()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dmanager.cpp135 [this](const std::string l_currStatus, const auto&) { in Manager()
139 [this](const auto&) { return m_vpdCollectionStatus; }); in Manager()

12