Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilogtool_test.cpp225 std::string errMsg = ErrorCode2Str(ERR_TAG_STR_TOO_LONG) + "\n";
401 std::string errMsg = ErrorCode2Str(ERR_NOT_NUMBER_STR) + "\n";
408 errMsg = ErrorCode2Str(ERR_COMMAND_INVALID) + "\n";
526 errMsg = ErrorCode2Str(ERR_FILE_NAME_TOO_LONG) + "\n";
530 errMsg = ErrorCode2Str(ERR_NOT_NUMBER_STR) + "\n";
534 errMsg = ErrorCode2Str(ERR_INVALID_SIZE_STR) + "\n";
538 errMsg = ErrorCode2Str(ERR_NOT_NUMBER_STR) + "\n";
599 errMsg = ErrorCode2Str(ERR_TOO_MANY_ARGUMENTS) + "\n";
603 errMsg = ErrorCode2Str(ERR_DUPLICATE_OPTION) + "\n";
776 errMsg = ErrorCode2Str(ERR_DUPLICATE_OPTION) + "\n";
[all …]
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp279 cerr << ErrorCode2Str(error) << endl; in PrintErr()
711 cout << "Set flow control by process to enabled, result: " << ErrorCode2Str(ret) << endl; in FlowControlFeatureSetHandler()
714 cout << "Set flow control by process to disabled, result: " << ErrorCode2Str(ret) << endl; in FlowControlFeatureSetHandler()
717 cout << "Set flow control by domain to enabled, result: " << ErrorCode2Str(ret) << endl; in FlowControlFeatureSetHandler()
720 cout << "Set flow control by domain to disabled, result: " << ErrorCode2Str(ret) << endl; in FlowControlFeatureSetHandler()
1131 cerr << ErrorCode2Str(ERR_COMMAND_INVALID) << endl; in HilogEntry()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_utils.h71 std::string ErrorCode2Str(int16_t errorCode);
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/
H A Dlibhilog.map59 "OHOS::HiviewDFX::ErrorCode2Str(short)";
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp146 string ErrorCode2Str(int16_t errorCode) in ErrorCode2Str() function