Home
last modified time | relevance | path

Searched refs:getCustomProperty_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h1300 std::function<std::string(const std::string& key)> getCustomProperty_; variable
H A Dframe_node.cpp5722 if (!getCustomProperty_) { in SetJSCustomProperty()
5723 getCustomProperty_ = getFunc; in SetJSCustomProperty()
5729 if (getCustomProperty_) { in GetJSCustomProperty()
5730 value = getCustomProperty_(key); in GetJSCustomProperty()