Home
last modified time | relevance | path

Searched refs:GetFormSrc (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.cpp89 if (GetFormSrc().empty()) { in RunPage()
98 urlPath = GetFormSrcPath(GetFormSrc(), FILE_TYPE_JSON); in RunPage()
138 if (GetFormSrc().empty()) { in GetWindowConfig()
H A Dcard_frontend_declarative.cpp92 if (GetFormSrc().empty()) { in RunPage()
101 urlPath = GetFormSrcPath(GetFormSrc(), FILE_TYPE_BIN); in RunPage()
H A Dform_frontend_declarative.h96 std::string GetFormSrc() const in GetFormSrc() function
H A Dcard_frontend.h159 std::string GetFormSrc() const in GetFormSrc() function
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/
H A Dformprovidermgr_fuzzer.cpp47 formItemInfo.GetFormSrc(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_item_info.h238 std::string GetFormSrc() const;
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_item_info.cpp384 std::string FormItemInfo::GetFormSrc() const in GetFormSrc() function in OHOS::AppExecFwk::FormItemInfo
H A Dform_data_mgr.cpp185 newRecord.formSrc = formInfo.GetFormSrc(); in CreateFormRecord()