Searched refs:targetRpcId (Results 1 – 1 of 1) sorted by relevance
62 std::optional<String16> findRpcNameById(std::string_view targetRpcId) { in findRpcNameById() argument74 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() local86 if (!targetRpcId) { in getRpcName()89 return findRpcNameById(*targetRpcId); in getRpcName()