Home
last modified time | relevance | path

Searched refs:InterIpcDeathRecipient (Results 1 - 8 of 8) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_death_recipient.h37 class InterIpcDeathRecipient final : public IRemoteObject::DeathRecipient,
40 virtual ~InterIpcDeathRecipient() = default;
42 explicit InterIpcDeathRecipient(std::string key) : key_(key) in InterIpcDeathRecipient() function in OHOS::Sharing::final
H A Dinter_ipc_client_stub.cpp51 auto deathRecipient = new (std::nothrow) InterIpcDeathRecipient(key); in SetListenerObject()
H A Dinter_ipc_client.h60 sptr<InterIpcDeathRecipient> deathRecipient_ = nullptr;
H A Dinter_ipc_sub_stub.cpp80 auto deathRecipient = new (std::nothrow) InterIpcDeathRecipient(key); in SetListenerObject()
H A Dinter_ipc_stub.h65 std::unordered_map<std::string, sptr<InterIpcDeathRecipient>> deathRecipients_;
H A Dinter_ipc_service_stub.cpp126 auto deathRecipient = new (std::nothrow) InterIpcDeathRecipient(key); in SetListenerObject()
H A Dinter_ipc_client.cpp76 deathRecipient_ = new (std::nothrow) InterIpcDeathRecipient(key_); in GetSharingProxy()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H A Dinterprocess_unit_test.cpp232 auto ipcDeathRecipient = std::make_shared<InterIpcDeathRecipient>(key); in HWTEST_F()
239 auto ipcDeathRecipient = std::make_shared<InterIpcDeathRecipient>(key); in HWTEST_F()
249 auto ipcDeathRecipient = std::make_shared<InterIpcDeathRecipient>(key); in HWTEST_F()

Completed in 3 milliseconds