Searched refs:callbackCopy (Results 1 – 2 of 2) sorted by relevance
204 std::function<void(const std::string&)> callbackCopy; in BLASTBufferQueue() local207 callbackCopy = mTransactionHangCallback; in BLASTBufferQueue()209 if (callbackCopy) callbackCopy(reason); in BLASTBufferQueue()
500 std::unordered_map<void*, std::function<void(const std::string&)>> callbackCopy; in onTransactionQueueStalled() local503 callbackCopy = mQueueStallListeners; in onTransactionQueueStalled()505 for (auto const& it : callbackCopy) { in onTransactionQueueStalled()