Searched refs:functor (Results 1 – 12 of 12) sorted by relevance
/openbmc/telemetry/src/utils/ |
H A D | ensure.hpp | 15 Ensure(U&& functor) : functor(std::forward<U>(functor)) in Ensure() 18 Ensure(F functor) : functor(std::move(functor)) {} in Ensure() 32 functor = std::move(other); in operator =() 41 functor = std::nullopt; in operator =() 49 return static_cast<bool>(functor); in operator bool() 55 if (functor) in call() 57 (*functor)(); in call() 61 std::optional<F> functor; member
|
H A D | unique_call.hpp | 16 void operator()(Functor&& functor, Args&&... args) in operator ()() argument 22 functor(std::move(l), std::forward<Args>(args)...); in operator ()()
|
/openbmc/phosphor-net-ipmid/ |
H A D | command_table.hpp | 55 CommandFunctor functor; member 172 NetIpmidEntry(CommandID command, CommandFunctor functor, in NetIpmidEntry() argument 174 Entry(command, privilege), functor(functor), sessionless(sessionless) in NetIpmidEntry() 198 CommandFunctor functor; member in command::NetIpmidEntry
|
H A D | sol_module.cpp | 51 iter.command, iter.functor, iter.privilege, iter.sessionless)); in registerCommands()
|
H A D | comm_module.cpp | 68 iter.command, iter.functor, iter.privilege, iter.sessionless)); in sessionSetupCommands()
|
H A D | command_table.cpp | 158 return functor(commandData, handler); in executeCommand()
|
/openbmc/telemetry/tests/src/ |
H A D | dbus_environment.hpp | 37 static void synchronizedPost(Functor&& functor) in synchronizedPost() argument 39 boost::asio::post(ioc, std::forward<Functor>(functor)); in synchronizedPost()
|
/openbmc/phosphor-inventory-manager/ |
H A D | functor.cpp | 31 namespace functor namespace
|
H A D | meson.build | 121 'functor.cpp',
|
H A D | functor.hpp | 94 namespace functor namespace
|
/openbmc/phosphor-inventory-manager/test/ |
H A D | meson.build | 27 '../functor.cpp',
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |