Home
last modified time | relevance | path

Searched refs:name1 (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_radio_button_unit_test.cpp95 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 Deglwrapperentry_fuzzer.cpp83 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 Dproxydatas_with_permission_test.cpp35 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 Drs_interfaces_test.cpp415 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 Ddata_share_service_impl_test.cpp38 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 Dacts_bms_kit_system_test.cpp5137 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