Searched refs:setRequestedNamespaces (Results 1 – 10 of 10) sorted by relevance
30 void setRequestedNamespaces(in android.hardware.identity.RequestNamespace[] requestNamespaces); in setRequestedNamespaces() method
49 void setRequestedNamespaces(in android.hardware.identity.RequestNamespace[] requestNamespaces); in setRequestedNamespaces() method
48 void setRequestedNamespaces(in android.hardware.identity.RequestNamespace[] requestNamespaces); in setRequestedNamespaces() method
393 void setRequestedNamespaces(in RequestNamespace[] requestNamespaces); in setRequestedNamespaces() method
412 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()
322 c->setRequestedNamespaces({rns}).isOk(); in retrieveData()565 c->setRequestedNamespaces({rns}).isOk(); in TEST_P()
229 credential_->setRequestedNamespaces({rns}).isOk(); in retrieveData()
71 ndk::ScopedAStatus setRequestedNamespaces(
203 ndk::ScopedAStatus IdentityCredential::setRequestedNamespaces( in setRequestedNamespaces() function in aidl::android::hardware::identity::IdentityCredential
408 Status status = halBinder_->setRequestedNamespaces(halRequestNamespaces); in getEntries()