Home
last modified time | relevance | path

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

/system/security/provisioner/support/
Drkpd_client.cpp201 auto rpcKeyFuture = getRpcKeyFuture(rpc, keyId); in getRpcKey() local
202 if (!rpcKeyFuture) { in getRpcKey()
208 if (rpcKeyFuture->wait_for(timeout) != std::future_status::ready) { in getRpcKey()
213 return rpcKeyFuture->get(); in getRpcKey()