Searched refs:deathNotifier (Results 1 – 6 of 6) sorted by relevance
187 .deathNotifier = nullptr, in getResourceInfoForEdit()280 std::shared_ptr<DeathNotifier> deathNotifier = nullptr; in Create() local282 deathNotifier = std::make_shared<OverrideProcessInfoDeathNotifier>( in Create()285 deathNotifier = std::make_shared<DeathNotifier>(client, service, clientInfo); in Create()288 if (deathNotifier) { in Create()289 deathNotifier->link(); in Create()292 return deathNotifier; in Create()
129 if (info.deathNotifier == nullptr && client != nullptr) { in addResource()130 info.deathNotifier = DeathNotifier::Create(client, mService, clientInfo); in addResource()376 std::shared_ptr<DeathNotifier> deathNotifier = in overrideProcessInfo() local379 mProcessInfoOverrideMap.emplace(pid, ProcessInfoOverride{deathNotifier, client}); in overrideProcessInfo()
235 std::shared_ptr<DeathNotifier> deathNotifier = nullptr; member
160 std::shared_ptr<DeathNotifier> deathNotifier = nullptr; member
343 if (info.deathNotifier == nullptr && client != nullptr) { in addResource()344 info.deathNotifier = DeathNotifier::Create( in addResource()774 auto deathNotifier = DeathNotifier::Create( in overrideProcessInfo_l() local777 mProcessInfoOverrideMap.emplace(pid, ProcessInfoOverride{deathNotifier, client}); in overrideProcessInfo_l()
256 std::shared_ptr<DeathNotifier> deathNotifier = nullptr; member