Home
last modified time | relevance | path

Searched refs:GetPinSubType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/inc/
H A Didm_database.h64 ResultCode GetPinSubType(int32_t userId, uint64_t *pinSubType);
/ohos5.0/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp650 EXPECT_EQ(GetPinSubType(userId, nullptr), RESULT_BAD_PARAM);
652 EXPECT_EQ(GetPinSubType(userId, &subType), RESULT_NOT_FOUND);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c413 ret = GetPinSubType(userId, pinSubType); in GetUserInfoFunc()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c947 ResultCode GetPinSubType(int32_t userId, uint64_t *pinSubType) in GetPinSubType() function