Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/
H A Dmock_form_bms_helper.cpp33 bool FormBmsHelper::GetBundleInfoDefault(const std::string& bundleName, int32_t userId, BundleInfo … in GetBundleInfoDefault() function in OHOS::AppExecFwk::FormBmsHelper
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h127 … bool GetBundleInfoDefault(const std::string& bundleName, int32_t userId, BundleInfo &bundleInfo);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp228 bool FormBmsHelper::GetBundleInfoDefault(const std::string& bundleName, int32_t userId, BundleInfo … in GetBundleInfoDefault() function in OHOS::AppExecFwk::FormBmsHelper
H A Dform_render_mgr_inner.cpp229 if (!FormBmsHelper::GetInstance().GetBundleInfoDefault( in FillBundleInfo()