Home
last modified time | relevance | path

Searched refs:bundleMgrDeathRecipient_ (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dbundle_manager_helper.cpp37 bundleMgrDeathRecipient_ = new (std::nothrow) RemoteDeathRecipient( in BundleManagerHelper()
133 if (bundleMgr_ != nullptr && bundleMgrDeathRecipient_ != nullptr) { in Connect()
134 bundleMgr_->AsObject()->AddDeathRecipient(bundleMgrDeathRecipient_); in Connect()
144 bundleMgr_->AsObject()->RemoveDeathRecipient(bundleMgrDeathRecipient_); in Disconnect()
/foundation/resourceschedule/background_task_mgr/services/common/include/
H A Dbundle_manager_helper.h50 sptr<RemoteDeathRecipient> bundleMgrDeathRecipient_ = nullptr; member in OHOS::BackgroundTaskMgr::BundleManagerHelper
/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp33 sptr<BundleMgrDeathRecipient> bundleMgrDeathRecipient_(new (std::nothrow) BundleMgrDeathRecipient());
69 bundleMgrProxy->AsObject()->AddDeathRecipient(bundleMgrDeathRecipient_); in GetBundleMgrProxy()

Completed in 3 milliseconds