Home
last modified time | relevance | path

Searched refs:hapSourceDir (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formiteminfo_fuzzer/
H A Dformiteminfo_fuzzer.cpp83 std::string hapSourceDir(data, size); in DoSomethingInterestingWithMyAPI()
84 formItemInfo.AddHapSourceDirs(hapSourceDir); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_lifecycle_update_test/
H A Dfms_form_mgr_lifecycle_update_test.cpp92 std::string hapSourceDir = "1/2/3"; in InitFormItemInfo() local
93 hapSourceDirs.emplace_back(hapSourceDir); in InitFormItemInfo()
/foundation/ability/form_fwk/services/src/
H A Dform_item_info.cpp338 * @param hapSourceDir Hap source dir.
340 void FormItemInfo::AddHapSourceDirs(const std::string &hapSourceDir) in AddHapSourceDirs() argument
342 hapSourceDirs_.emplace_back(hapSourceDir); in AddHapSourceDirs()
/foundation/ability/form_fwk/services/include/
H A Dform_item_info.h168 * @param hapSourceDir Hap source dir.
170 void AddHapSourceDirs(const std::string &hapSourceDir);
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp94 std::string hapSourceDir = "1/2/3"; in InitFormItemInfo() local
95 hapSourceDirs.emplace_back(hapSourceDir); in InitFormItemInfo()

Completed in 9 milliseconds