Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp997 auto fun2 = [data](const META_NS::IAny::Ptr&) -> META_NS::IAny::Ptr { in CreateImage() local
1025 … ->Then(META_NS::MakeCallback<META_NS::IFutureContinuation>(BASE_NS::move(fun2)), enginequeue); in CreateImage()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md1609 …<br>方法的参数和返回类型支持Object,需要在Object里添加属性methodNameListForJsProxy:[fun1, fun2],fun1和fun2为可被调用的方法。<br>方…
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md1609 …ch must contain the **methodNameListForJsProxy:[fun1, fun2]** attribute, where **fun1** and **fun2