Home
last modified time | relevance | path

Searched refs:pinAuthDeathMap_ (Results 1 - 3 of 3) sorted by relevance

/base/useriam/pin_auth/services/modules/inputters/src/
H A Dpin_auth_manager.cpp44 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()
/base/useriam/pin_auth/test/unittest/src/
H A Dservices_pin_auth_manager_test.cpp70 EXPECT_NO_THROW(PinAuthManager::GetInstance().pinAuthDeathMap_[tokenId]->OnRemoteDied(nullptr)); in HWTEST_F()
78 EXPECT_NO_THROW(PinAuthManager::GetInstance().pinAuthDeathMap_[tokenId]->OnRemoteDied(inputer)); in HWTEST_F()
/base/useriam/pin_auth/services/modules/inputters/inc/
H A Dpin_auth_manager.h43 std::unordered_map<uint32_t, sptr<IRemoteObject::DeathRecipient>> pinAuthDeathMap_; member in OHOS::UserIam::PinAuth::PinAuthManager

Completed in 1 milliseconds