Searched refs:ServiceClient (Results 1 – 8 of 8) sorted by relevance
/external/pigweed/pw_rpc/public/pw_rpc/internal/ |
D | service_client.h | 25 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/ |
D | service_client.rs | 28 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/ |
D | client.ts | 33 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/ |
D | client.ts | 20 ServiceClient, 73 private service: ServiceClient,
|
D | transfer_test.ts | 22 ServiceClient, 41 let service: ServiceClient;
|
/external/pigweed/ts/device/ |
D | index.ts | 20 ServiceClient, 119 private mapServiceMethods(service: ServiceClient) {
|
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | client.py | 262 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/ |
D | README.md | 121 ServiceClient.builder() 163 ServiceClient.builder()
|