Home
last modified time | relevance | path

Searched refs:AddCustomProperty (Results 1 – 7 of 7) sorted by relevance

/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
542 ViewAbstract::AddCustomProperty(uiNode, key, value); in AddCustomProperty()
613 … SetCustomPropertyModiferByKey, AddCustomProperty, RemoveCustomProperty, FreeCustomPropertyCharPtr, in GetFrameNodeModifier()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp1831 frameNode->AddCustomProperty("key", "value1");
1855 frameNode->AddCustomProperty("key", "value1");
1878 frameNode->AddCustomProperty("key", "value1");
/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.h1108 void AddCustomProperty(const std::string& key, const std::string& value) override;
H A Dview_abstract.h776 …static void AddCustomProperty(UINode* frameNode, const std::string& key, const std::string& value);
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
5109 frameNode->AddCustomProperty(key, value); in AddCustomProperty()
H A Dframe_node.cpp5749 void FrameNode::AddCustomProperty(const std::string& key, const std::string& value) in AddCustomProperty() function in OHOS::Ace::NG::FrameNode