Searched refs:contactAccount_ (Results 1 – 3 of 3) sorted by relevance
1870 testFile.contactAccount_ = "aa";1926 testFile.contactAccount_ = "aa";1985 testFile.contactAccount_ = "aa";2044 testFile.contactAccount_ = "aa";2104 testFile.contactAccount_ = "aa";2164 testFile.contactAccount_ = "aa";2215 testFile.contactAccount_ = "aa";2257 testFile.contactAccount_ = "aa";2313 testFile.contactAccount_ = "aa";2348 testFile.contactAccount_ = "aa";[all …]
328 contactAccount_ = contactAccount; in SetContactAccount()465 contactAccount_ = params.contactAccount; in ParseDlpInfo()649 contactAccount_ = std::string(tmpBuf, tmpBuf + head_.contactAccountSize); in ParseDlpHeaderInRaw()821 if (write(tmpFile, contactAccount_.c_str(), contactAccount_.size()) != in WriteHeadAndCert()822 static_cast<int32_t>(contactAccount_.size())) { in WriteHeadAndCert()1095 SetDlpGeneralInfo(head_.offlineAccess, contactAccount_, hmacStr, head_.version, ja); in AddGeneralInfoToBuff()1189 if (write(dlpFd_, contactAccount_.c_str(), contactAccount_.size()) != in GenFileInRaw()1190 static_cast<int32_t>(contactAccount_.size())) { in GenFileInRaw()
178 contactAccount = contactAccount_; in GetContactAccount()256 std::string contactAccount_; variable