Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_info_mgr.cpp83 bool FormInfoMgr::CheckBundlePermission() in CheckBundlePermission() function in OHOS::AppExecFwk::FormInfoMgr
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_info_mgr.cpp504 if (!CheckBundlePermission()) { in GetAllFormsInfo()
520 if (!CheckBundlePermission()) { in GetFormsInfoByFilter()
554 if (!CheckBundlePermission() && !IsCaller(bundleName)) { in GetFormsInfoByBundle()
579 if (!CheckBundlePermission() && !IsCaller(bundleName)) { in GetFormsInfoByModule()
766 bool FormInfoMgr::CheckBundlePermission() in CheckBundlePermission() function in OHOS::AppExecFwk::FormInfoMgr
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/forminfomgr_fuzzer/
H A Dforminfomgr_fuzzer.cpp61 formInfoMgr.CheckBundlePermission(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_info_mgr.h130 static bool CheckBundlePermission();