Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/2/android/hardware/identity/
H A DIIdentityCredential.aidl30 void setRequestedNamespaces(in android.hardware.identity.RequestNamespace[] requestNamespaces); in setRequestedNamespaces() method
/aosp12/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/3/android/hardware/identity/
H A DIIdentityCredential.aidl49 void setRequestedNamespaces(in android.hardware.identity.RequestNamespace[] requestNamespaces); in setRequestedNamespaces() method
/aosp12/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/current/android/hardware/identity/
H A DIIdentityCredential.aidl48 void setRequestedNamespaces(in android.hardware.identity.RequestNamespace[] requestNamespaces); in setRequestedNamespaces() method
/aosp12/hardware/interfaces/identity/aidl/android/hardware/identity/
H A DIIdentityCredential.aidl393 void setRequestedNamespaces(in RequestNamespace[] requestNamespaces); in setRequestedNamespaces() method
/aosp12/hardware/interfaces/identity/aidl/vts/
H A DEndToEndTests.cpp412 credential->setRequestedNamespaces(requestedNamespaces); in TEST_P()
482 credential->setRequestedNamespaces({}); // OK to fail, not available in v1 HAL in TEST_P()
504 credential->setRequestedNamespaces({emptyRequestNS}); // OK to fail, not available in v1 HAL in TEST_P()
H A DReaderAuthTests.cpp322 c->setRequestedNamespaces({rns}).isOk(); in retrieveData()
565 c->setRequestedNamespaces({rns}).isOk(); in TEST_P()
H A DUserAuthTests.cpp229 credential_->setRequestedNamespaces({rns}).isOk(); in retrieveData()
/aosp12/hardware/interfaces/identity/aidl/default/common/
H A DIdentityCredential.h71 ndk::ScopedAStatus setRequestedNamespaces(
H A DIdentityCredential.cpp203 ndk::ScopedAStatus IdentityCredential::setRequestedNamespaces( in setRequestedNamespaces() function in aidl::android::hardware::identity::IdentityCredential
/aosp12/system/security/identity/
H A DCredential.cpp408 Status status = halBinder_->setRequestedNamespaces(halRequestNamespaces); in getEntries()