Searched refs:pServiceMgr (Results 1 – 3 of 3) sorted by relevance
874 pServiceMgr = NULL; in ImplRemoteControl()878 pServiceMgr = new RemoteControlCommunicationManager( m_pDbgWin ); in ImplRemoteControl()880 pServiceMgr = new RemoteControlCommunicationManager(); in ImplRemoteControl()882 pServiceMgr->SetDataReceivedHdl( LINK( this, ImplRemoteControl, QueCommandsEvent ) ); in ImplRemoteControl()883 pServiceMgr->StartCommunication(); in ImplRemoteControl()922 if ( pServiceMgr ) in ~ImplRemoteControl()923 pServiceMgr->StopCommunication(); in ~ImplRemoteControl()947 delete pServiceMgr; in ~ImplRemoteControl()
64 CommunicationManager *pServiceMgr; member in ImplRemoteControl
67 CommunicationManager *pServiceMgr; member in RemoteControl