Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp509 sptr<InnerReceiverImpl> innerReceiverImpl(new (std::nothrow) InnerReceiverImpl()); in ReInstallAllInstallDirApps() local
510 innerReceiverImpl->SetBundleName(hapPaths.first); in ReInstallAllInstallDirApps()
513 installer->Install(tempHaps, installParam, innerReceiverImpl); in ReInstallAllInstallDirApps()
3243 sptr<InnerReceiverImpl> innerReceiverImpl(new (std::nothrow) InnerReceiverImpl()); in ProcessRebootQuickFixUnInstallAndRecover() local
3244 if (innerReceiverImpl == nullptr) { in ProcessRebootQuickFixUnInstallAndRecover()
3269 installer->UninstallAndRecover(bundleName, installParam, innerReceiverImpl); in ProcessRebootQuickFixUnInstallAndRecover()