Searched refs:name1 (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_radio_button_unit_test.cpp | 95 const char* name1 = "group1"; in HWTEST_F() local 97 UIRadioButton* radioBtn1 = new UIRadioButton(name1); in HWTEST_F() 99 radioBtn2->SetName(name1); in HWTEST_F() 100 UIRadioButton* radioBtn3 = new UIRadioButton(name1); in HWTEST_F()
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperentry_fuzzer/ |
H A D | eglwrapperentry_fuzzer.cpp | 83 std::string name1 = GetStringFromData(STR_LEN); in DoSomethingInterestingWithMyAPI() local 87 FindEglWrapperApi(name1); in DoSomethingInterestingWithMyAPI()
|
/foundation/distributeddatamgr/data_share/test/native/unittest/datashareproxy_test/ |
H A D | proxydatas_with_permission_test.cpp | 35 std::string TBL_NAME1 = "name1"; 106 std::string name1 = "wu"; in HWTEST_F() local 107 valuesBucket.Put(TBL_NAME1, name1); in HWTEST_F() 167 PredicateTemplateNode node2("p2", "select name1 as name from TBL00"); in HWTEST_F() 171 Template tpl(nodes, "select name1 as name from TBL00"); in HWTEST_F() 185 PredicateTemplateNode node2("p2", "select name1 as name from TBL00"); in HWTEST_F() 189 Template tpl(nodes, "select name1 as name from TBL00"); in HWTEST_F() 281 Template tpl(nodes, "select name1 as name from TBL00"); in HWTEST_F() 307 std::string name1 = "wu"; in HWTEST_F() local 309 valuesBucket1.Put(TBL_NAME1, name1); in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/transaction/ |
H A D | rs_interfaces_test.cpp | 415 std::string name1 = "";
in HWTEST_F() local 416 bool res = instance.SetWatermark(name1, pixelmap);
in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | data_share_service_impl_test.cpp | 38 std::string TBL_NAME1 = "name1";
167 PredicateTemplateNode node2("p2", "select name1 as name from TBL00");
in HWTEST_F() 171 Template tpl(nodes, "select name1 as name from TBL00");
in HWTEST_F() 266 Template tpl(nodes, "select name1 as name from TBL00");
in HWTEST_F() 299 std::string name1 = "wu";
in HWTEST_F() local 300 valuesBucket2.Put(TBL_NAME1, name1);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 5137 std::string name1, name2; in HWTEST_F() local 5146 ErrCode ret = bundleMgrProxy->GetNameForUid(bundleInfo1.uid, name1); in HWTEST_F() 5161 EXPECT_EQ(name1, name2); in HWTEST_F() 7988 std::string name1 = "testCheckNeedPreload1"; in HWTEST_F() local 7989 moduleInfo1.preloads.push_back(name1); in HWTEST_F() 8013 std::string name1 = "testCheckNeedPreload1"; in HWTEST_F() local 8015 moduleInfo1.preloads.push_back(name1); in HWTEST_F()
|
Completed in 21 milliseconds