Searched refs:innerReceiverImpl (Results 1 – 1 of 1) sorted by relevance
509 sptr<InnerReceiverImpl> innerReceiverImpl(new (std::nothrow) InnerReceiverImpl()); in ReInstallAllInstallDirApps() local510 innerReceiverImpl->SetBundleName(hapPaths.first); in ReInstallAllInstallDirApps()513 installer->Install(tempHaps, installParam, innerReceiverImpl); in ReInstallAllInstallDirApps()3243 sptr<InnerReceiverImpl> innerReceiverImpl(new (std::nothrow) InnerReceiverImpl()); in ProcessRebootQuickFixUnInstallAndRecover() local3244 if (innerReceiverImpl == nullptr) { in ProcessRebootQuickFixUnInstallAndRecover()3269 installer->UninstallAndRecover(bundleName, installParam, innerReceiverImpl); in ProcessRebootQuickFixUnInstallAndRecover()