Home
last modified time | relevance | path

Searched refs:ErrorCode2Str (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hilog/test/unittest/common/
Dhilogtool_test.cpp176 std::string errMsg = ErrorCode2Str(ERR_LOG_LEVEL_INVALID) + "\n";
201 std::string errMsg = ErrorCode2Str(ERR_INVALID_DOMAIN_STR) + "\n";
226 std::string errMsg = ErrorCode2Str(ERR_TAG_STR_TOO_LONG) + "\n";
257 std::string errMsg = ErrorCode2Str(ERR_INVALID_SIZE_STR) + "\n";
304 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n";
333 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n";
375 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n";
400 std::string errMsg = ErrorCode2Str(ERR_NOT_NUMBER_STR) + "\n";
407 errMsg = ErrorCode2Str(ERR_COMMAND_INVALID) + "\n";
470 std::string errMsg = ErrorCode2Str(ERR_LOG_TYPE_INVALID) + "\n";
[all …]
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp270 cerr << ErrorCode2Str(error) << endl; in PrintErr()
700 cout << "Set flow control by process to enabled, result: " << ErrorCode2Str(ret) << endl; in FlowControlFeatureSetHandler()
703 cout << "Set flow control by process to disabled, result: " << ErrorCode2Str(ret) << endl; in FlowControlFeatureSetHandler()
706 cout << "Set flow control by domain to enabled, result: " << ErrorCode2Str(ret) << endl; in FlowControlFeatureSetHandler()
709 cout << "Set flow control by domain to disabled, result: " << ErrorCode2Str(ret) << endl; in FlowControlFeatureSetHandler()
1055 cerr << ErrorCode2Str(ERR_COMMAND_INVALID) << endl; in HilogEntry()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_utils.h71 std::string ErrorCode2Str(int16_t errorCode);
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp145 string ErrorCode2Str(int16_t errorCode) in ErrorCode2Str() function