Home
last modified time | relevance | path

Searched refs:propertyTypes (Results 1 - 6 of 6) sorted by relevance

/test/xts/hats/useriam/faceauth_additional/src/
H A Dface_auth_hdi.cpp649 std::vector<int32_t> propertyTypes; in HWTEST_F() local
651 int32_t ret = g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in HWTEST_F()
655 ret = g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in HWTEST_F()
658 propertyTypes.push_back(GetPropertyType::AUTH_SUB_TYPE); in HWTEST_F()
659 propertyTypes.push_back(GetPropertyType::LOCKOUT_DURATION); in HWTEST_F()
660 propertyTypes.push_back(GetPropertyType::REMAIN_ATTEMPTS); in HWTEST_F()
661 propertyTypes.push_back(GetPropertyType::ENROLL_PROGRESS); in HWTEST_F()
662 propertyTypes.push_back(GetPropertyType::SENSOR_INFO); in HWTEST_F()
663 ret = g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in HWTEST_F()
667 ret = g_executorImpl.GetProperty(templateIdList, propertyTypes, propert in HWTEST_F()
681 std::vector<int32_t> propertyTypes; HWTEST_F() local
[all...]
/test/xts/hats/useriam/fingerprintauth_additional/src/
H A Dfingerprint_auth_hdi.cpp621 std::vector<int32_t> propertyTypes; in HWTEST_F() local
623 int32_t ret = g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in HWTEST_F()
627 ret = g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in HWTEST_F()
630 propertyTypes.push_back(GetPropertyType::AUTH_SUB_TYPE); in HWTEST_F()
631 propertyTypes.push_back(GetPropertyType::LOCKOUT_DURATION); in HWTEST_F()
632 propertyTypes.push_back(GetPropertyType::REMAIN_ATTEMPTS); in HWTEST_F()
633 propertyTypes.push_back(GetPropertyType::ENROLL_PROGRESS); in HWTEST_F()
634 propertyTypes.push_back(GetPropertyType::SENSOR_INFO); in HWTEST_F()
635 ret = g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in HWTEST_F()
639 ret = g_executorImpl.GetProperty(templateIdList, propertyTypes, propert in HWTEST_F()
653 std::vector<int32_t> propertyTypes; HWTEST_F() local
[all...]
/test/xts/hats/useriam/pinauth_additional/src/
H A Dpin_auth_hdi.cpp541 std::vector<int32_t> propertyTypes; in HWTEST_F() local
543 int32_t ret = g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in HWTEST_F()
547 ret = g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in HWTEST_F()
550 propertyTypes.push_back(OHOS::HDI::PinAuth::V2_0::AUTH_SUB_TYPE); in HWTEST_F()
551 propertyTypes.push_back(OHOS::HDI::PinAuth::V2_0::LOCKOUT_DURATION); in HWTEST_F()
552 propertyTypes.push_back(OHOS::HDI::PinAuth::V2_0::REMAIN_ATTEMPTS); in HWTEST_F()
553 ret = g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in HWTEST_F()
567 std::vector<int32_t> propertyTypes; in HWTEST_F() local
568 propertyTypes.push_back(OHOS::HDI::PinAuth::V2_0::AUTH_SUB_TYPE); in HWTEST_F()
573 ret = g_executorImpl.GetProperty(templateIdList, propertyTypes, propert in HWTEST_F()
[all...]
/test/xts/hats/useriam/pinauth/src/
H A Dpin_auth_hdi.cpp287 std::vector<int32_t> propertyTypes; in HWTEST_F() local
288 FillTestGetPropertyTypeVector(parcel, propertyTypes); in HWTEST_F()
291 int32_t ret = g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in HWTEST_F()
/test/xts/hats/useriam/faceauth/src/
H A Dface_auth_hdi.cpp358 std::vector<int32_t> propertyTypes; in HWTEST_F() local
359 FillTestInt32Vector(parcel, propertyTypes); in HWTEST_F()
362 int32_t ret = g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in HWTEST_F()
/test/xts/hats/useriam/fingerprintauth/src/
H A Dfingerprint_auth_hdi.cpp319 std::vector<int32_t> propertyTypes; in HWTEST_F() local
320 FillTestInt32Vector(parcel, propertyTypes); in HWTEST_F()
324 int32_t ret = g_executorImpl.GetProperty(templateIdList, propertyTypes, property); in HWTEST_F()

Completed in 34 milliseconds