Searched refs:tArgs (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-snmp/ |
H A D | snmp.hpp | 18 void sendTrap(ArgTypes&&... tArgs) in sendTrap() argument 20 T obj(std::forward<ArgTypes>(tArgs)...); in sendTrap()
|
/openbmc/phosphor-networkd/src/ |
H A D | util.hpp | 101 void execute(stdplus::zstring_view path, ArgTypes&&... tArgs) in execute() argument 105 expandType args = {const_cast<char*>(tArgs)..., nullptr}; in execute()
|
/openbmc/phosphor-user-manager/ |
H A D | user_mgr.hpp | 92 std::vector<std::string> executeCmd(const char* path, ArgTypes&&... tArgs) in executeCmd() argument 96 boost::process::child execProg(path, const_cast<char*>(tArgs)..., in executeCmd()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | biosconfigcommands.cpp | 603 static int generateBIOSXMLFile(const char* path, ArgTypes&&... tArgs) in generateBIOSXMLFile() argument 605 boost::process::child execProg(path, const_cast<char*>(tArgs)..., in generateBIOSXMLFile()
|
H A D | firmware-update.cpp | 713 static int executeCmd(const char* path, ArgTypes&&... tArgs) in executeCmd() argument 715 boost::process::child execProg(path, const_cast<char*>(tArgs)...); in executeCmd()
|