Home
last modified time | relevance | path

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

/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) in OnRemoteDied()
H A Dbundle_death_recipient.h27 class BundleDeathRecipient : public IRemoteObject::DeathRecipient { class
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()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2106 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(statusReceiver)); in InstallOperation()
2150 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(statusReceiver)); in UninstallOperation()
2173 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(statusReceiver)); in UninstallSharedOperation()
2609 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(nullptr, callback)); in DeployQuickFixDisable()
2643 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(nullpt in DeleteQuickFix()
[all...]
H A Dbundle_test_tool.cpp3270 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(nullptr, callback)); in DeployQuickFix()
3309 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(nullptr, callback)); in SwitchQuickFix()
3342 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(nullptr, callback)); in DeleteQuickFix()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp928 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(callback)); in InstallExecuter()
1096 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(callback)); in UninstallOrRecoverExecuter()
1139 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(callback)); in UninstallByUninstallParamExecuter()
1355 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(callback)); in UninstallAndRecoverExecuter()

Completed in 28 milliseconds