Home
last modified time | relevance | path

Searched refs:GetAllTransactions (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_message_processor_test.cpp53 RSMessageProcessor::Instance().GetAllTransactions();
126 …MessageProcessor::Instance().transactionMap_, RSMessageProcessor::Instance().GetAllTransactions());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_message_processor.h39 std::unordered_map<uint32_t, std::shared_ptr<RSTransactionData>>&& GetAllTransactions();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_message_processor.cpp82 …rdered_map<uint32_t, std::shared_ptr<RSTransactionData>>&& RSMessageProcessor::GetAllTransactions() in GetAllTransactions() function in OHOS::Rosen::RSMessageProcessor
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp3156 RSMessageProcessor::Instance().GetAllTransactions()); in SendCommands()