Searched refs:GetForceRebuild (Results 1 – 3 of 3) sorted by relevance
31 …ceRebuild", [](const GridItemComposedElement& inspector) { return inspector.GetForceRebuild(); } }, in __anon5896ddb00602()49 std::string("forceRebuild: ").append(GetForceRebuild())); in Dump()126 std::string GridItemComposedElement::GetForceRebuild() const in GetForceRebuild() function in OHOS::Ace::V2::GridItemComposedElement134 return renderGripItem->GetForceRebuild() ? "true" : "false"; in GetForceRebuild()
40 std::string GetForceRebuild() const;
63 bool GetForceRebuild() const in GetForceRebuild() function