Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
H A Dmain.cpp237 StopSessionRequest stopRequest; in CheckStopSession() local
240 stopRequest.set_session_id(sessionId); in CheckStopSession()
241 grpc::Status status = profilerStub->StopSession(&stopContext, stopRequest, &stopResponse); in CheckStopSession()
/developtools/profiler/device/services/profiler_service/test/unittest/
H A Dprofiler_service_performance_test.cpp369 StopSessionRequest stopRequest = StopSessionRequest(); in StopPluginSession() local
370 stopRequest.set_request_id(0); in StopPluginSession()
371 stopRequest.set_session_id(sessionId); in StopPluginSession()
372 grpc::Status stopStatus = profilerStub_->StopSession(&stopContext, stopRequest, &stopResponse); in StopPluginSession()

Completed in 4 milliseconds