Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/aidl/vts/
H A DVtsIWritableIdentityCredentialTests.cpp61 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()
83 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()
291 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()
379 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()
540 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()
604 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()
H A DEndToEndTests.cpp68 ASSERT_TRUE(credentialStore_->getHardwareInformation(&info).isOk()); in TEST_P()
186 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()
/aosp12/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/1/android/hardware/identity/
H A DIIdentityCredentialStore.aidl21 android.hardware.identity.HardwareInformation getHardwareInformation(); in getHardwareInformation() method
/aosp12/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/2/android/hardware/identity/
H A DIIdentityCredentialStore.aidl21 android.hardware.identity.HardwareInformation getHardwareInformation(); in getHardwareInformation() method
/aosp12/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/3/android/hardware/identity/
H A DIIdentityCredentialStore.aidl37 android.hardware.identity.HardwareInformation getHardwareInformation(); in getHardwareInformation() method
/aosp12/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/current/android/hardware/identity/
H A DIIdentityCredentialStore.aidl36 android.hardware.identity.HardwareInformation getHardwareInformation(); in getHardwareInformation() method
/aosp12/hardware/interfaces/identity/aidl/android/hardware/identity/
H A DIIdentityCredentialStore.aidl192 HardwareInformation getHardwareInformation(); in getHardwareInformation() method
/aosp12/hardware/interfaces/identity/aidl/default/common/
H A DIdentityCredentialStore.h41 ndk::ScopedAStatus getHardwareInformation(HardwareInformation* hardwareInformation) override;
H A DIdentityCredentialStore.cpp27 ndk::ScopedAStatus IdentityCredentialStore::getHardwareInformation( in getHardwareInformation() function in aidl::android::hardware::identity::IdentityCredentialStore
/aosp12/system/security/identity/
H A DCredentialStore.cpp39 Status status = hal_->getHardwareInformation(&hwInfo_); in init()