Home
last modified time | relevance | path

Searched refs:grpcChannel (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/cmds/src/
Dmain.cpp165 auto grpcChannel = grpc::CreateChannel(serviceUri, grpc::InsecureChannelCredentials()); in GetProfilerServiceStub() local
166 if (grpcChannel == nullptr) { in GetProfilerServiceStub()
170 return IProfilerService::NewStub(grpcChannel); in GetProfilerServiceStub()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp154 … auto grpcChannel = grpc::CreateChannel("127.0.0.1:50051", grpc::InsecureChannelCredentials()); in GetProfilerServiceStub() local
155 if (grpcChannel == nullptr) { in GetProfilerServiceStub()
159 return IProfilerService::NewStub(grpcChannel); in GetProfilerServiceStub()