Home
last modified time | relevance | path

Searched refs:abilityDeath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_test.cpp88 sptr<IRemoteObject::DeathRecipient> abilityDeath = new (std::nothrow) SoftBusDeathRecipient(); variable
89 ASSERT_TRUE(abilityDeath != nullptr);
137 sptr<IRemoteObject::DeathRecipient> abilityDeath = new (std::nothrow) SoftBusDeathRecipient(); variable
138 ASSERT_TRUE(abilityDeath != nullptr);
167 sptr<IRemoteObject::DeathRecipient> abilityDeath = new (std::nothrow) SoftBusDeathRecipient(); variable
168 ASSERT_TRUE(abilityDeath != nullptr);
201 sptr<IRemoteObject::DeathRecipient> abilityDeath = new (std::nothrow) SoftBusDeathRecipient(); variable
202 ASSERT_TRUE(abilityDeath != nullptr);
234 ASSERT_TRUE(abilityDeath != nullptr);
269 ASSERT_TRUE(abilityDeath != nullptr);
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/client_manager/src/
H A Dsoftbus_client_info_manager.cpp33 const sptr<IRemoteObject::DeathRecipient> &abilityDeath, int32_t pid) in SoftbusAddService() argument
35 if (pkgName.empty() || object == nullptr || abilityDeath == nullptr) { in SoftbusAddService()
41 …:pair<sptr<IRemoteObject>, sptr<IRemoteObject::DeathRecipient>> clientObject(object, abilityDeath); in SoftbusAddService()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp72 sptr<IRemoteObject::DeathRecipient> abilityDeath = new (std::nothrow) SoftBusDeathRecipient(); in SoftbusRegisterService() local
73 if (abilityDeath == nullptr) { in SoftbusRegisterService()
77 bool ret = object->AddDeathRecipient(abilityDeath); in SoftbusRegisterService()
83 object, abilityDeath, pid) != SOFTBUS_OK) { in SoftbusRegisterService()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/client_manager/include/
H A Dsoftbus_client_info_manager.h34 const sptr<IRemoteObject::DeathRecipient> &abilityDeath, int32_t pid);