Home
last modified time | relevance | path

Searched defs:authType (Results 1 – 9 of 9) sorted by relevance

/test/xts/acts/account/appaccount/sceneProject/actsaccountoauthtoken/entry/src/main/js/default/pages/index/
Dindex.js22 authenticate(name, authType, callerBundleName, options, callback) { argument
26 callback.onResult(0, {"name":name,"authType":authType,"token":newTokenData}); property
29 addAccountImplicitly(authType, callerBundleName, options, callback) { argument
37 auth(name, authType, callerBundleName, callback) { argument
41 callback.onResult(0, {"name":name,"authType":authType,"token":newTokenData}); property
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauthpart2/src/main/js/test/
DExecute.test.js21 authType: [userAuth.UserAuthType.PIN], property
67 authType: [userAuth.UserAuthType.FACE] property
71 authType: [userAuth.UserAuthType.FINGERPRINT] property
79 authType: [userAuth.UserAuthType.FACE], property
84 authType: [userAuth.UserAuthType.FINGERPRINT], property
93 authType: [userAuth.UserAuthType.FINGERPRINT], property
102 authType: [userAuth.UserAuthType.FACE], property
118 authType: [userAuth.UserAuthType.FACE], property
123 authType: [userAuth.UserAuthType.FINGERPRINT], property
155 authType: [userAuth.UserAuthType.FACE] property
[all …]
DSignNormalNotAccessBiometricExecute.test.js21 authType: [1], property
/test/xts/hats/useriam/userauth_additional/src/
Duser_auth_hdi.cpp32 int32_t authType[4] = {1, 0, 2, 4}; member
36 uint32_t authType[4] = {0, 1, 2, 4}; member
41 uint32_t authType[4] = {0, 1, 2, 4}; member
136 uint32_t authType[4] = {0, 1, 2, 4}; variable
290 uint32_t authType[4] = {0, 1, 2, 4}; variable
408 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); variable
426 uint32_t authType[4] = {0, 1, 2, 4}; variable
532 AuthType authType = AuthType::PIN; variable
583 AuthType authType = AuthType::PIN; variable
671 uint32_t authType[3] = {0, 2, 4}; variable
[all …]
/test/xts/hats/useriam/userauth/src/
Duser_auth_hdi.cpp248 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); variable
307 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); variable
570 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); variable
651 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); variable
/test/xts/acts/account/appaccount/actsaccountoperatetest/src/main/js/test/
DAuthenticator.test.js860 … var options = {authType: "PIN", requiredLabels:['male', '30-40'], parameters: ['sex', 'age']} property
DErrCode.test.js283 var options = {authType: "test_authType"}; property
/test/xts/device_attest_lite/services/core/include/
Dattest_type.h91 char* authType; member
/test/xts/device_attest/services/core/include/
Dattest_type.h104 char* authType; member