Home
last modified time | relevance | path

Searched refs:stopRequest (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/cmds/src/
Dmain.cpp240 StopSessionRequest stopRequest; in CheckStopSession() local
243 stopRequest.set_session_id(sessionId); in CheckStopSession()
244 grpc::Status status = profilerStub->StopSession(&stopContext, stopRequest, &stopResponse); in CheckStopSession()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp363 StopSessionRequest stopRequest = StopSessionRequest(); in StopPluginSession() local
364 stopRequest.set_request_id(0); in StopPluginSession()
365 stopRequest.set_session_id(sessionId); in StopPluginSession()
366 … grpc::Status stopStatus = profilerStub_->StopSession(&stopContext, stopRequest, &stopResponse); in StopPluginSession()