/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/save_button/ |
H A D | save_button_model_ng.cpp | 41 Create(int32_t text, int32_t icon, int32_t backgroundType, bool isArkuiComponent) Create() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/location_button/ |
H A D | location_button_model_ng.cpp | 40 Create(int32_t text, int32_t icon, int32_t backgroundType, bool isArkuiComponent) Create() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_model_ng.h | 30 int32_t backgroundType; member
|
H A D | security_component_model_ng.cpp | 46 InitLayoutProperty(RefPtr<FrameNode>& node, int32_t text, int32_t icon, int32_t backgroundType) InitLayoutProperty() argument 127 CreateCommon(const std::string& tag, int32_t text, int32_t icon, int32_t backgroundType, const std::function<RefPtr<Pattern>(void)>& patternCreator, bool isArkuiComponent) CreateCommon() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/paste_button/ |
H A D | paste_button_model_ng.cpp | 39 Create(int32_t text, int32_t icon, int32_t backgroundType, bool isArkuiComponent) Create() argument 46 CreateNode(int32_t text, int32_t icon, int32_t backgroundType, bool isArkuiComponent) CreateNode() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_location_button.cpp | 84 int32_t backgroundType = 0; in Create() local 92 static_cast<int32_t>(iconType), backgroundType, false); in Create() local
|
H A D | js_save_button.cpp | 84 int32_t backgroundType = 0; in Create() local 92 static_cast<int32_t>(iconType), backgroundType, false); in Create() local
|
H A D | js_paste_button.cpp | 83 int32_t backgroundType = 0; in Create() local 91 static_cast<int32_t>(iconType), backgroundType, false); in Create() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_adapter_wrapper.cpp | 348 Render3D::BackgroundType backgroundType = modelPaintProperty->GetModelTransparent().value_or(false) ? in UpdateEnviroment() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
H A D | security_component_test_ng.cpp | 141 CreateSecurityComponent(int32_t text, int32_t icon, int32_t backgroundType, std::string type) CreateSecurityComponent() argument 158 CreateSecurityComponentNotFinish(int32_t text, int32_t icon, int32_t backgroundType, std::string type) CreateSecurityComponentNotFinish() argument
|