Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/
H A Dformprovidermgr_fuzzer.cpp49 formItemInfo.SetFormWindow(formWindow); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_item_info.h253 void SetFormWindow(const FormWindow &formWindow);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_item_info.cpp408 void FormItemInfo::SetFormWindow(const FormWindow &formWindow) in SetFormWindow() function in OHOS::AppExecFwk::FormItemInfo
H A Dform_mgr_adapter.cpp1948 itemInfo.SetFormWindow(formInfo.window); in CreateFormItemInfo()