Searched refs:othersArr (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_should_built_in_recognizer_parallel_with_function.cpp | 27 JSRef<JSArray> othersArr = JSRef<JSArray>::New(); in Execute() local 31 othersArr->SetValueAt(idx++, othersObj); in Execute() 36 params[1] = othersArr; in Execute()
|
H A D | js_gesture_judge_function.cpp | 62 JSRef<JSArray> othersArr = JSRef<JSArray>::New(); in Execute() local 66 othersArr->SetValueAt(othersIdx++, othersObj); in Execute() 68 params[2] = othersArr; in Execute()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 7432 auto othersArr = panda::ArrayRef::New(vm); in SetOnGestureRecognizerJudgeBegin() local 7436 othersArr->SetValueAt(vm, othersArr, othersIdx++, othersObj); in SetOnGestureRecognizerJudgeBegin() 7438 panda::Local<panda::JSValueRef> params[3] = { gestureEventObj, currentObj, othersArr }; in SetOnGestureRecognizerJudgeBegin() 7480 auto othersArr = panda::ArrayRef::New(vm); in SetShouldBuiltInRecognizerParallelWith() local 7484 othersArr->SetValueAt(vm, othersArr, othersIdx++, othersObj); in SetShouldBuiltInRecognizerParallelWith() 7486 panda::Local<panda::JSValueRef> params[2] = { currentObj, othersArr }; in SetShouldBuiltInRecognizerParallelWith()
|