Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp209 DragAction* dragAction = ConvertDragAction(env, thisVar); in On()
234 DragAction* dragAction = ConvertDragAction(env, thisVar); in Off()
271 DragAction* dragAction = ConvertDragAction(env, thisVar); in StartDrag()
342 static DragAction* ConvertDragAction(napi_env env, napi_value thisVar) in ConvertDragAction() function in OHOS::Ace::Napi::DragAction