Home
last modified time | relevance | path

Searched refs:getDescription (Results 1 – 10 of 10) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_ndk_versioned_interface.cpp46 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()
Daidl_test_client_ndk_loggable_interface.cpp55 EXPECT_TRUE(status.isOk()) << status.getDescription(); in TEST_F()
/system/security/keystore/
Dkeystore_cli_v2.cpp115 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 …]
/system/libvintf/analyze_matrix/
Danalyze_matrix.cpp50 std::set<std::string> getDescription(const CompatibilityMatrix& mat, F descriptionFn, in getDescription() function
144 getDescription(*mat, &MatrixInstance::interfaceDescription, FLAGS_requirement); in main()
157 auto instances = getDescription(*mat, &MatrixInstance::description, FLAGS_requirement); in main()
/system/hardware/interfaces/wifi/keystore/1.0/default/test/
DWifiLegacyKeystoreIntegrationTest.cpp162 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()
/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
DVtsHalWifiKeystoreV1_0TargetTest.cpp121 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()
/system/update_engine/stable/
Dupdate_engine_stable_client.cc135 LOG(ERROR) << "Cannot apply payload: " << status.getDescription(); in Run()
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp146 LOG(ERROR) << AT << "Keystore 2.0 getKeyEntry failed error: " << rc.getDescription(); in keyStore2GetCert()
314 << "\": " << rc.getDescription(); in getLegacyKeystoreBlob()
/system/security/identity/
DCredential.cpp203 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()
/system/vold/
DIdleMaint.cpp387 &ndk::ScopedAStatus::getDescription); in runDevGc()