Searched refs:AddCustomProperty (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | frame_node_modifier.cpp | 533 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 D | frame_node_test_ng.cpp | 1831 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 D | ui_node.h | 790 virtual void AddCustomProperty(const std::string& key, const std::string& value) {} in AddCustomProperty() function
|
H A D | frame_node.h | 1108 void AddCustomProperty(const std::string& key, const std::string& value) override;
|
H A D | view_abstract.h | 776 …static void AddCustomProperty(UINode* frameNode, const std::string& key, const std::string& value);
|
H A D | view_abstract.cpp | 5106 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 D | frame_node.cpp | 5749 void FrameNode::AddCustomProperty(const std::string& key, const std::string& value) in AddCustomProperty() function in OHOS::Ace::NG::FrameNode
|