Searched refs:abilityDeath (Results 1 – 4 of 4) sorted by relevance
88 sptr<IRemoteObject::DeathRecipient> abilityDeath = new (std::nothrow) SoftBusDeathRecipient(); variable89 ASSERT_TRUE(abilityDeath != nullptr);137 sptr<IRemoteObject::DeathRecipient> abilityDeath = new (std::nothrow) SoftBusDeathRecipient(); variable138 ASSERT_TRUE(abilityDeath != nullptr);167 sptr<IRemoteObject::DeathRecipient> abilityDeath = new (std::nothrow) SoftBusDeathRecipient(); variable168 ASSERT_TRUE(abilityDeath != nullptr);201 sptr<IRemoteObject::DeathRecipient> abilityDeath = new (std::nothrow) SoftBusDeathRecipient(); variable202 ASSERT_TRUE(abilityDeath != nullptr);234 ASSERT_TRUE(abilityDeath != nullptr);269 ASSERT_TRUE(abilityDeath != nullptr);[all …]
33 const sptr<IRemoteObject::DeathRecipient> &abilityDeath, int32_t pid) in SoftbusAddService() argument35 if (pkgName.empty() || object == nullptr || abilityDeath == nullptr) { in SoftbusAddService()41 …:pair<sptr<IRemoteObject>, sptr<IRemoteObject::DeathRecipient>> clientObject(object, abilityDeath); in SoftbusAddService()
72 sptr<IRemoteObject::DeathRecipient> abilityDeath = new (std::nothrow) SoftBusDeathRecipient(); in SoftbusRegisterService() local73 if (abilityDeath == nullptr) { in SoftbusRegisterService()77 bool ret = object->AddDeathRecipient(abilityDeath); in SoftbusRegisterService()83 object, abilityDeath, pid) != SOFTBUS_OK) { in SoftbusRegisterService()
34 const sptr<IRemoteObject::DeathRecipient> &abilityDeath, int32_t pid);