Searched refs:effectiveTransactionDataIndexMap_ (Results 1 – 3 of 3) sorted by relevance
1105 for (auto& rsTransactionElem: effectiveTransactionDataIndexMap_) { in CheckAndUpdateTransactionIndex()1159 for (auto& rsTransactionElem: effectiveTransactionDataIndexMap_) { in ProcessCommandForUniRender()1798 if (effectiveTransactionDataIndexMap_.count(pid) == 0) { in MergeToEffectiveTransactionDataMap()1802 InsertToEnd(elem.second, effectiveTransactionDataIndexMap_[pid].second); in MergeToEffectiveTransactionDataMap()3365 auto it = effectiveTransactionDataIndexMap_.find(remotePid); in ClearTransactionDataPidInfo()3366 if (it != effectiveTransactionDataIndexMap_.end()) { in ClearTransactionDataPidInfo()3370 effectiveTransactionDataIndexMap_.erase(it); in ClearTransactionDataPidInfo()3481 auto it = effectiveTransactionDataIndexMap_.find(remotePid); in AddTransactionDataPidInfo()3482 if (it != effectiveTransactionDataIndexMap_.end()) { in AddTransactionDataPidInfo()3486 effectiveTransactionDataIndexMap_.emplace(remotePid, in AddTransactionDataPidInfo()
528 TransactionDataIndexMap effectiveTransactionDataIndexMap_; variable
854 ASSERT_EQ(mainThread->effectiveTransactionDataIndexMap_.empty(), true);855 mainThread->effectiveTransactionDataIndexMap_[0].first = 0;867 mainThread->effectiveTransactionDataIndexMap_.clear();879 ASSERT_EQ(mainThread->effectiveTransactionDataIndexMap_.empty(), true);884 mainThread->effectiveTransactionDataIndexMap_[0].first = 0;895 mainThread->effectiveTransactionDataIndexMap_[0].second.emplace_back(std::move(data));899 mainThread->effectiveTransactionDataIndexMap_[0].second.emplace_back(std::move(data));903 mainThread->effectiveTransactionDataIndexMap_[0].second.emplace_back(std::move(data));905 mainThread->effectiveTransactionDataIndexMap_[0].second.emplace_back(nullptr);