Searched refs:syncListenerDeathRecipient_ (Results 1 – 2 of 2) sorted by relevance
46 …syncListenerDeathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new SyncSubscriberDeathRecipient… in Init()441 syncListener->AddDeathRecipient(syncListenerDeathRecipient_); in AddSyncListener()468 iter->second->RemoveDeathRecipient(syncListenerDeathRecipient_); in RemoveSyncListeners()498 syncListenerMap_[caller]->RemoveDeathRecipient(syncListenerDeathRecipient_); in RemoveSyncListener()523 iter->second->RemoveDeathRecipient(syncListenerDeathRecipient_); in RemoveSyncListener()
118 sptr<IRemoteObject::DeathRecipient> syncListenerDeathRecipient_ = nullptr; variable