Home
last modified time | relevance | path

Searched refs:GetJSCustomProperty (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp1764 bool result = frameNode->GetJSCustomProperty("key", getValue);
1788 bool result = frameNode->GetJSCustomProperty("key", getValue);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp593 frameNode->GetJSCustomProperty(key, capiCustomProperty); in GetCustomProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h1105 bool GetJSCustomProperty(const std::string& key, std::string& value);
H A Dframe_node.cpp5727 bool FrameNode::GetJSCustomProperty(const std::string& key, std::string& value) in GetJSCustomProperty() function in OHOS::Ace::NG::FrameNode