Home
last modified time | relevance | path

Searched refs:unary_call_async (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dfrontend_grpc.rs145 self.client.unary_call_async(&METHOD_FRONTEND_SERVICE_GET_VERSION, req, opt) in get_version_async_opt()
176 self.client.unary_call_async(&METHOD_FRONTEND_SERVICE_CREATE_DEVICE, req, opt) in create_device_async_opt()
207 self.client.unary_call_async(&METHOD_FRONTEND_SERVICE_DELETE_CHIP, req, opt) in delete_chip_async_opt()
237 self.client.unary_call_async(&METHOD_FRONTEND_SERVICE_PATCH_DEVICE, req, opt) in patch_device_async_opt()
264 self.client.unary_call_async(&METHOD_FRONTEND_SERVICE_RESET, req, opt) in reset_async_opt()
294 self.client.unary_call_async(&METHOD_FRONTEND_SERVICE_LIST_DEVICE, req, opt) in list_device_async_opt()
325 self.client.unary_call_async(&METHOD_FRONTEND_SERVICE_SUBSCRIBE_DEVICE, req, opt) in subscribe_device_async_opt()
356 self.client.unary_call_async(&METHOD_FRONTEND_SERVICE_PATCH_CAPTURE, req, opt) in patch_capture_async_opt()
386 self.client.unary_call_async(&METHOD_FRONTEND_SERVICE_LIST_CAPTURE, req, opt) in list_capture_async_opt()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dclient.rs41 block_on(self.unary_call_async(method, req, opt)?) in unary_call()
45 pub fn unary_call_async<Req, Resp>( in unary_call_async() method