Searched defs:ServerStreamingCall (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/php/tests/unit_tests/ |
H A D | CallInvokerTest.php | 103 public function ServerStreamingCall($channel, $method, $deserialize, $options) { function in CallInvokerUpdateChannel 133 public function ServerStreamingCall($channel, $method, $deserialize, $options) { function in CallInvokerChangeRequest
|
/aosp_15_r20/external/grpc-grpc/src/php/lib/Grpc/ |
H A D | ServerStreamingCall.php | 26 class ServerStreamingCall extends AbstractCall class
|
H A D | DefaultCallInvoker.php | 38 public function ServerStreamingCall($channel, $method, $deserialize, $options) { function in Grpc\\DefaultCallInvoker
|
H A D | CallInvoker.php | 30 public function ServerStreamingCall($channel, $method, $deserialize, $options); function
|
/aosp_15_r20/external/pigweed/pw_rpc/ts/ |
H A D | call.ts | 332 export class ServerStreamingCall extends Call { class
|
/aosp_15_r20/external/pigweed/pw_rpc/py/pw_rpc/callback_client/ |
H A D | call.py | 299 class ServerStreamingCall(Call): class
|
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/ |
H A D | end2end_binder_transport_test.cc | 243 TEST_P(End2EndBinderTransportTest, ServerStreamingCall) { in TEST_P() argument
|