• Home
  • Raw
  • Download

Lines Matching refs:response

53     DispatchResponse response = profiler_->Disable();  in Disable()  local
54 SendResponse(request, response); in Disable()
59 DispatchResponse response = profiler_->Enable(); in Enable() local
60 SendResponse(request, response); in Enable()
65 DispatchResponse response = profiler_->Start(); in Start() local
66 SendResponse(request, response); in Start()
72 DispatchResponse response = profiler_->Stop(&profile); in Stop() local
74 SendResponse(request, response); in Stop()
79 SendResponse(request, response, result); in Stop()
89 DispatchResponse response = profiler_->SetSamplingInterval(*params); in SetSamplingInterval() local
90 SendResponse(request, response); in SetSamplingInterval()
95 DispatchResponse response = profiler_->GetBestEffortCoverage(); in GetBestEffortCoverage() local
96 SendResponse(request, response); in GetBestEffortCoverage()
101 DispatchResponse response = profiler_->StopPreciseCoverage(); in StopPreciseCoverage() local
102 SendResponse(request, response); in StopPreciseCoverage()
107 DispatchResponse response = profiler_->TakePreciseCoverage(); in TakePreciseCoverage() local
108 SendResponse(request, response); in TakePreciseCoverage()
118 DispatchResponse response = profiler_->StartPreciseCoverage(*params); in StartPreciseCoverage() local
119 SendResponse(request, response); in StartPreciseCoverage()
124 DispatchResponse response = profiler_->StartTypeProfile(); in StartTypeProfile() local
125 SendResponse(request, response); in StartTypeProfile()
130 DispatchResponse response = profiler_->StopTypeProfile(); in StopTypeProfile() local
131 SendResponse(request, response); in StopTypeProfile()
136 DispatchResponse response = profiler_->TakeTypeProfile(); in TakeTypeProfile() local
137 SendResponse(request, response); in TakeTypeProfile()