Home
last modified time | relevance | path

Searched refs:BundleDeathRecipient (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_death_recipient.cpp27 BundleDeathRecipient::BundleDeathRecipient(const sptr<StatusReceiverHost> &statusReceiver, in BundleDeathRecipient() function in OHOS::AppExecFwk::BundleDeathRecipient
32 BundleDeathRecipient::~BundleDeathRecipient() in ~BundleDeathRecipient()
38 void BundleDeathRecipient::OnRemoteDied([[maybe_unused]] const wptr<IRemoteObject> &remote)
H A Dbundle_death_recipient.h27 class BundleDeathRecipient : public IRemoteObject::DeathRecipient {
29 explicit BundleDeathRecipient(const sptr<StatusReceiverHost> &statusReceiver,
31 virtual ~BundleDeathRecipient();
H A Dbundle_mgr.cpp5037 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(callback)); in InnerInstall()
5519 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(callback)); in InnerUninstall()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2212 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(statusReceiver)); in InstallOperation()
2256 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(statusReceiver)); in UninstallOperation()
2279 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(statusReceiver)); in UninstallSharedOperation()
2713 … sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(nullptr, callback)); in DeployQuickFixDisable()
2747 … sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(nullptr, callback)); in DeleteQuickFix()
H A Dbundle_test_tool.cpp3220 … sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(nullptr, callback)); in DeployQuickFix()
3259 … sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(nullptr, callback)); in SwitchQuickFix()
3292 … sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(nullptr, callback)); in DeleteQuickFix()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp981 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(callback)); in InstallExecuter()
1149 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(callback)); in UninstallOrRecoverExecuter()
1192 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(callback)); in UninstallByUninstallParamExecuter()
1408 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(callback)); in UninstallAndRecoverExecuter()