Searched refs:grpcChannel (Results 1 – 2 of 2) sorted by relevance
165 auto grpcChannel = grpc::CreateChannel(serviceUri, grpc::InsecureChannelCredentials()); in GetProfilerServiceStub() local166 if (grpcChannel == nullptr) { in GetProfilerServiceStub()170 return IProfilerService::NewStub(grpcChannel); in GetProfilerServiceStub()
154 … auto grpcChannel = grpc::CreateChannel("127.0.0.1:50051", grpc::InsecureChannelCredentials()); in GetProfilerServiceStub() local155 if (grpcChannel == nullptr) { in GetProfilerServiceStub()159 return IProfilerService::NewStub(grpcChannel); in GetProfilerServiceStub()