MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / httpPollTimerPoll

Method httpPollTimerPoll

pcsx2-qt/AutoUpdaterDialog.cpp:190–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void AutoUpdaterDialog::httpPollTimerPoll()
191{
192 pxAssert(m_http);
193 m_http->PollRequests();
194
195 if (!m_http->HasAnyRequests())
196 {
197 Console.WriteLn("(AutoUpdaterDialog) All HTTP requests done.");
198 m_http_poll_timer->stop();
199 }
200}
201
202void AutoUpdaterDialog::queueUpdateCheck(bool display_message)
203{

Callers

nothing calls this directly

Calls 4

PollRequestsMethod · 0.80
HasAnyRequestsMethod · 0.80
WriteLnMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected