Home
last modified time | relevance | path

Searched refs:GetBundleInfoWithPermission (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_bms_helper.cpp106 bool FormBmsHelper::GetBundleInfoWithPermission(const std::string &bundleName, int32_t userId, BundleInfo &bundleInfo) in GetBundleInfoWithPermission() function in OHOS::AppExecFwk::FormBmsHelper
/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h118 bool GetBundleInfoWithPermission(const std::string &bundleName, int32_t userId, BundleInfo &bundleInfo);
/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp650 * @tc.desc: Verify that the GetBundleInfoWithPermission interface executes normally and exits without exception.
661 EXPECT_FALSE(formBmsHelper.GetBundleInfoWithPermission(bundleName, userId, bundleInfo)); in HWTEST_F()
666 EXPECT_FALSE(formBmsHelper.GetBundleInfoWithPermission(bundleName, userId, bundleInfo)); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp223 bool FormBmsHelper::GetBundleInfoWithPermission(const std::string &bundleName, int32_t userId, BundleInfo &bundleInfo) in GetBundleInfoWithPermission() function in OHOS::AppExecFwk::FormBmsHelper
H A Dform_mgr_adapter.cpp2841 if (FormBmsHelper::GetInstance().GetBundleInfoWithPermission(bundleName, in CheckKeepBackgroundRunningPermission()

Completed in 11 milliseconds