/developtools/profiler/device/plugins/api/test/unittest/ |
D | plugin_module_test.cpp | 95 EXPECT_TRUE(plugin->StopSession()); 99 EXPECT_TRUE(plugin->StopSession()); 104 EXPECT_TRUE(plugin->StopSession()); 108 EXPECT_TRUE(plugin->StopSession()); 141 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 | 125 grpc::Status StopSession(uint32_t sessionId) in StopSession() function in __anon744c24610111::ProfilerServiceTest 132 return service_->StopSession(context_.get(), &request, &response); in StopSession() 815 auto status = StopSession(0); 829 auto status = StopSession(sessionId); 847 auto status = StopSession(sessionId); 903 EXPECT_EQ(StopSession(sessionId).error_code(), grpc::StatusCode::OK); 928 auto status = service_->StopSession(context_.get(), nullptr, response.get()); 931 status = service_->StopSession(context_.get(), &request, nullptr); 934 status = service_->StopSession(context_.get(), nullptr, nullptr); 956 auto status = service_->StopSession(nullptr, &request, response.get()); [all …]
|
D | profiler_service_performance_test.cpp | 349 … 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 | 168 if (!pluginModules_[index]->StopSession()) { in RemovePlugin() 348 if (!pluginModules_[id]->StopSession()) { in StopPluginSession()
|
D | plugin_module.cpp | 240 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 | 101 // for StopSession
|
/developtools/profiler/host/smartperf/ide/src/trace/proto/ |
D | profiler_service.proto | 40 rpc StopSession(StopSessionRequest) returns (StopSessionResponse); rpc
|
D | profiler_service_types.proto | 98 // for StopSession
|
/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/ |
D | profiler_service.proto | 37 rpc StopSession(StopSessionRequest) returns (StopSessionResponse); rpc
|
D | profiler_service_types.proto | 98 // for StopSession
|
/developtools/hdc/src/host/ |
D | host_uart.h | 44 void StopSession(HSession hSession) override;
|
D | host_uart.cpp | 679 void HdcHostUART::StopSession(HSession hSession) in EnumSerialPort() function in Hdc::HdcHostUART 708 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 | 802 HWTEST_F(HdcHostUARTTest, StopSession, TestSize.Level1) 805 mockHostUART.StopSession(nullptr); 807 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 | 167 virtual void StopSession(HSession hSession);
|
D | uart.cpp | 1000 void HdcUARTBase::StopSession(HSession hSession) in StopSession() function in Hdc::HdcUARTBase
|
D | session.cpp | 500 uartBase->StopSession(hSession); in FreeSessionByConnectType()
|
/developtools/profiler/device/cmds/src/ |
D | main.cpp | 235 grpc::Status status = profilerStub->StopSession(&stopContext, stopRequest, &stopResponse); in CheckStopSession()
|
/developtools/profiler/device/services/profiler_service/src/ |
D | profiler_service.cpp | 582 Status ProfilerService::StopSession(ServerContext* context, in StopSession() function in ProfilerService
|