Searched refs:stopExecutionRequest (Results 1 – 1 of 1) sorted by relevance
238 proto::StopGraphExecutionRequest stopExecutionRequest; in handleStopWithFlushPhase() local239 stopExecutionRequest.set_stop_immediate(false); in handleStopWithFlushPhase()242 mGraphStub->AsyncStopGraphExecution(&context, stopExecutionRequest, &cq)); in handleStopWithFlushPhase()281 proto::StopGraphExecutionRequest stopExecutionRequest; in handleStopImmediatePhase() local282 stopExecutionRequest.set_stop_immediate(true); in handleStopImmediatePhase()285 mGraphStub->AsyncStopGraphExecution(&context, stopExecutionRequest, &cq)); in handleStopImmediatePhase()