Home
last modified time | relevance | path

Searched defs:recipient (Results 1 – 6 of 6) sorted by relevance

/test/xts/hats/hdf/display/composer/death/
Dhdi_death_test.cpp51 sptr<IRemoteObject::DeathRecipient> recipient = new ComposerDiedRecipient(); variable
70 sptr<IRemoteObject::DeathRecipient> recipient = new ComposerDiedRecipient(); variable
/test/xts/hats/hdf/display/buffer/death/
Ddeath_test.cpp51 sptr<IRemoteObject::DeathRecipient> recipient = new BufferDiedRecipient(); variable
70 sptr<IRemoteObject::DeathRecipient> recipient = new BufferDiedRecipient(); variable
/test/testfwk/arkxtest/testserver/src/client/
Dsession_token.h57 bool AddDeathRecipient(const sptr<IRemoteObject::DeathRecipient> &recipient) const in AddDeathRecipient()
/test/xts/device_attest/interfaces/innerkits/native_cpp/test/unittest/src/
Ddevattest_client_proxy_test.cpp123 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) override in AddDeathRecipient()
128 bool RemoveDeathRecipient(const sptr<DeathRecipient> &recipient) override in RemoveDeathRecipient()
/test/xts/acts/hdf/device_manager/device_manager_test/
Ddevice_manager_test.cpp183 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) { return true; }; in AddDeathRecipient()
184 bool RemoveDeathRecipient(const sptr<DeathRecipient> &recipient) { return true; }; in RemoveDeathRecipient()
/test/xts/hats/hdf/manager/managerHdiTest/
Dservice_manager_hdi_c_test.cpp706 struct HdfDeathRecipient* recipient = nullptr; variable