| /developtools/profiler/device/plugins/api/test/unittest/ |
| D | plugin_module_test.cpp | 100 EXPECT_TRUE(plugin->StopSession()); 104 EXPECT_TRUE(plugin->StopSession()); 109 EXPECT_TRUE(plugin->StopSession()); 113 EXPECT_TRUE(plugin->StopSession()); 147 EXPECT_FALSE(plugin->StopSession());
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstopsession_fuzzer/ |
| D | profilerstopsession_fuzzer.cpp | 37 profilerService->StopSession(serverContext.get(), &request, response.get()); in ProfilerStopSessionFuzzTest()
|
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | profiler_service_test.cpp | 126 grpc::Status StopSession(uint32_t sessionId) in StopSession() function in __anon2e0976600111::ProfilerServiceTest 133 return service_->StopSession(context_.get(), &request, &response); in StopSession() 816 auto status = StopSession(0); 830 auto status = StopSession(sessionId); 848 auto status = StopSession(sessionId); 904 EXPECT_EQ(StopSession(sessionId).error_code(), grpc::StatusCode::OK); 929 auto status = service_->StopSession(context_.get(), nullptr, response.get()); 932 status = service_->StopSession(context_.get(), &request, nullptr); 935 status = service_->StopSession(context_.get(), nullptr, nullptr); 957 auto status = service_->StopSession(nullptr, &request, response.get()); [all …]
|
| D | profiler_service_performance_test.cpp | 366 … grpc::Status stopStatus = profilerStub_->StopSession(&stopContext, stopRequest, &stopResponse); in StopPluginSession()
|
| /developtools/profiler/device/plugins/api/src/ |
| D | plugin_module.h | 67 bool StopSession();
|
| D | plugin_manager.cpp | 170 if (!pluginModules_[index]->StopSession()) { in RemovePlugin() 346 if (!pluginModules_[id]->StopSession()) { in StopPluginSession()
|
| D | plugin_module.cpp | 234 bool PluginModule::StopSession() in StopSession() function in PluginModule
|
| /developtools/profiler/protos/services/ |
| D | profiler_service.proto | 37 rpc StopSession(StopSessionRequest) returns (StopSessionResponse); rpc
|
| D | profiler_service_types.proto | 102 // for StopSession
|
| /developtools/smartperf_host/trace_streamer/src/protos/services/ |
| D | profiler_service.proto | 37 rpc StopSession(StopSessionRequest) returns (StopSessionResponse); rpc
|
| D | profiler_service_types.proto | 101 // for StopSession
|
| /developtools/hdc/src/host/ |
| D | host_uart.h | 44 void StopSession(HSession hSession) override;
|
| D | host_uart.cpp | 687 void HdcHostUART::StopSession(HSession hSession) in EnumSerialPort() function in Hdc::HdcHostUART 716 HdcUARTBase::StopSession(hSession); in EnumSerialPort()
|
| /developtools/profiler/device/services/profiler_service/include/ |
| D | profiler_service.h | 64 ::grpc::Status StopSession(::grpc::ServerContext* context,
|
| /developtools/hdc/test/unittest/common/ |
| D | host_uart_test.cpp | 804 HWTEST_F(HdcHostUARTTest, StopSession, TestSize.Level1) 807 mockHostUART.StopSession(nullptr); 809 mockHostUART.StopSession(&mySession);
|
| D | uart_test.cpp | 793 HWTEST_F(HdcUARTBaseTest, StopSession, TestSize.Level1) 820 mockUARTBase.StopSession(&session);
|
| /developtools/hdc/src/common/ |
| D | uart.h | 168 virtual void StopSession(HSession hSession);
|
| D | uart.cpp | 1007 void HdcUARTBase::StopSession(HSession hSession) in StopSession() function in Hdc::HdcUARTBase
|
| D | session.cpp | 523 uartBase->StopSession(hSession); in FreeSessionByConnectType()
|
| /developtools/profiler/device/cmds/src/ |
| D | main.cpp | 244 grpc::Status status = profilerStub->StopSession(&stopContext, stopRequest, &stopResponse); in CheckStopSession()
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | profiler_service.cpp | 575 Status ProfilerService::StopSession(ServerContext* context, in StopSession() function in ProfilerService
|