Searched refs:bundleInfos (Results 1 - 6 of 6) sorted by relevance
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_no_bms_mock_test.cpp | 114 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 D | bundle_manager_helper_branch_test.cpp | 240 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 D | bundle_manager_helper.h | 114 * @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 D | bundle_manager_helper.cpp | 215 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 D | advanced_notification_utils.cpp | 1862 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 D | mock_app_mgr_service.h | 50 MOCK_METHOD1(StartupResidentProcess, void(const std::vector<AppExecFwk::BundleInfo> &bundleInfos));
|
Completed in 6 milliseconds