Home
last modified time | relevance | path

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

/system/bt/gd/cert/
Dlogging_client_interceptor.py59 class LoggingClientInterceptor(grpc.UnaryUnaryClientInterceptor, grpc.UnaryStreamClientInterceptor): class
Dgd_device.py42 from cert.logging_client_interceptor import LoggingClientInterceptor
231 …self.grpc_channel = grpc.intercept_channel(self.grpc_channel, LoggingClientInterceptor(self.label))