Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp10674 std::function<std::string(const std::string&)> ParseJsGetFunc(const JSCallbackInfo& info, int32_t n… in ParseJsGetFunc() function
10749 auto getFunc = ParseJsGetFunc(info, nodeId); in JsCustomProperty()