Home
last modified time | relevance | path

Searched defs:errorStr (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/manager/
Ddump_implement.cpp295 std::string errorStr; in CmdParseWithParameter() local
342 std::string errorStr = unrecognizedError_ + optionName; in SetCmdParameter() local
496 std::string errorStr = unrecognizedError_ + optionName; in ParseCmdOptionForA() local
552 std::string errorStr = invalidError_ + str; in SetCmdIntegerParameter() local
771 std::string errorStr = unrecognizedError_; in CheckIncorrectCmdOption() local
789 void DumpImplement::SendErrorMessage(const std::string &errorStr) in SendErrorMessage()
/base/customization/enterprise_device_management/interfaces/kits/common/src/
Dnapi_edm_adapter.cpp146 MessageParcel &data, std::string &errorStr) in UserIdArgToData()
275 std::string errorStr; in JsObjectToData() local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dipc_stat_dumper.cpp45 void IPCStatDumper::SendErrorMessage(const std::string &errorStr) in SendErrorMessage()