Searched refs:setRequestedNamespaces (Results 1 – 11 of 11) 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
412 void setRequestedNamespaces(in RequestNamespace[] requestNamespaces); in setRequestedNamespaces() method
74 ndk::ScopedAStatus setRequestedNamespaces(
263 ndk::ScopedAStatus IdentityCredential::setRequestedNamespaces( in setRequestedNamespaces() function in aidl::android::hardware::identity::IdentityCredential
412 credential->setRequestedNamespaces(requestedNamespaces); in TEST_P()507 credential->setRequestedNamespaces({}); // OK to fail, not available in v1 HAL in TEST_P()553 credential->setRequestedNamespaces({emptyRequestNS}); // OK to fail, not available in v1 HAL in TEST_P()758 ASSERT_TRUE(credential->setRequestedNamespaces(requestedNamespaces).isOk()); 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()