Searched refs:pinAuthDeathMap_ (Results 1 – 3 of 3) sorted by relevance
44 pinAuthDeathMap_.emplace(tokenId, dr); in RegisterInputer()58 if (pinAuthDeathMap_.find(tokenId) != pinAuthDeathMap_.end()) { in UnRegisterInputer()62 } else if (!inputer->AsObject()->RemoveDeathRecipient(pinAuthDeathMap_[tokenId])) { in UnRegisterInputer()65 pinAuthDeathMap_.erase(tokenId); in UnRegisterInputer()
70 EXPECT_NO_THROW(PinAuthManager::GetInstance().pinAuthDeathMap_[tokenId]->OnRemoteDied(nullptr));78 EXPECT_NO_THROW(PinAuthManager::GetInstance().pinAuthDeathMap_[tokenId]->OnRemoteDied(inputer));
43 std::unordered_map<uint32_t, sptr<IRemoteObject::DeathRecipient>> pinAuthDeathMap_; variable