Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6266 Local<JSValueRef> priorityArg = runtimeCallInfo->GetCallArgRef(NUM_1); in GetGestureCommonValue() local
6267 if (!priorityArg.IsNull() && !priorityArg->IsUndefined()) { in GetGestureCommonValue()
6268 priority = static_cast<int32_t>(priorityArg->ToNumber(vm)->Value()); in GetGestureCommonValue()
8056 Local<JSValueRef> priorityArg = runtimeCallInfo->GetCallArgRef(NUM_2); in SetFocusScopePriority() local
8062 if (priorityArg->IsNumber()) { in SetFocusScopePriority()
8063 priority = priorityArg->Int32Value(vm); in SetFocusScopePriority()