Home
last modified time | relevance | path

Searched refs:GetCommandCount (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_transaction_data.h47 unsigned long GetCommandCount() const in GetCommandCount() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_unmarshal_thread.cpp205 opCount = transactionData->GetCommandCount(); in ReportTransactionDataStatistics()
H A Drs_main_thread.cpp1293 … "pid: %{public}d", rsTransactionData->GetCommandCount(), rsTransactionData->GetSendingPid()); in ProcessSyncRSTransactionData()
1322 transaction->GetCommandCount(), pid); in ProcessAllSyncTransactionData()
3171 + ",cmdCount:" + std::to_string(transactionPtr->GetCommandCount()) + "]"; in SendCommands()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_director.cpp403 msgId, cmds->GetIndex(), cmds->GetCommandCount()); in ProcessMessages()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.h207 RSB_EXPORT static uint32_t GetCommandCount();
H A Drs_profiler_base.cpp91 uint32_t RSProfiler::GetCommandCount() in GetCommandCount() function in OHOS::Rosen::RSProfiler
H A Drs_profiler.cpp807 captureData.SetProperty(RSCaptureData::KEY_RS_CMD_COUNT, GetCommandCount()); in RecordUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.cpp68 while (transactionData->GetMarshallingIndex() < transactionData->GetCommandCount()) { in CommitTransaction()
127 …ACE_BEGIN("MarshRSTransactionData cmdCount:" + std::to_string(transactionData->GetCommandCount()) + in FillParcelWithTransactionData()