MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / stop

Method stop

Service/ServiceManager.cpp:96–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void CServiceManager::stop()
97{
98 qDebug(Service) << "Service", "Stop ...";
99 if(!m_Plugins) return;
100 foreach(auto p, m_Plugins->m_Plugins)
101 if(p) p->Stop();
102
103#ifdef HAVE_ICE
104 CICE::Instance()->slotStop();
105#endif
106}

Callers 15

StartTimerMethod · 0.80
slotTimeOutMethod · 0.80
leaveEventMethod · 0.80
StopMethod · 0.80
StopMethod · 0.80
slotRecordMethod · 0.80
slotRecordVideoMethod · 0.80
slotStopMethod · 0.80
slotProcessMethod · 0.80
StopMethod · 0.80

Calls 2

StopMethod · 0.45
slotStopMethod · 0.45

Tested by

no test coverage detected