Lines Matching refs:response
129 DispatchResponse response = profiler_->Disable();
130 SendResponse(request, response);
135 DispatchResponse response = profiler_->Enable();
138 SendResponse(request, response, result);
143 DispatchResponse response = profiler_->Start();
144 SendResponse(request, response);
150 DispatchResponse response = profiler_->Stop(&profile);
152 SendResponse(request, response);
157 SendResponse(request, response, result);
168 DispatchResponse response = profiler_->EnableSerializationTimeoutCheck(*params);
169 SendResponse(request, response);
174 DispatchResponse response = profiler_->DisableSerializationTimeoutCheck();
175 SendResponse(request, response);
185 DispatchResponse response = profiler_->SetSamplingInterval(*params);
186 SendResponse(request, response);
191 DispatchResponse response = profiler_->GetBestEffortCoverage();
192 SendResponse(request, response);
197 DispatchResponse response = profiler_->StopPreciseCoverage();
198 SendResponse(request, response);
203 DispatchResponse response = profiler_->TakePreciseCoverage();
204 SendResponse(request, response);
214 DispatchResponse response = profiler_->StartPreciseCoverage(*params);
215 SendResponse(request, response);
220 DispatchResponse response = profiler_->StartTypeProfile();
221 SendResponse(request, response);
226 DispatchResponse response = profiler_->StopTypeProfile();
227 SendResponse(request, response);
232 DispatchResponse response = profiler_->TakeTypeProfile();
233 SendResponse(request, response);