Home
last modified time | relevance | path

Searched refs:SetContactAccount (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H A Ddlp_file.h175 int32_t SetContactAccount(const std::string& contactAccount);
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file_manager.cpp356 result = filePtr->SetContactAccount(property.contactAccount); in SetDlpFileParams()
H A Ddlp_file.cpp322 int32_t DlpFile::SetContactAccount(const std::string& contactAccount) in SetContactAccount() function in OHOS::Security::DlpPermission::DlpFile
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_test.cpp553 ASSERT_EQ(DLP_PARSE_ERROR_VALUE_INVALID, testFile.SetContactAccount(""));
556 ASSERT_EQ(DLP_PARSE_ERROR_VALUE_INVALID, testFile.SetContactAccount(invalidAccount));
560 ASSERT_EQ(DLP_OK, testFile.SetContactAccount("testAccount"));