Searched refs:rpc_ (Results 1 – 3 of 3) sorted by relevance
41 rpc_ = android::waitForService<IRemotelyProvisionedComponent>(rpcName); in SetUp()42 ASSERT_NE(rpc_, nullptr); in SetUp()45 sp<IRemotelyProvisionedComponent> rpc_; member in RkpdClientTest49 std::optional<RemotelyProvisionedKey> key = getRpcKey(rpc_, /*keyId=*/0); in TEST_P()
58 status = hal_->getRemotelyProvisionedComponent(&rpc_); in init()186 std::optional<RemotelyProvisionedKey> key = getRpcKey(rpc_, callingUid); in setRemotelyProvisionedAttestationKey()
77 sp<IRemotelyProvisionedComponent> rpc_; variable