Home
last modified time | relevance | path

Searched refs:GetBundleMgrProxy (Results 1 - 9 of 9) sorted by relevance

/base/notification/common_event_service/services/src/
H A Dbundle_manager_helper.cpp63 if (!GetBundleMgrProxy()) { in QueryExtensionInfos()
78 if (!GetBundleMgrProxy()) { in QueryExtensionInfos()
106 if (!GetBundleMgrProxy()) { in GetResConfigFile()
123 if (!GetBundleMgrProxy()) { in CheckIsSystemAppByUid()
141 if (!GetBundleMgrProxy()) { in CheckIsSystemAppByBundleName()
160 bool BundleManagerHelper::GetBundleMgrProxy() in GetBundleMgrProxy() function in OHOS::EventFwk::BundleManagerHelper
234 if (!GetBundleMgrProxy()) { in GetApplicationInfos()
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H A Ddlp_utils.h46 static sptr<AppExecFwk::IBundleMgr> GetBundleMgrProxy(void);
/base/notification/common_event_service/services/include/
H A Dbundle_manager_helper.h104 bool GetBundleMgrProxy();
/base/security/dlp_permission_service/frameworks/test/mock/
H A Ddlp_utils_mock.cpp31 sptr<AppExecFwk::IBundleMgr> DlpUtils::GetBundleMgrProxy(void) in GetBundleMgrProxy() function in OHOS::Security::DlpPermission::DlpUtils
/base/notification/common_event_service/services/test/unittest/
H A Dbundle_manager_helper_test.cpp82 * @tc.desc: test GetBundleMgrProxy function and sptrBundleMgr_ is not nullptr.
90 EXPECT_EQ(true, bundleManagerHelper.GetBundleMgrProxy()); in HWTEST_F()
96 * @tc.desc: test GetBundleMgrProxy function and sptrBundleMgr_ is nullptr.
104 EXPECT_EQ(false, bundleManagerHelper.GetBundleMgrProxy()); in HWTEST_F()
110 * @tc.desc: test GetBundleName function and GetBundleMgrProxy is false.
125 * @tc.desc: test QueryExtensionInfos function and GetBundleMgrProxy is false.
141 * @tc.desc: test QueryExtensionInfos function and GetBundleMgrProxy is false.
156 * @tc.desc: test QueryExtensionInfos function and GetBundleMgrProxy is true and osAccountIds.size() is 0.
172 * @tc.desc: test GetResConfigFile function and GetBundleMgrProxy is false.
188 * @tc.desc: test CheckIsSystemAppByUid function and GetBundleMgrProxy i
[all...]
/base/notification/common_event_service/services/test/unittest/mock/
H A Dmock_bundle_manager_helper.cpp248 bool BundleManagerHelper::GetBundleMgrProxy() in GetBundleMgrProxy() function in OHOS::EventFwk::BundleManagerHelper
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_utils.cpp32 sptr<AppExecFwk::IBundleMgr> DlpUtils::GetBundleMgrProxy(void) in GetBundleMgrProxy() function in OHOS::Security::DlpPermission::DlpUtils
H A Ddlp_file_kits.cpp210 auto bundleMgrProxy = DlpUtils::GetBundleMgrProxy(); in ConvertAbilityInfoWithBundleName()
H A Ddlp_file_manager.cpp454 auto bundleMgrProxy = DlpUtils::GetBundleMgrProxy(); in GetBundleInfoWithBundleName()

Completed in 4 milliseconds