Home
last modified time | relevance | path

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

/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp582 sptr<IRemoteObject::DeathRecipient> deathRecipient(new DBinderTestDeathRecipient()); in HWTEST_F()
634 deathRecipient = new DBinderTestDeathRecipient(); in HWTEST_F()
682 sptr<IRemoteObject::DeathRecipient> deathRecipient(new DBinderTestDeathRecipient()); in HWTEST_F()
686 sptr<IRemoteObject::DeathRecipient> deathRecipientRepeat(new DBinderTestDeathRecipient()); in HWTEST_F()
738 sptr<IRemoteObject::DeathRecipient> deathRecipient(new DBinderTestDeathRecipient()); in HWTEST_F()
755 result = DBinderTestDeathRecipient::GotDeathRecipient(); in HWTEST_F()
757 DBinderTestDeathRecipient::ClearDeathRecipient(); in HWTEST_F()
1252 sptr<IRemoteObject::DeathRecipient> deathRecipient1(new DBinderTestDeathRecipient()); in HWTEST_F()
1255 sptr<IRemoteObject::DeathRecipient> deathRecipient2(new DBinderTestDeathRecipient()); in HWTEST_F()
1266 EXPECT_EQ(DBinderTestDeathRecipient in HWTEST_F()
[all...]
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()
/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service_skeleton.h176 class DBinderTestDeathRecipient : public IRemoteObject::DeathRecipient { class
179 DBinderTestDeathRecipient();
180 virtual ~DBinderTestDeathRecipient();
186 static constexpr OHOS::HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_ID_TEST, "DBinderTestDeathRecipient" };

Completed in 4 milliseconds