Searched refs:mockProfilingConnection (Results 1 – 3 of 3) sorted by relevance
1850 MockProfilingConnection mockProfilingConnection; variable1860 sendThread.Start(mockProfilingConnection);1862 sendThread.Start(mockProfilingConnection);1863 sendThread.Start(mockProfilingConnection);1864 sendThread.Start(mockProfilingConnection);1865 sendThread.Start(mockProfilingConnection);1879 MockProfilingConnection mockProfilingConnection; variable1886 sendThread.Start(mockProfilingConnection);1990 MockProfilingConnection mockProfilingConnection; variable1997 sendThread.Start(mockProfilingConnection);[all …]
2635 MockProfilingConnection* mockProfilingConnection = helper.GetMockProfilingConnection(); variable2636 CHECK(mockProfilingConnection);2639 mockProfilingConnection->Clear();2646 mockProfilingConnection, PacketType::StreamMetaData, streamMetadataPacketsize) >= 1);2664 mockProfilingConnection->WritePacket(std::move(connectionAcknowledgedPacket));2667 CHECK(helper.WaitForPacketsSent(mockProfilingConnection, PacketType::CounterDirectory) == 1);2702 MockProfilingConnection* mockProfilingConnection = helper.GetMockProfilingConnection(); variable2703 CHECK(mockProfilingConnection);2725 mockProfilingConnection->WritePacket(std::move(requestCounterDirectoryPacket));2729 … CHECK(helper.WaitForPacketsSent(mockProfilingConnection, PacketType::CounterDirectory, 652) == 1);[all …]
209 long WaitForPacketsSent(MockProfilingConnection* mockProfilingConnection, in WaitForPacketsSent() argument214 long packetCount = mockProfilingConnection->CheckForPacket({ packetType, length }); in WaitForPacketsSent()229 packetCount = mockProfilingConnection->CheckForPacket({packetType, length}); in WaitForPacketsSent()