Home
last modified time | relevance | path

Searched refs:GetInputerLock (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/useriam/pin_auth/services/modules/inputters/inc/
H A Dpin_auth_manager.h39 sptr<InputerGetData> GetInputerLock(uint32_t tokenId);
/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dservices_pin_auth_manager_test.cpp61 EXPECT_NE(PinAuthManager::GetInstance().GetInputerLock(tokenId), nullptr);
/ohos5.0/base/useriam/pin_auth/test/fuzztest/services/modules/inputters/pinauthmanager_fuzzer/
H A Dpin_auth_manager_fuzzer.cpp80 PinAuthManager::GetInstance().GetInputerLock(tokenId); in FuzzGetInputerLock()
/ohos5.0/base/useriam/pin_auth/services/modules/inputters/src/
H A Dpin_auth_manager.cpp73 sptr<InputerGetData> PinAuthManager::GetInputerLock(uint32_t tokenId) in GetInputerLock() function in OHOS::UserIam::PinAuth::PinAuthManager
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/
H A Dpin_auth_executor_callback_hdi.cpp114 sptr<InputerGetData> inputer = PinAuthManager::GetInstance().GetInputerLock(tokenId_); in OnGetData()