Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_event_func.cpp24 constexpr char GET_NODE_PROPERTY_FUNC[] = "OHOS_ACE_GetNodeProperty"; variable
37 getPropFunc_ = reinterpret_cast<GetNodePropertyFunc>(LOADSYM(handle_, GET_NODE_PROPERTY_FUNC)); in UIEventFunc()