Searched refs:VerifyPreload (Results 1 – 5 of 5) sorted by relevance
29 bool BundlePermissionMgr::VerifyPreload(const AAFwk::Want &want) in VerifyPreload() function in OHOS::AppExecFwk::BundlePermissionMgr75 bool BundlePermissionMgr::VerifyPreload(const AAFwk::Want &want) in VerifyPreload() function in OHOS::AppExecFwk::BundlePermissionMgr
90 static bool VerifyPreload(const AAFwk::Want &want);
243 res = BundlePermissionMgr::VerifyPreload(want);
527 bool BundlePermissionMgr::VerifyPreload(const AAFwk::Want &want) in VerifyPreload() function in OHOS::AppExecFwk::BundlePermissionMgr
745 if (!BundlePermissionMgr::VerifyPreload(want)) { in ProcessPreload()