Searched refs:GetBundleInfos (Results 1 - 5 of 5) sorted by relevance
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_no_bms_mock_test.cpp | 115 EXPECT_EQ(true, bundleMgrProxy->GetBundleInfos( in HWTEST_F() 119 bundleMgrProxy->GetBundleInfos(OHOS::AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, user0BundleInfos, 0)); in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | bundle_manager_helper.h | 118 bool GetBundleInfos(
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | bundle_manager_helper.cpp | 214 bool BundleManagerHelper::GetBundleInfos( in GetBundleInfos() function in OHOS::Notification::BundleManagerHelper 225 bool ret = bundleMgr_->GetBundleInfos(flag, bundleInfos, userId); in GetBundleInfos()
|
H A D | advanced_notification_utils.cpp | 1975 if (!bundleMgr->GetBundleInfos(flag, infos, itemUser)) { in GetBundlesOfActiveUser()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/bundle_manager_helper_branch_test/ |
H A D | bundle_manager_helper_branch_test.cpp | 234 * @tc.desc : test GetBundleInfos
242 ASSERT_EQ(false, bundleManagerHelper.GetBundleInfos(flag, bundleInfos, 1));
in HWTEST_F()
|
Completed in 6 milliseconds