Searched refs:systemProcessDeath_ (Results 1 – 3 of 3) sorted by relevance
146 systemProcessDeath_ = sptr<IRemoteObject::DeathRecipient>(new SystemProcessDeathRecipient()); in Init()1150 if (systemProcessDeath_ != nullptr) { in AddSystemProcess()1151 ret = procObject->AddDeathRecipient(systemProcessDeath_); in AddSystemProcess()1184 if (systemProcessDeath_ != nullptr) { in RemoveSystemProcess()1185 procObject->RemoveDeathRecipient(systemProcessDeath_); in RemoveSystemProcess()
271 sptr<IRemoteObject::DeathRecipient> systemProcessDeath_; variable
2068 saMgr->systemProcessDeath_ = nullptr;