Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dbackground_task_manager.h192 class BgTaskMgrDeathRecipient : public IRemoteObject::DeathRecipient {
194 explicit BgTaskMgrDeathRecipient(BackgroundTaskManager &backgroundTaskManager);
196 ~BgTaskMgrDeathRecipient() override;
207 sptr<BgTaskMgrDeathRecipient> recipient_;
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_manager.cpp264 recipient_ = new (std::nothrow) BgTaskMgrDeathRecipient(*this); in GetBackgroundTaskManagerProxy()
305 BackgroundTaskManager::BgTaskMgrDeathRecipient::BgTaskMgrDeathRecipient(BackgroundTaskManager &back… in BgTaskMgrDeathRecipient() function in OHOS::BackgroundTaskMgr::BackgroundTaskManager::BgTaskMgrDeathRecipient
308 BackgroundTaskManager::BgTaskMgrDeathRecipient::~BgTaskMgrDeathRecipient() {} in ~BgTaskMgrDeathRecipient()
310 void BackgroundTaskManager::BgTaskMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()