Home
last modified time | relevance | path

Searched refs:InputType (Results 1 – 25 of 42) sorted by relevance

12

/test/xts/acts/arkui/ace_ets_third_test/entry/src/main/ets/MainAbility/pages/
DTextInput.ets34 .type(InputType.Normal)
61 .type(InputType.Normal)
70 .type(InputType.Normal)
77 .type(InputType.Normal)
86 .type(InputType.Normal)
93 .type(InputType.Password)
102 .type(InputType.Password)
109 .type(InputType.Password)
118 .type(InputType.Password)
125 .type(InputType.Password)
[all …]
/test/xts/acts/arkui/ace_ets_components_ux/ace_ets_component_text_test/entry/src/main/ets/MainAbility/pages/Stack/Stack_Text/
DStack_Text.ets30 .type(InputType.NEW_PASSWORD)
31 .type(InputType.NUMBER_PASSWORD)
32 .type(InputType.SCREEN_LOCK_PASSWORD)
33 .type(InputType.NUMBER_DECIMAL)
34 .type(InputType.USER_NAME)
/test/xts/acts/arkui/ace_ets_third_test/entry/src/main/ets/test/
DTextInputJsunit.test.ets81 expect(obj.$attrs.type).assertEqual('InputType.Normal')
106 expect(obj.$attrs.type).assertEqual('InputType.Normal')
122 expect(obj.$attrs.type).assertEqual('InputType.Normal')
138 expect(obj.$attrs.type).assertEqual('InputType.Normal')
154 expect(obj.$attrs.type).assertEqual('InputType.Normal')
170 expect(obj.$attrs.type).assertEqual('InputType.Password')
186 expect(obj.$attrs.type).assertEqual('InputType.Password')
202 expect(obj.$attrs.type).assertEqual('InputType.Password')
218 expect(obj.$attrs.type).assertEqual('InputType.Password')
234 expect(obj.$attrs.type).assertEqual('InputType.Password')
[all …]
/test/xts/acts/arkui/ace_ets_component_nine/ace_ets_component_nine_textinput/entry/src/main/ets/MainAbility/pages/component/
DtextInputType.ets23 instance.type(InputType.Normal)
25 instance.type(InputType.Password)
27 instance.type(InputType.Email)
29 instance.type(InputType.Number)
DtextInputPasswordIcon.ets39 .type(InputType.Password)
/test/ostest/wukong/report/include/
Dinput_info.h43 void SetInputType(InputType inputType);
63 InputType inputType_;
Dinput_msg_object.h96 InputType inputType_ = INPUTTYPE_INVALIDINPUT;
/test/xts/acts/arkui/ace_ets_component_nine/ace_ets_component_nine_textinput/entry/src/main/ets/test/component/
DtextInputType.test.ets57 * @tc.desc set the type property value is InputType.Normal
89 expect(obj.$attrs.type).assertEqual('InputType.Normal');
98 * @tc.desc set the type property value is InputType.Password
130 expect(obj.$attrs.type).assertEqual('InputType.Password');
140 * @tc.desc set the type property value is InputType.Email
174 expect(obj.$attrs.type).assertEqual('InputType.Email');
184 * @tc.desc set the type property value is InputType.Number
216 expect(obj.$attrs.type).assertEqual('InputType.Number');
/test/xts/acts/arkui/ace_ets_component_attrlack/entry/src/main/ets/MainAbility/pages/
Dtext_input.ets49 .type(InputType.PhoneNumber)
57 .type(InputType.PhoneNumber)
72 .type(InputType.PhoneNumber)
/test/ostest/wukong/input_factory/include/
Dinput_factory.h35 static std::shared_ptr<InputAction> GetInputAction(InputType type);
Dinput_action.h30 enum InputType { enum
/test/xts/acts/arkui/ace_ets_component_api11_completion/entry/src/main/ets/test/TextApi/
DTextStyle.test.ets85 expect(Obj1.$attrs.type).assertEqual('InputType.Email');
105 expect(Obj1.$attrs.type).assertEqual('InputType.Email');
126 expect(Obj1.$attrs.type).assertEqual('InputType.Normal');
168 expect(Obj1.$attrs.type).assertEqual('InputType.Normal');
189 expect(Obj1.$attrs.type).assertEqual('InputType.Email');
/test/xts/acts/ability/ability_runtime/actsautofilltest/AutoFillAutomaticRely/entry/src/main/ets/pages/
DIndex.ets54 .type(InputType.USER_NAME)
78 .type(InputType.Password)
103 .type(InputType.NEW_PASSWORD)
/test/ostest/wukong/test_flow/src/
Dfocus_test_flow.cpp99 const map<int, InputType> OPTION_INPUT_PERCENT = {
226 InputType inputType = INPUTTYPE_INVALIDINPUT; in SetInputPercent()
383 InputType eventTypeId = (InputType)(eventList_.at(eventindex)); in RunStep()
399 ErrCode FocusTestFlow::ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &ev… in ProtectRightAbility()
Drandom_test_flow.cpp93 const map<int, InputType> OPTION_INPUT_PERCENT = {
226 InputType inputType = INPUTTYPE_INVALIDINPUT; in SetInputPercent()
385 InputType eventTypeId = (InputType)(eventList_.at(eventindex)); in RunStep()
400 ErrCode RandomTestFlow::ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &e… in ProtectRightAbility()
Dspecial_test_flow.cpp180 InputType inputTypeId = DistrbuteInputType(); in RunStep()
243 InputType SpecialTestFlow::DistrbuteInputType() in DistrbuteInputType()
245 InputType iputType = INPUTTYPE_INVALIDINPUT; in DistrbuteInputType()
/test/ostest/wukong/input_factory/src/
Dinput_factory.cpp30 std::shared_ptr<InputAction> InputFactory::GetInputAction(InputType type) in GetInputAction()
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/
DTextInputPage.ets21 @State type: InputType = InputType.Email
153 .type(InputType.Password)
/test/ostest/wukong/test_flow/include/
Dfocus_test_flow.h110 ErrCode ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &eventTypeId);
Dspecial_test_flow.h82 InputType DistrbuteInputType();
Drandom_test_flow.h110 ErrCode ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &eventTypeId);
/test/xts/acts/arkui/ace_ets_component_four/entry/src/main/ets/MainAbility/pages/
DtextInput.ets22 @State inputType: InputType = InputType.Normal;
/test/xts/tools/sample/AppSampleD/entry/src/main/ets/appsampled/pages/
DLogin.ets61 .type(InputType.PhoneNumber)
73 .type(InputType.Password)
/test/xts/acts/arkui/ace_ets_component_api11_completion/entry/src/main/ets/MainAbility/pages/textInputApi/
Dinput_keytype.ets34 .type(InputType.Normal)
/test/xts/tools/sample/AppSampleE/entry/src/main/ets/pages/login/
DLogin.ets76 .type(InputType.PhoneNumber)
117 .type(InputType.Password)

12