Home
last modified time | relevance | path

Searched refs:contactAccount_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_test.cpp1870 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 …]
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file.cpp328 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()
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H A Ddlp_file.h178 contactAccount = contactAccount_; in GetContactAccount()
256 std::string contactAccount_; variable