Searched refs:credential_type (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/test/cpp/qps/ |
D | driver.h | 35 const grpc::string& credential_type, bool run_inproc, 38 bool RunQuit(const grpc::string& credential_type);
|
D | driver.cc | 201 const grpc::string& credential_type, bool run_inproc, in RunScenario() argument 242 local_workers.emplace_back(new QpsWorker(driver_port, 0, credential_type)); in RunScenario() 281 credential_type, &channel_args))); in RunScenario() 340 credential_type, &channel_args))); in RunScenario() 532 bool RunQuit(const grpc::string& credential_type) { in RunQuit() argument 544 credential_type, &channel_args))); in RunQuit()
|
D | qps_worker.h | 42 const grpc::string& credential_type);
|
D | worker.cc | 35 DEFINE_string(credential_type, grpc::testing::kInsecureCredentialsType,
|
D | qps_worker.cc | 272 const grpc::string& credential_type) { in QpsWorker() argument 282 GetCredentialsProvider()->GetServerCredentials(credential_type)); in QpsWorker()
|
D | qps_json_driver.cc | 66 DEFINE_string(credential_type, grpc::testing::kInsecureCredentialsType,
|
/external/grpc-grpc/test/cpp/util/ |
D | create_test_channel.cc | 144 const grpc::string& server, const grpc::string& credential_type, in CreateTestChannel() argument 148 testing::GetCredentialsProvider()->GetChannelCredentials(credential_type, in CreateTestChannel()
|
D | create_test_channel.h | 60 const grpc::string& server, const grpc::string& credential_type,
|