/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 253 static void SetRenderGroup(bool isRenderGroup); 535 static void SetRenderGroup(FrameNode* frameNode, bool isRenderGroup);
|
H A D | view_abstract_model.h | 208 virtual void SetRenderGroup(bool isRenderGroup) = 0;
|
H A D | view_abstract_model_ng.h | 713 void SetRenderGroup(bool isRenderGroup) override 715 ViewAbstract::SetRenderGroup(isRenderGroup);
|
H A D | view_abstract.cpp | 2788 void ViewAbstract::SetRenderGroup(bool isRenderGroup) in SetRenderGroup() function in OHOS::Ace::NG::ViewAbstract 3073 void ViewAbstract::SetRenderGroup(FrameNode* frameNode, bool isRenderGroup) in SetRenderGroup() function in OHOS::Ace::NG::ViewAbstract
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.h | 140 void SetRenderGroup(bool isRenderGroup) override {}
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.h | 129 static ArkUINativeModuleValue SetRenderGroup(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_bridge.cpp | 3542 ArkUINativeModuleValue CommonBridge::SetRenderGroup(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetRenderGroup() function in OHOS::Ace::NG::CommonBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 635 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetRenderGroup)); in GetArkUINativeModule()
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng_new.cpp | 275 ViewAbstract::SetRenderGroup(false); in HWTEST_F() 276 ViewAbstract::SetRenderGroup(nullptr, false); in HWTEST_F()
|
H A D | view_abstract_test_ng.cpp | 1094 ViewAbstract::SetRenderGroup(false); in HWTEST_F() 1140 ViewAbstract::SetRenderGroup(false); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 2509 void SetRenderGroup(ArkUINodeHandle node, ArkUI_Bool isRenderGroup) in SetRenderGroup() function 2513 ViewAbstract::SetRenderGroup(frameNode, isRenderGroup); in SetRenderGroup() 2520 ViewAbstract::SetRenderGroup(frameNode, false); in ResetRenderGroup() 6215 SetLightUpEffect, ResetLightUpEffect, SetSphericalEffect, ResetSphericalEffect, SetRenderGroup, in GetCommonModifier() 6289 SetLightUpEffect, ResetLightUpEffect, SetSphericalEffect, ResetSphericalEffect, SetRenderGroup, in GetCJUICommonModifier()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 3608 int32_t SetRenderGroup(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetRenderGroup() function 12742 SetRenderGroup, in SetCommonAttribute()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 10203 ViewAbstractModel::GetInstance()->SetRenderGroup(isRenderGroup); in JSRenderGroup()
|