Home
last modified time | relevance | path

Searched refs:ServiceClient (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dservice_client.h25 class ServiceClient {
27 constexpr ServiceClient(const ServiceClient&) = default;
28 constexpr ServiceClient& operator=(const ServiceClient&) = default;
35 constexpr ServiceClient(Client& client, uint32_t channel_id) in ServiceClient() function
/external/rust/android-crates-io/crates/maybe-async/examples/
Dservice_client.rs28 pub struct ServiceClient; struct
34 impl InnerClient for ServiceClient { implementation
44 impl InnerClient for ServiceClient { implementation
54 impl ServiceClient { implementation
70 let _ = ServiceClient::create_bucket("bucket".to_owned()); in main()
76 let _ = ServiceClient::create_bucket("bucket".to_owned()).await; in main()
/external/pigweed/pw_rpc/ts/
Dclient.ts33 export class ServiceClient { class
66 services = new Map<string, ServiceClient>();
71 const serviceClient = new ServiceClient(client, this.channel, service);
82 service(serviceName: string): ServiceClient | undefined {
/external/pigweed/pw_transfer/ts/
Dclient.ts20 ServiceClient,
73 private service: ServiceClient,
Dtransfer_test.ts22 ServiceClient,
41 let service: ServiceClient;
/external/pigweed/ts/device/
Dindex.ts20 ServiceClient,
119 private mapServiceMethods(service: ServiceClient) {
/external/pigweed/pw_rpc/py/pw_rpc/
Dclient.py262 class ServiceClient(descriptors.ServiceAccessor): class
290 class Services(descriptors.ServiceAccessor[ServiceClient]):
297 {s: ServiceClient(client_impl, channel, s) for s in services},
/external/aws-sdk-java-v2/docs/design/core/tokenauth/
DREADME.md121 ServiceClient.builder()
163 ServiceClient.builder()