MCPcopy Create free account
hub / github.com/comaps/comaps / StopEventLoop

Function StopEventLoop

libs/testing/testingmain.cpp:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void StopEventLoop()
60{
61#if defined(OMIM_OS_IPHONE)
62 CFRunLoopStop(CFRunLoopGetMain());
63#elif defined(QAPP)
64 QAPP::exit();
65#endif
66}
67
68void Wait()
69{

Callers 8

InitStorageFunction · 0.85
DownloadFileFunction · 0.85
ChangeCountryFunction · 0.85
UNIT_CLASS_TESTFunction · 0.85
InitStorageFunction · 0.85
DownloadGroupFunction · 0.85
UNIT_TESTFunction · 0.85
OnStatusChangedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected