Home
last modified time | relevance | path

Searched refs:IsBundleSelfCalling (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp79 !BundlePermissionMgr::IsBundleSelfCalling(appName)) { in GetApplicationInfo()
103 !BundlePermissionMgr::IsBundleSelfCalling(appName)) { in GetApplicationInfoV9()
198 !BundlePermissionMgr::IsBundleSelfCalling(bundleName)) { in GetBundleInfo()
223 !BundlePermissionMgr::IsBundleSelfCalling(bundleName)) { in GetBaseSharedBundleInfos()
247 !BundlePermissionMgr::IsBundleSelfCalling(bundleName)) { in GetBundleInfoV9()
579 !BundlePermissionMgr::IsBundleSelfCalling(bundleName)) { in GetBundleGids()
595 !BundlePermissionMgr::IsBundleSelfCalling(bundleName)) { in GetBundleGidsByUid()
749 !BundlePermissionMgr::IsBundleSelfCalling(want.GetElement().GetBundleName())) { in QueryAbilityInfo()
787 !BundlePermissionMgr::IsBundleSelfCalling(want.GetElement().GetBundleName())) { in QueryAbilityInfos()
815 !BundlePermissionMgr::IsBundleSelfCalling(wan in QueryAbilityInfosV9()
[all...]
H A Dbundle_permission_mgr.cpp598 bool BundlePermissionMgr::IsBundleSelfCalling(const std::string &bundleName) in IsBundleSelfCalling() function in OHOS::AppExecFwk::BundlePermissionMgr
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_permission_mgr.cpp64 bool BundlePermissionMgr::IsBundleSelfCalling(const std::string &bundleName) in IsBundleSelfCalling() function in OHOS::AppExecFwk::BundlePermissionMgr
110 bool BundlePermissionMgr::IsBundleSelfCalling(const std::string &bundleName)
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_manager_host_impl.cpp166 !BundlePermissionMgr::IsBundleSelfCalling(bundleName)) { in GetOverlayModuleInfoByBundleName()
230 !BundlePermissionMgr::IsBundleSelfCalling(targetBundleName)) { in GetOverlayModuleInfoForTarget()
280 !BundlePermissionMgr::IsBundleSelfCalling(bundleName)) { in SetOverlayEnabled()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_permission_mgr.h104 static bool IsBundleSelfCalling(const std::string &bundleName);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp669 * @tc.name: test IsBundleSelfCalling
670 * @tc.desc: 1.test IsBundleSelfCalling of BundlePermissionMgr
676 ret = BundlePermissionMgr::IsBundleSelfCalling(""); in HWTEST_F()
696 * @tc.name: test IsBundleSelfCalling
697 * @tc.desc: 1.test IsBundleSelfCalling of BundlePermissionMgr
703 ret = BundlePermissionMgr::IsBundleSelfCalling(bundleName); in HWTEST_F()

Completed in 10 milliseconds