Home
last modified time | relevance | path

Searched refs:hasValues (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp986 const ArkUI_Bool* hasValues, ArkUI_Int32 length) in SetTextInputUserUnderlineColor()
994 if (hasValues[CALL_ARG_0]) { in SetTextInputUserUnderlineColor()
997 if (hasValues[CALL_ARG_1]) { in SetTextInputUserUnderlineColor()
1000 if (hasValues[CALL_ARG_2]) { in SetTextInputUserUnderlineColor()
1003 if (hasValues[CALL_ARG_3]) { in SetTextInputUserUnderlineColor()
985 SetTextInputUserUnderlineColor(ArkUINodeHandle node, const ArkUI_Uint32* values, const ArkUI_Bool* hasValues, ArkUI_Int32 length) SetTextInputUserUnderlineColor() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_input_bridge.cpp1068 ArkUI_Bool hasValues[ARG_GROUP_LENGTH]; in SetUnderlineColor() local
1069 hasValues[CALL_ARG_0] = userColor.typing.has_value(); in SetUnderlineColor()
1070 hasValues[CALL_ARG_1] = userColor.normal.has_value(); in SetUnderlineColor()
1071 hasValues[CALL_ARG_2] = userColor.error.has_value(); in SetUnderlineColor()
1072 hasValues[CALL_ARG_3] = userColor.disable.has_value(); in SetUnderlineColor()
1074 nativeNode, values, hasValues, ARG_GROUP_LENGTH); in SetUnderlineColor()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h1731 const ArkUI_Bool* hasValues, ArkUI_Int32 length);
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp4526 ArkUI_Bool hasValues[NUM_4] = { 1, 1, 1, 1 }; in SetTextInputUnderlineColor() local
4529 node->uiNodeHandle, values, hasValues, NUM_4); in SetTextInputUnderlineColor()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h3365 const ArkUI_Bool* hasValues, ArkUI_Int32 length);

Completed in 66 milliseconds