Home
last modified time | relevance | path

Searched refs:GetCastFormsCount (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h572 int32_t GetCastFormsCount(int32_t &formCount);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp2088 int32_t FormDataMgr::GetCastFormsCount(int32_t &formCount) in GetCastFormsCount() function in OHOS::AppExecFwk::FormDataMgr
H A Dform_mgr_adapter.cpp3194 return FormDataMgr::GetInstance().GetCastFormsCount(formCount); in GetFormsCount()