Home
last modified time | relevance | path

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

/openbmc/sdbusplus/example/
H A Dregister-property.cpp75 void asyncReadProperties() in asyncReadProperties() function in Application
132 boost::asio::post(ioc_, [this] { asyncReadProperties(); }); in asyncChangeProperty()
173 boost::asio::post(ioc, [&app] { app.asyncReadProperties(); }); in main()