Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/paste_button/
H A Dpaste_button_model_ng.cpp45 int32_t backgroundType, bool isArkuiComponent) in Create() argument
48 …ackgroundType, []() { return AceType::MakeRefPtr<SecurityComponentPattern>(); }, isArkuiComponent); in Create()
52 int32_t backgroundType, bool isArkuiComponent) in CreateNode() argument
61 style, []() { return AceType::MakeRefPtr<SecurityComponentPattern>(); }, isArkuiComponent); in CreateNode()
H A Dpaste_button_model_ng.h26 int32_t backgroundType, bool isArkuiComponent) override;
28 int32_t backgroundType, bool isArkuiComponent);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.h37 int32_t backgroundType, bool isArkuiComponent) = 0;
40 const std::function<RefPtr<Pattern>(void)>& patternCreator, bool isArkuiComponent);
43 const std::function<RefPtr<Pattern>(void)>& patternCreator, bool isArkuiComponent);
H A Dsecurity_component_model_ng.cpp79 const std::function<RefPtr<Pattern>(void)>& patternCreator, bool isArkuiComponent) in CreateNode() argument
125 property->UpdateIsArkuiComponent(isArkuiComponent); in CreateNode()
133 … backgroundType, const std::function<RefPtr<Pattern>(void)>& patternCreator, bool isArkuiComponent) in CreateCommon() argument
142 auto frameNode = CreateNode(tag, nodeId, style, patternCreator, isArkuiComponent); in CreateCommon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/location_button/
H A Dlocation_button_model_ng.cpp45 int32_t backgroundType, bool isArkuiComponent) in Create() argument
48 …ackgroundType, []() { return AceType::MakeRefPtr<SecurityComponentPattern>(); }, isArkuiComponent); in Create()
H A Dlocation_button_model_ng.h26 int32_t backgroundType, bool isArkuiComponent) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/save_button/
H A Dsave_button_model_ng.cpp46 int32_t backgroundType, bool isArkuiComponent) in Create() argument
49 …ackgroundType, []() { return AceType::MakeRefPtr<SecurityComponentPattern>(); }, isArkuiComponent); in Create()
H A Dsave_button_model_ng.h26 int32_t backgroundType, bool isArkuiComponent) override;