Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/
DGRPCVehicleHardwareUnitTest.cpp184 TEST_F(GRPCVehicleHardwareMockServerUnitTest, Unsubscribe) { in TEST_F() argument
189 EXPECT_CALL(*mGrpcStub, Unsubscribe(_, _, _)) in TEST_F()
203 EXPECT_CALL(*mGrpcStub, Unsubscribe(_, _, _)) in TEST_F()
212 EXPECT_CALL(*mGrpcStub, Unsubscribe(_, _, _)) in TEST_F()
224 EXPECT_CALL(*mGrpcStub, Unsubscribe(_, _, _)) in TEST_F()
DGRPCVehicleProxyServerUnitTest.cpp222 TEST(GRPCVehicleProxyServerUnitTest, Unsubscribe) { in TEST() argument
235 auto grpcStatus = server.Unsubscribe(&context, &request, &returnStatus); in TEST()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/proto/
DVehicleServer.proto48 rpc Unsubscribe(UnsubscribeRequest) returns (VehicleHalCallStatus) {} rpc
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.h63 ::grpc::Status Unsubscribe(::grpc::ServerContext* context,
DGRPCVehicleHardware.cpp215 auto grpc_status = mGrpcStub->Unsubscribe(&context, request, &protoStatus); in unsubscribe()
DGRPCVehicleProxyServer.cpp178 ::grpc::Status GrpcVehicleProxyServer::Unsubscribe(::grpc::ServerContext* context, in Unsubscribe() function in android::hardware::automotive::vehicle::virtualization::GrpcVehicleProxyServer