Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/common/background_task_manager/include/
H A Dbackground_task_manager_death_recipient.h24 class BackgroundTaskMgrDeathRecipient : public IRemoteObject::DeathRecipient {
26 BackgroundTaskMgrDeathRecipient() {} in BackgroundTaskMgrDeathRecipient() function
27 virtual ~BackgroundTaskMgrDeathRecipient() override = default;
H A Dbackground_task_manager_access_client.h48 sptr<BackgroundTaskMgrDeathRecipient> serviceDeathObserver_ = nullptr;
/ohos5.0/base/security/access_token/services/common/background_task_manager/src/
H A Dbackground_task_manager_death_recipient.cpp29 void BackgroundTaskMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied()
H A Dbackground_task_manager_access_client.cpp106 serviceDeathObserver_ = new (std::nothrow) BackgroundTaskMgrDeathRecipient(); in InitProxy()