Home
last modified time | relevance | path

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

/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerkeepsession_fuzzer/
Dprofilerkeepsession_fuzzer.cpp37 profilerService->KeepSession(serverContext.get(), &request, response.get()); in ProfilerKeepSessionFuzzTest()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp323 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 …]
Dprofiler_service_test.cpp1219 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/
Dprofiler_service.proto43 rpc KeepSession(KeepSessionRequest) returns (KeepSessionResponse); rpc
Dprofiler_service_types.proto124 // for KeepSession
/developtools/profiler/host/smartperf/ide/src/trace/proto/
Dprofiler_service.proto46 rpc KeepSession(KeepSessionRequest) returns (KeepSessionResponse); rpc
Dprofiler_service_types.proto120 // for KeepSession
/developtools/smartperf_host/ide/src/trace/proto/
Dprofiler_service.proto46 rpc KeepSession(KeepSessionRequest) returns (KeepSessionResponse); rpc
Dprofiler_service_types.proto120 // for KeepSession
/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/
Dprofiler_service.proto43 rpc KeepSession(KeepSessionRequest) returns (KeepSessionResponse); rpc
Dprofiler_service_types.proto123 // for KeepSession
/developtools/smartperf_host/trace_streamer/src/protos/services/
Dprofiler_service.proto43 rpc KeepSession(KeepSessionRequest) returns (KeepSessionResponse); rpc
Dprofiler_service_types.proto123 // for KeepSession
/developtools/profiler/device/services/profiler_service/include/
Dprofiler_service.h73 ::grpc::Status KeepSession(::grpc::ServerContext* context,
/developtools/profiler/device/cmds/src/
Dmain.cpp285 profilerStub->KeepSession(&keepContext, keepRequest, &keepResponse); in DoCapture()
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp628 ::grpc::Status ProfilerService::KeepSession(::grpc::ServerContext* context, in KeepSession() function in ProfilerService