Lines Matching refs:dispatcherImpl
60 auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl));
63 dispatcherImpl->Dispatch(request);
68 dispatcherImpl->Dispatch(request1);
83 auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl));
87 dispatcherImpl->Enable(request1);
102 auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl));
106 dispatcherImpl->Disable(request1);
121 auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl));
125 dispatcherImpl->RunIfWaitingForDebugger(request1);
140 auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl));
144 dispatcherImpl->GetProperties(request);
149 dispatcherImpl->GetProperties(request1);
164 auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl));
168 dispatcherImpl->GetHeapUsage(request);