Searched refs:SetContactAccount (Results 1 – 4 of 4) sorted by relevance
175 int32_t SetContactAccount(const std::string& contactAccount);
356 result = filePtr->SetContactAccount(property.contactAccount); in SetDlpFileParams()
322 int32_t DlpFile::SetContactAccount(const std::string& contactAccount) in SetContactAccount() function in OHOS::Security::DlpPermission::DlpFile
553 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"));