Searched refs:authSubType (Results 1 - 7 of 7) sorted by relevance
/test/xts/hats/useriam/pinauth_additional/src/ |
H A D | pin_auth_hdi.cpp | 57 int32_t OnGetData(const std::vector<uint8_t>& algoParameter, uint64_t authSubType, uint32_t algoVersion, 62 cout << " authSubType is " << authSubType << endl; 198 uint64_t authSubType = parcel.ReadUint64(); in HWTEST_F() local 202 int32_t ret = g_executorImpl.SetData(scheduleId, authSubType, data, resultCode); in HWTEST_F() 206 ret = g_executorImpl.SetData(scheduleId, authSubType, data, resultCode); in HWTEST_F() 211 ret = g_executorImpl.SetData(scheduleId, authSubType, data, resultCode); in HWTEST_F() 218 * @tc.desc test OnSetData authSubType 224 uint64_t authSubType = 0; in HWTEST_F() local 228 int32_t ret = g_executorImpl.SetData(scheduleId, authSubType, dat in HWTEST_F() 249 uint64_t authSubType = parcel.ReadUint64(); HWTEST_F() local 271 uint64_t authSubType = parcel.ReadUint64(); HWTEST_F() local [all...] |
/test/xts/hats/useriam/pinauth/src/ |
H A D | pin_auth_hdi.cpp | 61 int32_t OnGetData(const std::vector<uint8_t>& algoParameter, uint64_t authSubType, uint32_t algoVersion, 66 cout << " authSubType is " << authSubType << endl; 173 uint64_t authSubType = parcel.ReadUint64(); in HWTEST_F() local 177 int32_t ret = g_executorImpl.SetData(scheduleId, authSubType, data, resultCode); in HWTEST_F()
|
H A D | pin_auth_hdi_two.cpp | 61 int32_t OnGetData(const std::vector<uint8_t>& algoParameter, uint64_t authSubType, uint32_t algoVersion,
66 cout << " authSubType is " << authSubType << endl;
|
/test/xts/hats/useriam/faceauth/src/ |
H A D | face_auth_hdi.cpp | 125 property.authSubType = parcel.ReadUint64(); in FillTestProperty()
|
/test/xts/hats/useriam/fingerprintauth/src/ |
H A D | fingerprint_auth_hdi.cpp | 135 property.authSubType = parcel.ReadUint64(); in FillTestProperty()
|
/test/xts/hats/useriam/faceauth_additional/src/ |
H A D | face_auth_hdi.cpp | 130 property.authSubType = parcel.ReadUint64(); in FillTestProperty()
|
/test/xts/hats/useriam/fingerprintauth_additional/src/ |
H A D | fingerprint_auth_hdi.cpp | 117 property.authSubType = parcel.ReadUint64(); in FillTestProperty()
|
Completed in 8 milliseconds