Home
last modified time | relevance | path

Searched refs:SetServiceConfigJSON (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dclient_lb_end2end_test.cc1892 args.SetServiceConfigJSON( in TEST_F()
1909 args.SetServiceConfigJSON( in TEST_F()
2000 args.SetServiceConfigJSON( in TEST_F()
2025 args.SetServiceConfigJSON( in TEST_F()
2065 args.SetServiceConfigJSON( in TEST_F()
2076 args2.SetServiceConfigJSON( in TEST_F()
2141 args.SetServiceConfigJSON( in TEST_F()
2536 args.SetServiceConfigJSON( in TEST_F()
H A Dservice_config_end2end_test.cc242 args.SetServiceConfigJSON(ValidDefaultServiceConfig()); in BuildChannelWithDefaultServiceConfig()
253 args.SetServiceConfigJSON(InvalidDefaultServiceConfig()); in BuildChannelWithInvalidDefaultServiceConfig()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dchannel_arguments.h93 void SetServiceConfigJSON(const std::string& service_config_json);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dchannel_arguments.h93 void SetServiceConfigJSON(const std::string& service_config_json);
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/
H A Dchannel_arguments.h93 void SetServiceConfigJSON(const std::string& service_config_json);
/aosp_15_r20/external/grpc-grpc/examples/cpp/health/
H A Dhealth_client.cc126 args.SetServiceConfigJSON( in main()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/
Dchannel_arguments.cc166 void ChannelArguments::SetServiceConfigJSON( in SetServiceConfigJSON() function in grpc::ChannelArguments
/aosp_15_r20/external/grpc-grpc/src/cpp/common/
H A Dchannel_arguments.cc167 void ChannelArguments::SetServiceConfigJSON( in SetServiceConfigJSON() function in grpc::ChannelArguments
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dclient.cc237 arguments.SetServiceConfigJSON(service_config_json); in main()