Searched refs:stopRequest (Results 1 – 2 of 2) sorted by relevance
240 StopSessionRequest stopRequest; in CheckStopSession() local243 stopRequest.set_session_id(sessionId); in CheckStopSession()244 grpc::Status status = profilerStub->StopSession(&stopContext, stopRequest, &stopResponse); in CheckStopSession()
363 StopSessionRequest stopRequest = StopSessionRequest(); in StopPluginSession() local364 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()