Lines Matching refs:errMsg
24 void ReportInitResourceManagerFail(const std::string& bundleName, const std::string& errMsg) in ReportInitResourceManagerFail() argument
29 "ERROR_MSG", errMsg); in ReportInitResourceManagerFail()
32 ret, bundleName.c_str(), errMsg.c_str()); in ReportInitResourceManagerFail()
36 void ReportGetResourceByIdFail(int32_t resId, const std::string& result, const std::string& errMsg) in ReportGetResourceByIdFail() argument
42 "ERROR_MSG", errMsg); in ReportGetResourceByIdFail()
45 ret, resId, result.c_str(), errMsg.c_str()); in ReportGetResourceByIdFail()
49 …esourceByNameFail(const std::string& resName, const std::string& result, const std::string& errMsg) in ReportGetResourceByNameFail() argument
55 "ERROR_MSG", errMsg); in ReportGetResourceByNameFail()
58 ret, resName.c_str(), result.c_str(), errMsg.c_str()); in ReportGetResourceByNameFail()
62 void ReportAddResourcePathFail(const char* resourcePath, const std::string& errMsg) in ReportAddResourcePathFail() argument
67 "ERROR_MSG", errMsg); in ReportAddResourcePathFail()
70 ret, resourcePath, errMsg.c_str()); in ReportAddResourcePathFail()