Searched defs:errorStr (Results 1 – 4 of 4) sorted by relevance
311 std::string errorStr; in CmdParseWithParameter() local365 std::string errorStr = unrecognizedError_ + optionName; in SetCmdParameter() local582 std::string errorStr = unrecognizedError_ + optionName; in ParseCmdOptionForA() local638 std::string errorStr = invalidError_ + str; in SetCmdIntegerParameter() local882 std::string errorStr = unrecognizedError_; in CheckIncorrectCmdOption() local900 void DumpImplement::SendErrorMessage(const std::string &errorStr) in SendErrorMessage()
157 MessageParcel &data, std::string &errorStr) in UserIdArgToData()289 std::string errorStr; in JsObjectToData() local
45 void IPCStatDumper::SendErrorMessage(const std::string &errorStr) in SendErrorMessage()
631 char errorStr[] = "123ab123"; variable