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 D | paste_button_model_ng.cpp | 45 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 D | paste_button_model_ng.h | 26 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 D | security_component_model_ng.h | 37 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 D | security_component_model_ng.cpp | 79 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 D | location_button_model_ng.cpp | 45 int32_t backgroundType, bool isArkuiComponent) in Create() argument 48 …ackgroundType, []() { return AceType::MakeRefPtr<SecurityComponentPattern>(); }, isArkuiComponent); in Create()
|
H A D | location_button_model_ng.h | 26 int32_t backgroundType, bool isArkuiComponent) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/save_button/ |
H A D | save_button_model_ng.cpp | 46 int32_t backgroundType, bool isArkuiComponent) in Create() argument 49 …ackgroundType, []() { return AceType::MakeRefPtr<SecurityComponentPattern>(); }, isArkuiComponent); in Create()
|
H A D | save_button_model_ng.h | 26 int32_t backgroundType, bool isArkuiComponent) override;
|