Lines Matching defs:response
79 DispatchResponse response = runtime_->Enable();
82 SendResponse(request, response, result);
87 DispatchResponse response = runtime_->Disable();
88 SendResponse(request, response);
93 DispatchResponse response = runtime_->RunIfWaitingForDebugger();
94 SendResponse(request, response);
109 DispatchResponse response = runtime_->GetProperties(*params, &outPropertyDesc, &outInternalDescs,
119 SendResponse(request, response, result);
126 DispatchResponse response = runtime_->GetHeapUsage(&usedSize, &totalSize);
128 SendResponse(request, response, result);