Home
last modified time | relevance | path

Searched refs:rpc_ (Results 1 – 3 of 3) sorted by relevance

/system/security/provisioner/support/
Dtest.cpp41 rpc_ = android::waitForService<IRemotelyProvisionedComponent>(rpcName); in SetUp()
42 ASSERT_NE(rpc_, nullptr); in SetUp()
45 sp<IRemotelyProvisionedComponent> rpc_; member in RkpdClientTest
49 std::optional<RemotelyProvisionedKey> key = getRpcKey(rpc_, /*keyId=*/0); in TEST_P()
/system/security/identity/
DCredentialStore.cpp58 status = hal_->getRemotelyProvisionedComponent(&rpc_); in init()
186 std::optional<RemotelyProvisionedKey> key = getRpcKey(rpc_, callingUid); in setRemotelyProvisionedAttestationKey()
DCredentialStore.h77 sp<IRemotelyProvisionedComponent> rpc_; variable