Home
last modified time | relevance | path

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

/packages/services/Car/computepipe/runner/graph/
DGrpcGraph.cpp85 std::shared_ptr<::grpc::ChannelCredentials> creds = ::grpc::InsecureChannelCredentials(); in initialize() local
86 std::shared_ptr<::grpc::Channel> channel = ::grpc::CreateChannel(address, creds); in initialize()