Home
last modified time | relevance | path

Searched defs:authType (Results 1 – 7 of 7) 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/account/appaccount/sceneProject/actsaccountauthenticator/entry/src/main/js/ServiceAbility/
Dservice.js40 addAccountImplicitly(authType, callerBundleName, options, callback) { argument
53 authenticate(name, authType, callerBundleName, options, callback) { argument
59 authType: authType, property
80 auth(name, authType, options, callback) { argument
88 authType: "getSocialData", property
/test/xts/hats/useriam/userauth/src/
Duser_auth_hdi.cpp225 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); variable
284 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); variable
547 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); variable
/test/xts/acts/account/appaccount/actsaccountoperatetest/src/main/js/test/
DAuthenticator.test.js722 … 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.h89 char* authType; member
/test/xts/device_attest/services/core/include/
Dattest_type.h104 char* authType; member