Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formiteminfo_fuzzer/
H A Dformiteminfo_fuzzer.cpp72 formItemInfo.SetJsComponentName(jsComponentName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_item_info.h108 void SetJsComponentName(const std::string &jsComponentName);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_item_info.cpp292 void FormItemInfo::SetJsComponentName(const std::string &jsComponentName) in SetJsComponentName() function in OHOS::AppExecFwk::FormItemInfo
H A Dform_mgr_adapter.cpp1941 itemInfo.SetJsComponentName(formInfo.jsComponentName); in CreateFormItemInfo()