Home
last modified time | relevance | path

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

/test/ostest/wukong/report/include/
Dinput_info.h43 void SetInputType(InputType inputType);
/test/xts/acts/arkui/ace_ets_component_four/entry/src/main/ets/MainAbility/pages/
DtextInput.ets28 @State inputType: InputType = InputType.Normal;
59 this.inputType = eventData.data.type;
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_imageText/ace_ets_module_imageText_api11/entry/src/main/ets/MainAbility/pages/TextInput/
DtextInput3.ets21 @State inputType: InputType = InputType.Normal;
52 this.inputType = eventData.data?.type;
/test/ostest/wukong/test_flow/src/
Dfocus_test_flow.cpp226 InputType inputType = INPUTTYPE_INVALIDINPUT; in SetInputPercent() local
232 inputType = it->second; in SetInputPercent()
255 inputPercent_[inputType] = (int)(percent * ONE_HUNDRED_PERCENT); in SetInputPercent()
Drandom_test_flow.cpp237 InputType inputType = INPUTTYPE_INVALIDINPUT; in SetInputPercent() local
243 inputType = it->second; in SetInputPercent()
266 inputPercent_[inputType] = (int)(percent * ONE_HUNDRED_PERCENT); in SetInputPercent()
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_imageText/ace_ets_module_imageText_api12/entry/src/main/ets/MainAbility/pages/Text/
DstyledStringChange.ets77 @State inputType: InputType = InputType.Normal
149 .type(this.inputType)
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_imageText/ace_ets_module_imageText_api11/entry/src/main/ets/test/TextInputTest/
DTextInputJsunit3.test.ets128 …textInputTest05] JSON.parse(strJson) is: " + JSON.stringify(JSON.parse(strJson).$attrs.inputType));
129 expect(JSON.parse(strJson).$attrs.inputType).assertEqual(undefined);
154 expect(JSON.parse(strJson).$attrs.inputType).assertEqual(undefined);
/test/xts/acts/arkui/ace_ets_component_four/entry/src/main/ets/test/
DTextInputJsunit.test.ets129 …textInputTest05] JSON.parse(strJson) is: " + JSON.stringify(JSON.parse(strJson).$attrs.inputType));
130 expect(JSON.parse(strJson).$attrs.inputType).assertEqual(undefined);
155 expect(JSON.parse(strJson).$attrs.inputType).assertEqual(undefined);
/test/xts/acts/barrierfree/accessibilityerrcode/entry/src/main/ets/test/
DAccessibilityErrCode.test.ets990 expect(ElementAttributeValue.indexOf("inputType") != -1).assertTrue();