Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_user_mgr_host_impl.cpp355 bundleEvents_.clear(); in ClearBundleEvents()
361 bundleEvents_.emplace_back(notifyBundleEvents); in AddNotifyBundleEvents()
384 for (size_t i = 0; i < bundleEvents_.size(); ++i) { in HandleNotifyBundleEvents()
385 commonEventMgr->NotifyBundleStatus(bundleEvents_[i], dataMgr); in HandleNotifyBundleEvents()
391 bundleEvents_.clear(); in HandleNotifyBundleEvents()
H A Dbase_bundle_installer.cpp4738 bundleEvents_.emplace_back(installRes); in AddBundleStatus()
4743 if (bundleEvents_.empty()) { in NotifyAllBundleStatus()
4755 for (const auto &bundleEvent : bundleEvents_) { in NotifyAllBundleStatus()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_user_mgr_host_impl.h66 std::vector<NotifyBundleEvents> bundleEvents_; variable
H A Dbase_bundle_installer.h782 std::vector<NotifyBundleEvents> bundleEvents_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6144 EXPECT_NE(installer.bundleEvents_.end().base()->abilityName.c_str(),