/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_database_corrupt_test.cpp | 31 const std::string USER_NAME = "account0"; member 34 KvStoreDelegateManager g_mgr(APP_NAME, USER_NAME); 52 std::string identifier = USER_NAME + "-" + APP_NAME + "-" + storeId; in GetKvStoreDirectory() 237 EXPECT_EQ(corruptInfo.IsDataBaseCorrupted(APP_NAME, USER_NAME, "corrupt2"), true); in HWTEST_F() 247 EXPECT_EQ(corruptInfo.IsDataBaseCorrupted(APP_NAME, USER_NAME, "corrupt3"), true); in HWTEST_F() 308 EXPECT_EQ(corruptInfo.IsDataBaseCorrupted(APP_NAME, USER_NAME, "corrupt4"), true); in HWTEST_F() 320 EXPECT_EQ(corruptInfo.IsDataBaseCorrupted(APP_NAME, USER_NAME, "corrupt5"), true); in HWTEST_F() 379 EXPECT_EQ(corruptInfoNew.IsDataBaseCorrupted(APP_NAME, USER_NAME, "corrupt7"), true); in HWTEST_F() 433 EXPECT_EQ(corruptInfoNew.IsDataBaseCorrupted(APP_NAME, USER_NAME, "corrupt6"), true); in HWTEST_F()
|
H A D | distributeddb_interfaces_index_unit_test.cpp | 37 const string USER_NAME = "TEST0"; member 39 KvStoreDelegateManager g_mgr(APP_NAME, USER_NAME); 51 string identifier = USER_NAME + "-" + APP_NAME + "-" + storeId; in GetKvStoreDirectory()
|
/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_type.h | 38 USER_NAME = 10, member in OHOS::Ace::TextInputType
|
/foundation/ability/ability_base/interfaces/kits/native/view_data/include/ |
H A D | auto_fill_type.h | 24 USER_NAME, member in OHOS::AbilityBase::AutoFillType
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_content_type.h | 26 USER_NAME = 0, member in OHOS::Ace::NG::TextContentType
|
H A D | text_field_accessibility_property.cpp | 72 case TextInputType::USER_NAME: in GetTextInputType()
|
H A D | text_field_pattern.cpp | 154 { AceAutoFillType::ACE_USER_NAME, TextInputType::USER_NAME }, 183 {TextContentType::USER_NAME, std::make_pair(AceAutoFillType::ACE_USER_NAME, "TextContentType.USER_NAME")}, 3990 { TextInputType::USER_NAME, AceAutoFillType::ACE_USER_NAME }, in ConvertToAceAutoFillType() 5799 case TextInputType::USER_NAME: in OnBackPressed() 5800 return "InputType.USER_NAME"; in OnBackPressed()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_area_model_test.cpp | 796 layoutProperty->UpdateTextContentType(TextContentType::USER_NAME); in HWTEST_F() 797 textFieldModelNG.SetContentType(TextContentType::USER_NAME); in HWTEST_F() 799 textFieldModelNG.SetContentType(TextContentType::USER_NAME); in HWTEST_F() 960 layoutProperty->UpdateTextContentType(TextContentType::USER_NAME); in HWTEST_F() 961 textFieldModelNG.SetContentType(frameNode, TextContentType::USER_NAME); in HWTEST_F() 963 textFieldModelNG.SetContentType(frameNode, TextContentType::USER_NAME); in HWTEST_F() 1068 layoutProperty->UpdateTextInputType(TextInputType::USER_NAME); in HWTEST_F()
|
H A D | text_input_check_test.cpp | 101 * @tc.steps: step1. Initialize text input and set TextInputType USER_NAME. in HWTEST_F() 105 model.SetType(TextInputType::USER_NAME); in HWTEST_F() 208 * @tc.steps: step1. Initialize text input and set TextContentType USER_NAME. in HWTEST_F() 212 model.SetContentType(TextContentType::USER_NAME); in HWTEST_F()
|
H A D | text_input_sub_2_test.cpp | 400 model.SetType(TextInputType::USER_NAME); in HWTEST_F() 480 model.SetType(TextInputType::USER_NAME); in HWTEST_F()
|
H A D | text_input_update_test.cpp | 885 EXPECT_EQ(pattern_->ConvertToAceAutoFillType(TextInputType::USER_NAME), in HWTEST_F()
|
H A D | text_area_test.cpp | 1274 model.SetType(TextInputType::USER_NAME); in HWTEST_F() 1280 EXPECT_EQ(pattern_->TextInputTypeToString(), "InputType.USER_NAME"); in HWTEST_F()
|
H A D | text_field_pattern_testtwo.cpp | 1365 layoutProperty->UpdateTextContentType(TextContentType::USER_NAME); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/ |
H A D | auto_fill_manager.cpp | 225 it->autoFillType == AbilityBase::AutoFillType::USER_NAME || in IsNeed2SaveRequest() 252 autoFillType == AbilityBase::AutoFillType::USER_NAME || in ConvertAutoFillWindowType() 304 autoFillType == AbilityBase::AutoFillType::USER_NAME || in IsNeedToCreatePopupWindow()
|
/foundation/communication/netmanager_ext/services/vpnmanager/include/ |
H A D | vpn_database_defines.h | 78 const std::string USER_NAME = "userName"; member
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | textinput_composed_element.cpp | 220 } else if (keyboard == TextInputType::USER_NAME) { in GetTextinputType() 221 return "InputType.USER_NAME"; in GetTextinputType()
|
/foundation/ability/ability_runtime/frameworks/js/napi/auto_fill_manager/ |
H A D | js_auto_fill_manager.cpp | 149 napi_set_named_property(env, objValue, "USER_NAME", CreateJsValue(env, AbilityBase::AutoFillType::USER_NAME)); in CreateJsAutoFillType()
|
/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | vpn_database_helper.cpp | 137 values.PutString(USER_NAME, info->userName_);
in BindVpnData()
|