Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_no_bms_mock_test.cpp114 std::vector<AppExecFwk::BundleInfo> bundleInfos; in HWTEST_F() local
116 OHOS::AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, bundleInfos, osAccountInfoOne.GetLocalId())); in HWTEST_F()
122 if (!CheckBundleName(bundleInfos, j)) { in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/test/unittest/bundle_manager_helper_branch_test/
H A Dbundle_manager_helper_branch_test.cpp240 std::vector<AppExecFwk::BundleInfo> bundleInfos; in HWTEST_F() local
242 ASSERT_EQ(false, bundleManagerHelper.GetBundleInfos(flag, bundleInfos, 1)); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dbundle_manager_helper.h114 * @param bundleInfos Indicates all of the obtained BundleInfo objects.
119 const AppExecFwk::BundleFlag flag, std::vector<AppExecFwk::BundleInfo> &bundleInfos, int32_t userId);
/base/notification/distributed_notification_service/services/ans/src/
H A Dbundle_manager_helper.cpp215 const AppExecFwk::BundleFlag flag, std::vector<AppExecFwk::BundleInfo> &bundleInfos, int32_t userId) in GetBundleInfos()
225 bool ret = bundleMgr_->GetBundleInfos(flag, bundleInfos, userId); in GetBundleInfos()
214 GetBundleInfos( const AppExecFwk::BundleFlag flag, std::vector<AppExecFwk::BundleInfo> &bundleInfos, int32_t userId) GetBundleInfos() argument
H A Dadvanced_notification_utils.cpp1862 std::vector<AppExecFwk::BundleInfo> bundleInfos = GetBundlesOfActiveUser(); in InitNotificationEnableList()
1864 for (const auto &bundleInfo : bundleInfos) { in InitNotificationEnableList()
1960 std::vector<AppExecFwk::BundleInfo> bundleInfos; in GetBundlesOfActiveUser() local
1964 return bundleInfos; in GetBundlesOfActiveUser()
1979 bundleInfos.insert(bundleInfos.end(), infos.begin(), infos.end()); in GetBundlesOfActiveUser()
1982 return bundleInfos; in GetBundlesOfActiveUser()
/base/security/access_token/services/test/mock/aafwk/
H A Dmock_app_mgr_service.h50 MOCK_METHOD1(StartupResidentProcess, void(const std::vector<AppExecFwk::BundleInfo> &bundleInfos));

Completed in 6 milliseconds