Searched defs:profilingConnection (Results 1 – 6 of 6) sorted by relevance
21 void CommandHandler::Start(IProfilingConnection& profilingConnection) in Start()56 void CommandHandler::HandleCommands(IProfilingConnection& profilingConnection) in HandleCommands()
54 void SendThread::Start(IProfilingConnection& profilingConnection) in Start()124 void SendThread::Send(IProfilingConnection& profilingConnection) in Send()228 void SendThread::FlushBuffer(IProfilingConnection& profilingConnection, bool notifyWatchers) in FlushBuffer()
57 virtual void SetConnection(IInternalProfilingConnection* profilingConnection) in SetConnection()
33 …void SetConnection(IInternalProfilingConnection* profilingConnection) override // ILocalPacketHand… in SetConnection()
72 …virtual void SetConnection(IInternalProfilingConnection* profilingConnection) override // ILocalPa… in SetConnection()
200 IProfilingConnection* profilingConnection = GetProfilingConnection(m_ProfilingService); in GetMockProfilingConnection() local