Lines Matching refs:this
4 * you may not use this file except in compliance with the License.
55 std::string compareInfo = this->sourceDeviceId_ + this->sourceBundleName_ + this->sinkDeviceId_ +
56 this->sinkBundleName_;
64 std::string compareInfo = this->sourceDeviceId_ + this->sourceBundleName_ + this->sinkDeviceId_ +
65 this->sinkBundleName_;
73 return "SrcDevId: " + GetAnonymStr(this->sourceDeviceId_) + " " +
74 "SrcBundle: " + this->sourceBundleName_ + " " +
75 "DstDevId: "+ GetAnonymStr(this->sinkDeviceId_) + " " +
76 "DstBundle: " + this->sinkBundleName_ + " " +
77 "ContiType: " + this->continueType_;
82 return "SrcDevId: " + GetAnonymStr(this->sourceDeviceId_) + " " +
83 "SrcBundle: " + this->sourceBundleName_ + " " +
84 "DstDevId: "+ GetAnonymStr(this->sinkDeviceId_) + " " +
85 "DstBundle: " + this->sinkBundleName_ + " " +
86 "ContiType: " + this->continueType_ + " " +
87 "MissionId: " + std::to_string(this->missionId_);