Searched refs:getHardwareInformation (Results 1 – 10 of 10) sorted by relevance
61 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()
68 ASSERT_TRUE(credentialStore_->getHardwareInformation(&info).isOk()); in TEST_P()186 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()
21 android.hardware.identity.HardwareInformation getHardwareInformation(); in getHardwareInformation() method
37 android.hardware.identity.HardwareInformation getHardwareInformation(); in getHardwareInformation() method
36 android.hardware.identity.HardwareInformation getHardwareInformation(); in getHardwareInformation() method
192 HardwareInformation getHardwareInformation(); in getHardwareInformation() method
41 ndk::ScopedAStatus getHardwareInformation(HardwareInformation* hardwareInformation) override;
27 ndk::ScopedAStatus IdentityCredentialStore::getHardwareInformation( in getHardwareInformation() function in aidl::android::hardware::identity::IdentityCredentialStore
39 Status status = hal_->getHardwareInformation(&hwInfo_); in init()