[rpc_binder] Rename existing rpc_server to vsock_rpc_server
Bug: 253199844
Test: atest MicrodroidTests MicrodroidBenchmarks
Change-Id: Ifa612724276347abe1faba0df96b6e2d32d31ca6
diff --git a/tests/testapk/src/native/testbinary.cpp b/tests/testapk/src/native/testbinary.cpp
index 003aca8..9ba0619 100644
--- a/tests/testapk/src/native/testbinary.cpp
+++ b/tests/testapk/src/native/testbinary.cpp
@@ -121,8 +121,8 @@
abort();
}
};
- if (!RunRpcServerCallback(testService->asBinder().get(), testService->SERVICE_PORT, callback,
- nullptr)) {
+ if (!RunVsockRpcServerCallback(testService->asBinder().get(), testService->SERVICE_PORT,
+ callback, nullptr)) {
return Error() << "RPC Server failed to run";
}