Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h790 virtual void AddCustomProperty(const std::string& key, const std::string& value) {} in AddCustomProperty() function
H A Dframe_node.cpp5749 void FrameNode::AddCustomProperty(const std::string& key, const std::string& value) in AddCustomProperty() function in OHOS::Ace::NG::FrameNode
H A Dview_abstract.cpp5106 void ViewAbstract::AddCustomProperty(UINode* frameNode, const std::string& key, const std::string& … in AddCustomProperty() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp533 void AddCustomProperty(ArkUINodeHandle node, ArkUI_CharPtr key, ArkUI_CharPtr value) in AddCustomProperty() function