Home
last modified time | relevance | path

Searched refs:dumpCmdSs (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hidumper/client/native/
H A Ddump_client_main.cpp89 std::stringstream dumpCmdSs; in SetCmdArgs() local
92 dumpCmdSs << std::string(argv[i]) << " "; in SetCmdArgs()
97 dumpCmdSs.str().c_str(), calllingUid, calllingPid); in SetCmdArgs()
/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_service.cpp421 std::stringstream dumpCmdSs; in GetIdleRequest() local
423 dumpCmdSs << std::string(argV[i]) << " "; in GetIdleRequest()
426 dumpCmdSs.str().c_str(), requestIt.second->GetUid(), requestIt.second->GetPid()); in GetIdleRequest()
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp157 std::stringstream dumpCmdSs; in CmdParse() local
178 dumpCmdSs << argv[i] << " "; in CmdParse()
190 if (dumpCmdSs.str().length() > 0) { in CmdParse()
191 ReportCmdUsage(opts, dumpCmdSs.str().substr(0, dumpCmdSs.str().length() - 1)); in CmdParse()

Completed in 3 milliseconds