Home
last modified time | relevance | path

Searched refs:effectiveTransactionDataIndexMap_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp1105 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()
H A Drs_main_thread.h528 TransactionDataIndexMap effectiveTransactionDataIndexMap_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp854 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);