Searched refs:BundleDeathRecipient (Results 1 – 6 of 6) sorted by relevance
27 BundleDeathRecipient::BundleDeathRecipient(const sptr<StatusReceiverHost> &statusReceiver, in BundleDeathRecipient() function in OHOS::AppExecFwk::BundleDeathRecipient32 BundleDeathRecipient::~BundleDeathRecipient() in ~BundleDeathRecipient()38 void BundleDeathRecipient::OnRemoteDied([[maybe_unused]] const wptr<IRemoteObject> &remote)
27 class BundleDeathRecipient : public IRemoteObject::DeathRecipient {29 explicit BundleDeathRecipient(const sptr<StatusReceiverHost> &statusReceiver,31 virtual ~BundleDeathRecipient();
5037 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(callback)); in InnerInstall()5519 sptr<BundleDeathRecipient> recipient(new (std::nothrow) BundleDeathRecipient(callback)); in InnerUninstall()
2212 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()
3220 … 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()
981 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()