| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilerdestroysession_fuzzer/ |
| D | profilerdestroysession_fuzzer.cpp | 37 profilerService->DestroySession(serverContext.get(), &request, response.get()); in ProfilerDestroySessionFuzzTest()
|
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | profiler_service_test.cpp | 136 grpc::Status DestroySession(uint32_t sessionId) in DestroySession() function in __anonb09dd57f0111::ProfilerServiceTest 143 return service_->DestroySession(context_.get(), &request, &response); in DestroySession() 506 EXPECT_NE(DestroySession(0).error_code(), grpc::StatusCode::OK); 521 EXPECT_EQ(DestroySession(sessionId).error_code(), grpc::StatusCode::OK); 536 EXPECT_EQ(DestroySession(sessionId).error_code(), grpc::StatusCode::OK); 583 EXPECT_EQ(DestroySession(sessionId).error_code(), grpc::StatusCode::OK); 607 auto status = service_->DestroySession(context_.get(), nullptr, response.get()); 610 status = service_->DestroySession(context_.get(), &request, nullptr); 613 status = service_->DestroySession(context_.get(), nullptr, nullptr); 634 auto status = service_->DestroySession(nullptr, &request, response.get()); [all …]
|
| D | profiler_service_performance_test.cpp | 360 …grpc::Status destroyStatus = profilerStub_->DestroySession(&destroyContext, destroyRequest, &destr… in DestroyPluginSession()
|
| /developtools/profiler/protos/services/ |
| D | profiler_service.proto | 40 rpc DestroySession(DestroySessionRequest) returns (DestroySessionResponse); rpc
|
| D | profiler_service_types.proto | 113 // for DestroySession
|
| /developtools/profiler/host/smartperf/ide/src/trace/proto/ |
| D | profiler_service.proto | 43 rpc DestroySession(DestroySessionRequest) returns (DestroySessionResponse); rpc
|
| D | profiler_service_types.proto | 109 // for DestroySession
|
| /developtools/smartperf_host/ide/src/trace/proto/ |
| D | profiler_service.proto | 43 rpc DestroySession(DestroySessionRequest) returns (DestroySessionResponse); rpc
|
| D | profiler_service_types.proto | 109 // for DestroySession
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/services/ |
| D | profiler_service.proto | 40 rpc DestroySession(DestroySessionRequest) returns (DestroySessionResponse); rpc
|
| D | profiler_service_types.proto | 112 // for DestroySession
|
| /developtools/smartperf_host/trace_streamer/src/protos/services/ |
| D | profiler_service.proto | 40 rpc DestroySession(DestroySessionRequest) returns (DestroySessionResponse); rpc
|
| D | profiler_service_types.proto | 112 // for DestroySession
|
| /developtools/profiler/device/services/profiler_service/include/ |
| D | profiler_service.h | 68 ::grpc::Status DestroySession(::grpc::ServerContext* context,
|
| /developtools/profiler/device/cmds/src/ |
| D | main.cpp | 253 …grpc::Status status = profilerStub->DestroySession(&destroyContext, destroyRequest, &destroyRespon… in CheckDestroySession()
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | profiler_service.cpp | 591 Status ProfilerService::DestroySession(ServerContext* context, in DestroySession() function in ProfilerService
|