Home
last modified time | relevance | path

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

/openbmc/estoraged/include/
H A DgetConfig.hpp41 std::function<void(ManagedStorageType& resp)>&& callbackFunc) : in GetStorageConfiguration() argument
43 callback(std::move(callbackFunc)) in GetStorageConfiguration()
/openbmc/dbus-sensors/src/
H A DUtils.hpp249 std::function<void(ManagedObjectType& resp)>&& callbackFunc) : in GetSensorConfiguration()
251 callback(std::move(callbackFunc)) in GetSensorConfiguration()