Searched refs:getDescription (Results 1 – 10 of 10) sorted by relevance
46 EXPECT_TRUE(status.isOk()) << status.getDescription(); in TEST_F()53 EXPECT_TRUE(status.isOk()) << status.getDescription(); in TEST_F()61 EXPECT_TRUE(status.isOk()) << status.getDescription(); in TEST_F()69 EXPECT_TRUE(status.isOk()) << status.getDescription(); in TEST_F()
55 EXPECT_TRUE(status.isOk()) << status.getDescription(); in TEST_F()
115 std::cerr << "Unable to get security level interface from Keystore: " << rc.getDescription(); in GetSecurityLevelInterface()240 std::cerr << "Failed to get key entry: " << rc.getDescription() << std::endl; in loadOrCreateAndVerifyEncryptionKey()259 std::cerr << "Failed to generate key: " << rc.getDescription() << std::endl; in loadOrCreateAndVerifyEncryptionKey()265 std::cerr << "Failed to get key entry (second try): " << rc.getDescription() in loadOrCreateAndVerifyEncryptionKey()293 std::cerr << "Failed to get HMAC key entry: " << rc.getDescription() << std::endl; in loadOrCreateAndVerifyAuthenticationKey()312 std::cerr << "Failed to generate HMAC key: " << rc.getDescription() << std::endl; in loadOrCreateAndVerifyAuthenticationKey()318 std::cerr << "Failed to get HMAC key entry (second try): " << rc.getDescription() in loadOrCreateAndVerifyAuthenticationKey()365 std::cerr << "Failed to begin encryption operation: " << rc.getDescription() << std::endl; in encryptWithAuthentication()373 std::cerr << "Failed to finish encryption operation: " << rc.getDescription() << std::endl; in encryptWithAuthentication()410 std::cerr << "Failed to begin signing operation: " << rc.getDescription() << std::endl; in encryptWithAuthentication()[all …]
50 std::set<std::string> getDescription(const CompatibilityMatrix& mat, F descriptionFn, in getDescription() function144 getDescription(*mat, &MatrixInstance::interfaceDescription, FLAGS_requirement); in main()157 auto instances = getDescription(*mat, &MatrixInstance::description, FLAGS_requirement); in main()
162 EXPECT_TRUE(outcome) << "Description: " << rc.getDescription(); in LegacyKeystoreRemove()177 EXPECT_TRUE(rc.isOk()) << "Description: " << rc.getDescription(); in LegacyKeystorePut()193 EXPECT_TRUE(rc.isOk()) << "Description: " << rc.getDescription(); in LegacyKeystoreGet()
121 cout << "deleteKey: failed binder call" << rc.getDescription() << endl; in deleteKey()171 cout << "generateKey: Failed to get security level: " << rc.getDescription() << endl; in generateKey()181 cout << "generateKey: Failed to generate key: " << rc.getDescription() << endl; in generateKey()
135 LOG(ERROR) << "Cannot apply payload: " << status.getDescription(); in Run()
146 LOG(ERROR) << AT << "Keystore 2.0 getKeyEntry failed error: " << rc.getDescription(); in keyStore2GetCert()314 << "\": " << rc.getDescription(); in getLegacyKeystoreBlob()
203 LOG(ERROR) << "Error getting tokens from keystore2: " << result.getDescription(); in getTokensFromKeystore2()207 LOG(INFO) << "Auth tokens were not received due to: " << result.getDescription(); in getTokensFromKeystore2()
387 &ndk::ScopedAStatus::getDescription); in runDevGc()