Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_foreach_function.h53 std::vector<std::string> ExecuteIdentityMapper();
H A Djs_foreach_function.cpp22 std::vector<std::string> JsForEachFunction::ExecuteIdentityMapper() in ExecuteIdentityMapper() function in OHOS::Ace::Framework::JsForEachFunction
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_foreach.cpp89 [jsForEachFunction]() { return jsForEachFunction->ExecuteIdentityMapper(); }, in Create()