Home
last modified time | relevance | path

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

/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp657 struct LoggingInterceptor : public grpc::experimental::Interceptor { struct
659 explicit LoggingInterceptor(grpc::experimental::ServerRpcInfo* info) : info_(info) {} in LoggingInterceptor() function
680 return new LoggingInterceptor(info); in CreateServerInterceptor() argument