Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds