Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_manager.cpp181 napi_value stateMsg = nullptr; in CallDragMsg() local
182 … CHKRV_SCOPE(item->env, napi_create_int32(item->env, static_cast<int32_t>(item->state), &stateMsg), in CallDragMsg()
188 … napi_call_function(item->env, nullptr, handler, 1, &stateMsg, &ret), CALL_FUNCTION, scope); in CallDragMsg()