Searched refs:DBinderTestDeathRecipient (Results 1 – 3 of 3) sorted by relevance
824 bool DBinderTestDeathRecipient::g_gotDeathRecipient = false;825 bool DBinderTestDeathRecipient::GotDeathRecipient() in GotDeathRecipient()830 void DBinderTestDeathRecipient::ClearDeathRecipient() in ClearDeathRecipient()835 void DBinderTestDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()842 DBinderTestDeathRecipient::DBinderTestDeathRecipient() {} in DBinderTestDeathRecipient() function in OHOS::DBinderTestDeathRecipient844 DBinderTestDeathRecipient::~DBinderTestDeathRecipient() {} in ~DBinderTestDeathRecipient()
582 sptr<IRemoteObject::DeathRecipient> deathRecipient(new DBinderTestDeathRecipient());634 deathRecipient = new DBinderTestDeathRecipient();682 sptr<IRemoteObject::DeathRecipient> deathRecipient(new DBinderTestDeathRecipient());738 sptr<IRemoteObject::DeathRecipient> deathRecipient(new DBinderTestDeathRecipient());755 result = DBinderTestDeathRecipient::GotDeathRecipient();757 DBinderTestDeathRecipient::ClearDeathRecipient();1252 sptr<IRemoteObject::DeathRecipient> deathRecipient1(new DBinderTestDeathRecipient());1255 sptr<IRemoteObject::DeathRecipient> deathRecipient2(new DBinderTestDeathRecipient());1266 EXPECT_EQ(DBinderTestDeathRecipient::GotDeathRecipient(), true);1267 EXPECT_EQ(DBinderTestDeathRecipient::GotDeathRecipient(), true);[all …]
176 class DBinderTestDeathRecipient : public IRemoteObject::DeathRecipient {179 DBinderTestDeathRecipient();180 virtual ~DBinderTestDeathRecipient();