Searched refs:GetOpsWithDesc (Results 1 – 5 of 5) sorted by relevance
123 std::string GetOpsWithDesc() const;
702 s = drawCmdList->GetOpsWithDesc();729 s = drawCmdList->GetOpsWithDesc();
510 WriteStringToFile(dcl_->GetOpsWithDesc(), opsFile); in LoadDrawCmdList()
145 std::string DrawCmdList::GetOpsWithDesc() const in GetOpsWithDesc() function in OHOS::Rosen::Drawing::DrawCmdList
180 auto propertyStr = drawCmdListPtr ? drawCmdListPtr->GetOpsWithDesc() : ""; in DumpNodeDrawCmdModifier()