| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilerkeepsession_fuzzer/ |
| D | profilerkeepsession_fuzzer.cpp | 37 profilerService->KeepSession(serverContext.get(), &request, response.get()); in ProfilerKeepSessionFuzzTest()
|
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | profiler_service_performance_test.cpp | 323 status = profilerStub_->KeepSession(&context, request, &ksResponse); in KeepPluginSession() 563 grpc::Status status = profilerStub_->KeepSession(&context, request, &ksResponse); in __anon11ccc4d00202() 695 grpc::Status status = profilerStub_->KeepSession(&context, request, &ksResponse); in __anon11ccc4d00402() 800 grpc::Status status = profilerStub_->KeepSession(&context, request, &ksResponse); in __anon11ccc4d00602() 889 grpc::Status status = profilerStub_->KeepSession(&context, request, &ksResponse); in __anon11ccc4d00802() 1037 grpc::Status status = profilerStub_->KeepSession(&context, request, &ksResponse); in __anon11ccc4d00a02() 1184 grpc::Status status = profilerStub_->KeepSession(&context, request, &ksResponse); in __anon11ccc4d00c02() 1318 grpc::Status status = profilerStub_->KeepSession(&context, request, &ksResponse); in __anon11ccc4d00e02() 1390 grpc::Status status = profilerStub_->KeepSession(&context, request, &ksResponse); in __anon11ccc4d00f02() 1461 grpc::Status status = profilerStub_->KeepSession(&context, request, &ksResponse); in __anon11ccc4d01002() [all …]
|
| D | profiler_service_test.cpp | 1219 auto status = service_->KeepSession(context_.get(), &request, &response); 1241 auto status = service_->KeepSession(context_.get(), &request, &response); 1264 auto status = service_->KeepSession(context_.get(), &request, &response); 1296 auto status = service_->KeepSession(context_.get(), &request, &response); 1328 auto status = service_->KeepSession(context_.get(), nullptr, &response); 1331 status = service_->KeepSession(context_.get(), &request, nullptr); 1354 auto status = service_->KeepSession(nullptr, &request, &response);
|
| /developtools/profiler/protos/services/ |
| D | profiler_service.proto | 43 rpc KeepSession(KeepSessionRequest) returns (KeepSessionResponse); rpc
|
| D | profiler_service_types.proto | 124 // for KeepSession
|
| /developtools/profiler/host/smartperf/ide/src/trace/proto/ |
| D | profiler_service.proto | 46 rpc KeepSession(KeepSessionRequest) returns (KeepSessionResponse); rpc
|
| D | profiler_service_types.proto | 120 // for KeepSession
|
| /developtools/smartperf_host/ide/src/trace/proto/ |
| D | profiler_service.proto | 46 rpc KeepSession(KeepSessionRequest) returns (KeepSessionResponse); rpc
|
| D | profiler_service_types.proto | 120 // for KeepSession
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/services/ |
| D | profiler_service.proto | 43 rpc KeepSession(KeepSessionRequest) returns (KeepSessionResponse); rpc
|
| D | profiler_service_types.proto | 123 // for KeepSession
|
| /developtools/smartperf_host/trace_streamer/src/protos/services/ |
| D | profiler_service.proto | 43 rpc KeepSession(KeepSessionRequest) returns (KeepSessionResponse); rpc
|
| D | profiler_service_types.proto | 123 // for KeepSession
|
| /developtools/profiler/device/services/profiler_service/include/ |
| D | profiler_service.h | 73 ::grpc::Status KeepSession(::grpc::ServerContext* context,
|
| /developtools/profiler/device/cmds/src/ |
| D | main.cpp | 285 profilerStub->KeepSession(&keepContext, keepRequest, &keepResponse); in DoCapture()
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | profiler_service.cpp | 628 ::grpc::Status ProfilerService::KeepSession(::grpc::ServerContext* context, in KeepSession() function in ProfilerService
|