Home
last modified time | relevance | path

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

/openbmc/phosphor-snmp/
H A Dsnmp.hpp18 void sendTrap(ArgTypes&&... tArgs) in sendTrap() argument
20 T obj(std::forward<ArgTypes>(tArgs)...); in sendTrap()
/openbmc/phosphor-networkd/src/
H A Dutil.hpp101 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 Duser_mgr.hpp92 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 Dbiosconfigcommands.cpp603 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 Dfirmware-update.cpp713 static int executeCmd(const char* path, ArgTypes&&... tArgs) in executeCmd() argument
715 boost::process::child execProg(path, const_cast<char*>(tArgs)...); in executeCmd()