Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_event_func.cpp37 getPropFunc_ = reinterpret_cast<GetNodePropertyFunc>(LOADSYM(handle_, GET_NODE_PROPERTY_FUNC)); in UIEventFunc()
62 return registerFunc_ && unregisterFunc_ && getPropFunc_ && getTreeFunc_; in IsAvailable()
69 getPropFunc_ = nullptr; in ResetFunc()
92 UIEventFunc::Get().getPropFunc_(pageUrl, nodeProperties); in GetNodeProperty()
H A Dui_event_func.h54 GetNodePropertyFunc getPropFunc_; variable