Home
last modified time | relevance | path

Searched refs:USER_NAME (Results 1 - 18 of 18) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_corrupt_test.cpp31 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 Ddistributeddb_interfaces_index_unit_test.cpp37 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 Dtext_input_type.h38 USER_NAME = 10, member in OHOS::Ace::TextInputType
/foundation/ability/ability_base/interfaces/kits/native/view_data/include/
H A Dauto_fill_type.h24 USER_NAME, member in OHOS::AbilityBase::AutoFillType
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_content_type.h26 USER_NAME = 0, member in OHOS::Ace::NG::TextContentType
H A Dtext_field_accessibility_property.cpp72 case TextInputType::USER_NAME: in GetTextInputType()
H A Dtext_field_pattern.cpp154 { 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 Dtext_input_area_model_test.cpp796 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 Dtext_input_check_test.cpp101 * @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 Dtext_input_sub_2_test.cpp400 model.SetType(TextInputType::USER_NAME); in HWTEST_F()
480 model.SetType(TextInputType::USER_NAME); in HWTEST_F()
H A Dtext_input_update_test.cpp885 EXPECT_EQ(pattern_->ConvertToAceAutoFillType(TextInputType::USER_NAME), in HWTEST_F()
H A Dtext_area_test.cpp1274 model.SetType(TextInputType::USER_NAME); in HWTEST_F()
1280 EXPECT_EQ(pattern_->TextInputTypeToString(), "InputType.USER_NAME"); in HWTEST_F()
H A Dtext_field_pattern_testtwo.cpp1365 layoutProperty->UpdateTextContentType(TextContentType::USER_NAME); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager.cpp225 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 Dvpn_database_defines.h78 const std::string USER_NAME = "userName"; member
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtextinput_composed_element.cpp220 } 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 Djs_auto_fill_manager.cpp149 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 Dvpn_database_helper.cpp137 values.PutString(USER_NAME, info->userName_); in BindVpnData()

Completed in 28 milliseconds