Searched refs:pointerIdNApi (Results 1 – 1 of 1) sorted by relevance
1414 napi_value pointerIdNApi = nullptr; in ParseDragInfoParam() local1416 napi_get_named_property(asyncCtx->env, asyncCtx->argv[1], "pointerId", &pointerIdNApi); in ParseDragInfoParam()1417 napi_typeof(asyncCtx->env, pointerIdNApi, &valueType); in ParseDragInfoParam()1422 status = napi_get_value_int32(asyncCtx->env, pointerIdNApi, &asyncCtx->pointerId); in ParseDragInfoParam()