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