Searched refs:ErrorCode2Str (Results 1 – 5 of 5) sorted by relevance
225 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 …]
279 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()
71 std::string ErrorCode2Str(int16_t errorCode);
59 "OHOS::HiviewDFX::ErrorCode2Str(short)";
146 string ErrorCode2Str(int16_t errorCode) in ErrorCode2Str() function