Home
last modified time | relevance | path

Searched refs:GetHapSourceByModuleName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formiteminfo_fuzzer/
H A Dformiteminfo_fuzzer.cpp49 formItemInfo.GetHapSourceByModuleName(moduleName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_item_info.h191 std::string GetHapSourceByModuleName(const std::string &moduleName) const;
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_item_info.cpp161 std::string FormItemInfo::GetHapSourceByModuleName(const std::string &moduleName) const in GetHapSourceByModuleName() function in OHOS::AppExecFwk::FormItemInfo
H A Dform_data_mgr.cpp184 newRecord.jsFormCodePath = formInfo.GetHapSourceByModuleName(newRecord.moduleName); in CreateFormRecord()