Home
last modified time | relevance | path

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

/system/security/provisioner/support/
Drkpd_client.cpp62 std::optional<String16> findRpcNameById(std::string_view targetRpcId) { in findRpcNameById() argument
74 if (*rpcId == targetRpcId) { in findRpcNameById()
79 LOG(ERROR) << "Remotely provisioned component with given unique ID: " << targetRpcId in findRpcNameById()
85 std::optional<std::string> targetRpcId = getRpcId(rpc); in getRpcName() local
86 if (!targetRpcId) { in getRpcName()
89 return findRpcNameById(*targetRpcId); in getRpcName()