Searched refs:g_matchQueue (Results 1 – 1 of 1) sorted by relevance
79 static std::list<DeviceInfo> g_matchQueue; variable214 g_matchQueue.push_back(*deviceInfo); in OnPublishDeviceFound()633 g_matchDealNotify.wait(autoLock, [] { return !g_matchQueue.empty(); }); in MatchSearchDealTask()634 tempDeviceInfo = g_matchQueue.front(); in MatchSearchDealTask()635 g_matchQueue.pop_front(); in MatchSearchDealTask()