Home
last modified time | relevance | path

Searched refs:DBinderTestDeathRecipient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service_skeleton.cpp824 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::DBinderTestDeathRecipient
844 DBinderTestDeathRecipient::~DBinderTestDeathRecipient() {} in ~DBinderTestDeathRecipient()
H A Ddbinder_distributed_test.cpp582 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 …]
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service_skeleton.h176 class DBinderTestDeathRecipient : public IRemoteObject::DeathRecipient {
179 DBinderTestDeathRecipient();
180 virtual ~DBinderTestDeathRecipient();