Home
last modified time | relevance | path

Searched refs:auth (Results 1 – 18 of 18) sorted by relevance

/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauth/src/main/js/test/
Dexecute.js47 const auth = userAuth.getAuthenticator();
48 auth.execute("ALL", "S2", function(data) {
69 const auth = userAuth.getAuthenticator();
70 auth.execute("ALL", "S2").catch(function(data) {
90 const auth = userAuth.getAuthenticator();
91 auth.execute("", "S2", function(data) {
112 const auth = userAuth.getAuthenticator();
113 auth.execute("", "S2").catch(function(data) {
133 const auth = userAuth.getAuthenticator();
134 auth.execute("FACE", "S1", function(data) {
[all …]
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauthnopermission/src/main/js/test/
Dnopermisson.js50 const auth = userAuth.getAuthenticator();
51 auth.execute("FACE_ONLY", "S1").catch(function(data) {
71 const auth = userAuth.getAuthenticator();
72 auth.execute("FACE_ONLY", "S1", function(data) {
150 … contextID1 = UserAuthKit.auth(challenge, authType[idx0], userAuth.AuthTrustLevel.ATL1, {
/test/xts/hats/useriam/userauth/src/
Duser_auth_type_test.cpp133 ScheduleMode auth = AUTH; variable
136 EXPECT_EQ(auth, 1);
/test/xts/acts/arkui/ace_ets_web_enhanced_stress/ace_ets_web_enhanced_stress_three/entry/src/main/ets/MainAbility/pages/
DWebOnHttpAuthRequestTest.ets55 this.controller.loadUrl("http://httpbin.org/basic-auth/2222/3333")
77 this.controller.loadUrl("http://httpbin.org/basic-auth/2222/3333")
DWebHttpAuthHandlerCancelTest.ets54 this.controller.loadUrl("http://httpbin.org/basic-auth/2222/3333")
DWebHttpAuthHandlerConfirmTest.ets55 this.controller.loadUrl("http://httpbin.org/basic-auth/11/3333")
DWebHttpAuthHandlerIsHttpAuthInfoSavedTest.ets54 this.controller.loadUrl("http://httpbin.org/basic-auth/2222/3333")
/test/xts/acts/arkui/ace_ets_web_enhanced/ace_ets_web_enhanced_one/entry/src/main/ets/MainAbility/pages/
DhttpAuthHandler.ets84 this.controller.loadUrl("http://httpbin.org/basic-auth/2222/3333")
100 this.controller.loadUrl("http://httpbin.org/basic-auth/2222/3333")
115 this.controller.loadUrl("http://httpbin.org/basic-auth/2222/3333")
/test/xts/acts/account/appaccount/sceneProject/actsaccountoauthtoken/entry/src/main/js/default/pages/index/
Dindex.js37 auth(name, authType, callerBundleName, callback) { method in MyAuthenticator
/test/xts/acts/demo/sectest/static_patch_scan/2022-10/
DOpenHarmony-SA-2022-1004.yara30 $fix = "check auth channel pkginfo invalid." //更新后字符串
/test/xts/device_attest/interfaces/kits/napi/src/
Ddevattest_napi.cpp33 static napi_value GenerateDevAttestHandle(napi_env env, int32_t auth, int32_t software, string tick… in GenerateDevAttestHandle() argument
42 napi_create_int32(env, auth, &authResult); in GenerateDevAttestHandle()
/test/xts/device_attest/services/core/attest/
Dattest_service_auth.c651 void DestroyAuthResult(AuthResult** auth) in DestroyAuthResult() argument
653 if (auth == NULL || *auth == NULL) { in DestroyAuthResult()
657 AuthResult* authResult = *auth; in DestroyAuthResult()
664 *auth = NULL; in DestroyAuthResult()
/test/xts/device_attest_lite/services/core/attest/
Dattest_service_auth.c671 void DestroyAuthResult(AuthResult** auth) in DestroyAuthResult() argument
673 if (auth == NULL || *auth == NULL) { in DestroyAuthResult()
677 AuthResult* authResult = *auth; in DestroyAuthResult()
684 *auth = NULL; in DestroyAuthResult()
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauthpart2/src/main/js/test/
DSecurity_IAM_PIN_Kit_CallbackJsunit.test.js183 contextID1 = UserAuthKit.auth(args[0], args[1],args[2], {
/test/xts/acts/account/appaccount/sceneProject/actsaccountauthenticator/entry/src/main/ets/ServiceExtAbility/
DServiceExtAbility.ets81 auth(name, authType, options, callback) {
/test/xts/acts/account/appaccount/actsaccountoperatetest/src/main/js/test/
DErrCode.test.js1498 appAccountManager.auth("test_name");
1517 appAccountManager.auth(12346, "test_owner", "test_authtype", {
1539 appAccountManager.auth("test_name", 12346, "test_authtype", {
1561 appAccountManager.auth("test_name", "test_owner", 123456, {
1583 appAccountManager.auth("test_name", "test_owner", 123456, "callback");
DAuthToken.test.js3351 …appAccountManager.auth("authenticate_test_account","com.example.actsaccountOauthtoken","authType",…
/test/xts/acts/account/appaccount/actsaccounttstest/entry/src/main/ets/test/
DActsAppAccountOptionalParameterTest.test.ets1437 * @tc.name : test auth
1447 … appAccountManager.auth("authenticate_test_account", "com.acts.accountauthenticator", "authType", {
1472 * @tc.name : test auth
1482 …appAccountManager.auth("authenticate_test_account", "com.acts.accountauthenticator", "authType", {…
1512 * @tc.name : test auth
1522 …appAccountManager.auth("authenticate_test_account", "com.acts.accountauthenticator", "authType", u…
1548 * @tc.name : test auth
1558 …appAccountManager.auth("authenticate_test_account", "com.acts.accountauthenticator", "authType", n…