Home
last modified time | relevance | path

Searched defs:SetReturnStatus (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dpre_stop_hook_server.cc73 void SetReturnStatus(const Status& status) { in SetReturnStatus() function in grpc::testing::PreStopHookServer
156 ServerUnaryReactor* HookServiceImpl::SetReturnStatus( in SetReturnStatus() function in grpc::testing::HookServiceImpl
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
H A DHookServiceStub.php52 public function SetReturnStatus( function in Grpc\\Testing\\HookServiceStub
H A DHookServiceClient.php61 public function SetReturnStatus(\Grpc\Testing\SetReturnStatusRequest $argument, function in Grpc\\Testing\\HookServiceClient
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Dtest.proto100 rpc SetReturnStatus(SetReturnStatusRequest) returns (grpc.testing.Empty); rpc