Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp62 constexpr int CALL_ARG_3 = 3; variable
264 (*values)[CALL_ARG_3] = rect.Height(); in GetTextInputContentRect()
1106 if (hasValues[CALL_ARG_3]) { in SetTextInputUserUnderlineColor()
1107 userColor.disable = Color(values[CALL_ARG_3]); in SetTextInputUserUnderlineColor()
1120 (*values)[CALL_ARG_3] = userColor.disable->GetValue(); in GetTextInputUserUnderlineColor()
1723 …(*values)[CALL_ARG_3] = margin.left->GetDimension().GetNativeValue(static_cast<DimensionUnit>(unit… in GetTextInputMargin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_input_bridge.cpp36 constexpr int CALL_ARG_3 = 3; variable
938 Local<JSValueRef> fourthArg = runtimeCallInfo->GetCallArgRef(CALL_ARG_3); in SetDecoration()
1069 values[CALL_ARG_3] = userColor.disable->GetValue(); in SetUnderlineColor()
1074 hasValues[CALL_ARG_3] = userColor.disable.has_value(); in SetUnderlineColor()
1315 Local<JSValueRef> colorArg = runtimeCallInfo->GetCallArgRef(CALL_ARG_3); in SetCancelButton()
1409 Local<JSValueRef> thresholdArg = runtimeCallInfo->GetCallArgRef(CALL_ARG_3); in SetShowCounter()
1813 Local<JSValueRef> forthArg = runtimeCallInfo->GetCallArgRef(CALL_ARG_3); in SetPadding()
1905 Local<JSValueRef> forthArg = runtimeCallInfo->GetCallArgRef(CALL_ARG_3); in SetMargin()
H A Darkts_native_button_bridge.cpp44 constexpr int32_t CALL_ARG_3 = 3; variable
125 Local<JSValueRef> buttonStyleArg = runtimeCallInfo->GetCallArgRef(CALL_ARG_3); in SetOptions()
543 …Local<JSValueRef> bottomLeftArgs = runtimeCallInfo->GetCallArgRef(CALL_ARG_3); // bottomLeft value in SetButtonBorderRadius()