Home
last modified time | relevance | path

Searched defs:AddCustomProperty (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dui_node.h922 virtual void AddCustomProperty(const std::string& key, const std::string& value) {} in AddCustomProperty() function
Dframe_node.cpp7048 void FrameNode::AddCustomProperty(const std::string& key, const std::string& value) in AddCustomProperty() function in OHOS::Ace::NG::FrameNode
Dview_abstract.cpp9449 void ViewAbstract::AddCustomProperty(UINode* frameNode, const std::string& key, const std::string& … in AddCustomProperty() function in OHOS::Ace::NG::ViewAbstract
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dframe_node_modifier.cpp775 void AddCustomProperty(ArkUINodeHandle node, ArkUI_CharPtr key, ArkUI_CharPtr value) in AddCustomProperty() function