Home
last modified time | relevance | path

Searched refs:commonEventMgr_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager.cpp48 commonEventMgr_ = std::make_shared<BundleCommonEventMgr>(); in AppControlManager()
238commonEventMgr_->NotifySetDiposedRule(appId, userId, want.ToString(), Constants::MAIN_APP_INDEX); in SetDisposedStatus()
255 commonEventMgr_->NotifyDeleteDiposedRule(appId, userId, Constants::MAIN_APP_INDEX); in DeleteDisposedStatus()
364 commonEventMgr_->NotifySetDiposedRule(appId, userId, rule.ToString(), appIndex); in SetDisposedRule()
395 commonEventMgr_->NotifyDeleteDiposedRule(appId, userId, appIndex); in DeleteDisposedRule()
414 commonEventMgr_->NotifyDeleteDiposedRule(appId, userId, appIndex); in DeleteAllDisposedRuleByBundle()
429 commonEventMgr_->NotifyDeleteDiposedRule(appId, userId, index); in DeleteAllDisposedRuleByBundle()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_control/
H A Dapp_control_manager.h106 std::shared_ptr<BundleCommonEventMgr> commonEventMgr_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp4651 EXPECT_NE(commonEventMgr_, nullptr);
4652 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr());
4671 EXPECT_NE(commonEventMgr_, nullptr);
4672 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr());
4691 EXPECT_NE(commonEventMgr_, nullptr);
4692 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr());
4774 EXPECT_NE(commonEventMgr_, nullptr);
4775 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr());
4781 commonEventMgr_->NotifyBundleStatus(installRes_, GetBundleDataMgr());
4808 EXPECT_NE(commonEventMgr_, nullptr);
[all …]
H A Dbms_bundle_data_mgr_test.cpp373 … std::shared_ptr<BundleCommonEventMgr> commonEventMgr_ = std::make_shared<BundleCommonEventMgr>(); member in OHOS::BmsBundleDataMgrTest