Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/test/unittest/common/
Dhilogtool_test.cpp174 std::string errMsg = ErrorCode2Str(ERR_LOG_LEVEL_INVALID) + "\n";
199 std::string errMsg = ErrorCode2Str(ERR_INVALID_DOMAIN_STR) + "\n";
224 std::string errMsg = ErrorCode2Str(ERR_TAG_STR_TOO_LONG) + "\n";
255 std::string errMsg = ErrorCode2Str(ERR_INVALID_SIZE_STR) + "\n";
302 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n";
331 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n";
373 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n";
398 std::string errMsg = ErrorCode2Str(ERR_NOT_NUMBER_STR) + "\n";
405 errMsg = ErrorCode2Str(ERR_COMMAND_INVALID) + "\n";
468 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/interfaces/native/innerkits/
Dlibhilog.map58 "OHOS::HiviewDFX::ErrorCode2Str(short)";
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp145 string ErrorCode2Str(int16_t errorCode) in ErrorCode2Str() function