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

Method start

Service/ServiceManager.cpp:82–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void CServiceManager::start()
83{
84 qDebug(Service) << "Service", "Start ...";
85 // Make sure the plugin is loaded only after the application is created
86 if(!m_Plugins)
87 m_Plugins = QSharedPointer<CManagePlugins>(new CManagePlugins());
88 foreach(auto p, m_Plugins->m_Plugins)
89 if(p) p->Start();
90
91#ifdef HAVE_ICE
92 CICE::Instance()->slotStart();
93#endif
94}
95
96void CServiceManager::stop()
97{

Callers 15

StartTimerMethod · 0.80
CFrmFullScreenToolBarMethod · 0.80
leaveEventMethod · 0.80
StartMethod · 0.80
RunCommandMethod · 0.80
StartMethod · 0.80
CPluginClientThreadMethod · 0.80
slotRecordVideoMethod · 0.80
StartMethod · 0.80
OnLoadMethod · 0.80
OnSaveMethod · 0.80
runCommandMethod · 0.80

Calls 2

StartMethod · 0.45
slotStartMethod · 0.45

Tested by

no test coverage detected