• Home
  • Raw
  • Download

Lines Matching refs:errMsg

174     std::string errMsg = ErrorCode2Str(ERR_LOG_LEVEL_INVALID) + "\n";  variable
175 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
199 std::string errMsg = ErrorCode2Str(ERR_INVALID_DOMAIN_STR) + "\n"; variable
200 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
224 std::string errMsg = ErrorCode2Str(ERR_TAG_STR_TOO_LONG) + "\n"; variable
225 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
255 std::string errMsg = ErrorCode2Str(ERR_INVALID_SIZE_STR) + "\n"; variable
256 EXPECT_EQ(GetCmdResultFromPopen(inValidStrCmd), errMsg);
302 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n"; variable
303 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
331 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n"; variable
332 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
373 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n"; variable
374 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
398 std::string errMsg = ErrorCode2Str(ERR_NOT_NUMBER_STR) + "\n"; variable
399 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
402 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
405 errMsg = ErrorCode2Str(ERR_COMMAND_INVALID) + "\n";
406 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
468 std::string errMsg = ErrorCode2Str(ERR_LOG_TYPE_INVALID) + "\n"; variable
469 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
517 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n"; variable
518 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
523 errMsg = ErrorCode2Str(ERR_FILE_NAME_TOO_LONG) + "\n";
524 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
527 errMsg = ErrorCode2Str(ERR_NOT_NUMBER_STR) + "\n";
528 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
531 errMsg = ErrorCode2Str(ERR_INVALID_SIZE_STR) + "\n";
532 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
535 errMsg = ErrorCode2Str(ERR_NOT_NUMBER_STR) + "\n";
536 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
565 std::string errMsg = ErrorCode2Str(ERR_REGEX_STR_TOO_LONG) + "\n"; variable
566 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
592 std::string errMsg = ErrorCode2Str(ERR_LOG_LEVEL_INVALID) + "\n"; variable
593 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
596 errMsg = ErrorCode2Str(ERR_TOO_MANY_ARGUMENTS) + "\n";
597 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
600 errMsg = ErrorCode2Str(ERR_DUPLICATE_OPTION) + "\n";
601 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
628 std::string errMsg = ErrorCode2Str(ERR_NOT_NUMBER_STR) + "\n"; variable
629 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
769 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n"; variable
770 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
773 errMsg = ErrorCode2Str(ERR_DUPLICATE_OPTION) + "\n";
774 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
777 errMsg = ErrorCode2Str(ERR_DUPLICATE_OPTION) + "\n";
778 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);