Home
last modified time | relevance | path

Searched refs:bundleEvents_ (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_user_mgr_host_impl.cpp385 bundleEvents_.clear(); in ClearBundleEvents()
391 bundleEvents_.emplace_back(notifyBundleEvents); in AddNotifyBundleEvents()
414 for (size_t i = 0; i < bundleEvents_.size(); ++i) { in HandleNotifyBundleEvents()
415 commonEventMgr->NotifyBundleStatus(bundleEvents_[i], dataMgr); in HandleNotifyBundleEvents()
421 bundleEvents_.clear(); in HandleNotifyBundleEvents()
H A Dbase_bundle_installer.cpp5011 bundleEvents_.emplace_back(installRes); in AddBundleStatus()
5016 if (bundleEvents_.empty()) { in NotifyAllBundleStatus()
5028 for (const auto &bundleEvent : bundleEvents_) { in NotifyAllBundleStatus()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_user_mgr_host_impl.h71 std::vector<NotifyBundleEvents> bundleEvents_; member in OHOS::AppExecFwk::BundleUserMgrHostImpl
H A Dbase_bundle_installer.h787 std::vector<NotifyBundleEvents> bundleEvents_; member in OHOS::AppExecFwk::BaseBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6127 EXPECT_NE(installer.bundleEvents_.end().base()->abilityName.c_str(), in HWTEST_F()

Completed in 24 milliseconds