Home
last modified time | relevance | path

Searched refs:errorStr (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp277 std::string errorStr; in CmdParseWithParameter() local
278 if (!opts.CheckOptions(errorStr)) { in CmdParseWithParameter()
279 SendErrorMessage(invalidError_ + errorStr); in CmdParseWithParameter()
324 std::string errorStr = unrecognizedError_ + optionName; in SetCmdParameter() local
325 SendErrorMessage(errorStr); in SetCmdParameter()
463 std::string errorStr = unrecognizedError_ + optionName; in ParseCmdOptionForA() local
464 SendErrorMessage(errorStr); in ParseCmdOptionForA()
513 std::string errorStr = invalidError_ + str; in SetCmdIntegerParameter() local
514 SendErrorMessage(errorStr); in SetCmdIntegerParameter()
727 std::string errorStr in CheckIncorrectCmdOption() local
745 SendErrorMessage(const std::string &errorStr) SendErrorMessage() argument
[all...]
/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Dipc_stat_dumper.h46 void SendErrorMessage(const std::string &errorStr);
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dipc_stat_dumper.cpp45 void IPCStatDumper::SendErrorMessage(const std::string &errorStr) in SendErrorMessage() argument
56 SaveStringToFd(rawParamFd, errorStr + "\n"); in SendErrorMessage()
/base/hiviewdfx/hidumper/frameworks/native/include/manager/
H A Ddump_implement.h74 void SendErrorMessage(const std::string& errorStr);

Completed in 3 milliseconds