Home
last modified time | relevance | path

Searched refs:inputType (Results 1 – 6 of 6) 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.ets22 @State inputType: InputType = InputType.Normal;
53 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.cpp226 InputType inputType = INPUTTYPE_INVALIDINPUT; in SetInputPercent() local
232 inputType = it->second; in SetInputPercent()
255 inputPercent_[inputType] = (int)(percent * ONE_HUNDRED_PERCENT); in SetInputPercent()
/test/xts/acts/arkui/ace_ets_component_four/entry/src/main/ets/test/
DTextInputJsunit.test.ets129 console.info("[textInputTest05] obj is: " + JSON.stringify(obj.$attrs.inputType));
130 expect(obj.$attrs.inputType).assertEqual(undefined);
155 expect(obj.$attrs.inputType).assertEqual(undefined);
/test/xts/acts/barrierfree/accessibilityerrcode/entry/src/main/ets/test/
DAccessibilityErrCode.test.ets743 expect(ElementAttributeValue.indexOf("inputType") != -1).assertTrue();