Searched refs:testCredentialType (Results 1 – 4 of 4) sorted by relevance
34 std::string testCredentialType(fuzzData.GenerateRandomString()); in DeleteAccountCredentialFuzzTest() local35 result = AppAccountManager::DeleteAccountCredential(testName, testCredentialType); in DeleteAccountCredentialFuzzTest()
35 std::string testCredentialType(fuzzData.GenerateRandomString()); in GetAccountCredentialFuzzTest() local37 … result = AppAccountManager::GetAccountCredential(testName, testCredentialType, testCredential); in GetAccountCredentialFuzzTest()
34 std::string testCredentialType(fuzzData.GenerateRandomString()); in SetAccountCredentialFuzzTest() local36 … result = AppAccountManager::SetAccountCredential(testName, testCredentialType, testCredential); in SetAccountCredentialFuzzTest()
1892 std::string testCredentialType = ""; variable1894 testCredentialType += 'c';1896 options.credentialType = testCredentialType;