Lines Matching refs:retStr
512 std::string retStr;
517 retStr = attachment.GetAttachmentFilePath();
518 EXPECT_STREQ(retStr.c_str(), pathName.c_str());
525 retStr = attachment.GetContentId();
526 EXPECT_STREQ(retStr.c_str(), "<0000>");
531 retStr = attachment.GetContentLocation();
532 EXPECT_STREQ(retStr.c_str(), "SetContentLocation");
537 retStr = attachment.GetContentDisposition();
538 EXPECT_STREQ(retStr.c_str(), "attachment");
543 retStr = attachment.GetFileName();
544 EXPECT_STREQ(retStr.c_str(), fileName.c_str());
546 retStr = attachment.GetFileName();
547 EXPECT_STRNE(retStr.c_str(), fileName.c_str());
560 std::string retStr;
566 retStr = attachment.GetContentTransferEncoding();
567 EXPECT_STREQ(retStr.c_str(), "SetContentTransferEncoding");
590 retStr = attachment1.GetContentType();
591 EXPECT_STREQ(retStr.c_str(), "application/smil");