Searched refs:appRecipient (Results 1 – 1 of 1) sorted by relevance
214 auto appRecipient = recipientIter->second; in RegisterDeviceManagerListener() local215 listener->AsObject()->RemoveDeathRecipient(appRecipient); in RegisterDeviceManagerListener()221 sptr<AppDeathRecipient> appRecipient = sptr<AppDeathRecipient>(new AppDeathRecipient()); in RegisterDeviceManagerListener() local222 if (!listener->AsObject()->AddDeathRecipient(appRecipient)) { in RegisterDeviceManagerListener()226 appRecipient_[pkgName] = appRecipient; in RegisterDeviceManagerListener()251 auto appRecipient = recipientIter->second; in UnRegisterDeviceManagerListener() local252 listener->AsObject()->RemoveDeathRecipient(appRecipient); in UnRegisterDeviceManagerListener()