Home
last modified time | relevance | path

Searched refs:userId (Results 1 - 20 of 20) sorted by relevance

/test/xts/hats/useriam/userauth_additional/src/
H A Duser_auth_hdi.cpp31 int32_t userId[4] = {12345, 1234, 12345, 12345}; member
37 uint32_t userId[4] = {356581, 1}; member
60 enrollParam.userId = parcel.ReadInt32(); in FillEnrollParam()
202 * @tc.desc : Call the OpenSession function with the parameter userId = -1/0/1
208 int32_t userId[3] = {-1, 0, 1}; in HWTEST_F() local
212 EXPECT_EQ(g_service.OpenSession(userId[i], challenge), 0); in HWTEST_F()
213 EXPECT_EQ(g_service.CloseSession(userId[i]), 0); in HWTEST_F()
226 int32_t userId[2] = {-1, 1000}; in HWTEST_F() local
228 EXPECT_NE(g_service.CloseSession(userId[i]), 0); in HWTEST_F()
240 int32_t userId in HWTEST_F() local
313 int32_t userId = -123; HWTEST_F() local
327 int32_t userId[3] = {-12345, 0, 1}; HWTEST_F() local
363 int32_t userId = 1; HWTEST_F() local
402 uint32_t userId[3] = {-1, 0, 1}; HWTEST_F() local
420 int32_t userId = parcel.ReadInt32(); HWTEST_F() local
438 int userId[2] = {6789, -6789}; HWTEST_F() local
458 int32_t userId = -1; HWTEST_F() local
491 int32_t userId = parcel.ReadInt32(); HWTEST_F() local
510 int32_t userId[2] = {-1, 65535}; HWTEST_F() local
574 int32_t userId = 0; HWTEST_F() local
826 int32_t userId = 1000; HWTEST_F() local
845 int32_t userId = 12345; HWTEST_F() local
885 uint32_t userId = g_hdiBeginEnrollmentV1_1List.userId[i]; HWTEST_F() local
930 uint32_t userId = g_hdiBeginAuthenticationV1_1List.userId[i]; HWTEST_F() local
1112 int32_t userId = parcel.ReadInt32(); HWTEST_F() local
1125 int32_t userId = parcel.ReadInt32(); HWTEST_F() local
1138 int32_t userId = 12345; HWTEST_F() local
[all...]
/test/xts/hats/useriam/userauth/src/
H A Duser_auth_hdi.cpp59 enrollParam.userId = parcel.ReadInt32(); in FillEnrollParam()
115 identifyResultInfo.userId = parcel.ReadInt32(); in FillIdentifyResultInfo()
127 authParam.baseParam.userId = parcel.ReadInt32(); in FillAuthParam()
250 int32_t userId = parcel.ReadInt32(); in HWTEST_F() local
254 int32_t ret = g_service.GetCredential(userId, authType, infos); in HWTEST_F()
269 int32_t userId = parcel.ReadInt32(); in HWTEST_F() local
274 int32_t ret = g_service.GetUserInfo(userId, secureUid, pinSubType, infos); in HWTEST_F()
289 int32_t userId = parcel.ReadInt32(); in HWTEST_F() local
296 int32_t ret = g_service.DeleteUser(userId, authToken, deletedInfos, rootSecret); in HWTEST_F()
349 int32_t userId in HWTEST_F() local
367 int32_t userId = parcel.ReadInt32(); HWTEST_F() local
404 int32_t userId = parcel.ReadInt32(); HWTEST_F() local
426 int32_t userId = parcel.ReadInt32(); HWTEST_F() local
442 int32_t userId = parcel.ReadInt32(); HWTEST_F() local
463 int32_t userId = parcel.ReadInt32(); HWTEST_F() local
574 int32_t userId = parcel.ReadInt32(); HWTEST_F() local
593 int32_t userId = parcel.ReadInt32(); HWTEST_F() local
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/
H A DRdbstorePredicatesJoinJsunit.test.js20 + "(userId INTEGER PRIMARY KEY AUTOINCREMENT, firstName TEXT , lastName TEXT ,"
24 + "name TEXT, userId INTEGER , "
25 + "FOREIGN KEY (userId) REFERENCES user (userId) ON UPDATE NO ACTION ON DELETE CASCADE)";
28 + "(userId, firstName, lastName, age, balance) VALUES "
31 const BOOK_BULK_INSERT_STATEMENT = "INSERT INTO Book (id, name, userId) "
72 {userId:1, firstName:"Zhang", lastName:"San", age:29, balance:100.51},
73 {userId:2, firstName:"Li", lastName:"Si", age:30, balance:200.51},
74 {userId:3, firstName:"wang", lastName:"wu", age:30, balance:300.51},
75 {userId
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStorePredicatesJoinJsunit.test.js22 + "(userId INTEGER PRIMARY KEY AUTOINCREMENT, firstName TEXT , lastName TEXT ,"
26 + "name TEXT, userId INTEGER , "
27 + "FOREIGN KEY (userId) REFERENCES user (userId) ON UPDATE NO ACTION ON DELETE CASCADE)";
30 + "(userId, firstName, lastName, age, balance) VALUES "
33 const BOOK_BULK_INSERT_STATEMENT = "INSERT INTO Book (id, name, userId) "
77 {userId:1, firstName:"Zhang", lastName:"San", age:29, balance:100.51},
78 {userId:2, firstName:"Li", lastName:"Si", age:30, balance:200.51},
79 {userId:3, firstName:"wang", lastName:"wu", age:30, balance:300.51},
80 {userId
[all...]
H A DRelationalStoreQuery.test.js79 userId : '0',
/test/xts/device_attest/services/devattest_ability/src/
H A Ddevattest_notification_publish.cpp148 int32_t userId = -1; in GetDevattestBundleUid() local
149 int32_t ret = OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(userId); in GetDevattestBundleUid()
159 *uid = bundleMgr->GetUidByBundleName(std::string(DEVATTEST_PUBLISH_BUNDLE), userId); in GetDevattestBundleUid()
/test/xts/acts/sensors/sensor_standard/entry/src/ohosTest/js/test/
H A DSensorOnOffTest.test_oldPedometer_Detection.test.js42 let userId = await accountManager.getOsAccountLocalIdFromProcess();
43 console.info("SensorJsTest_sensor_17 userId:"+userId)
45 var appInfo = await bundle.getApplicationInfo('ohos.acts.sensors.sensor.function', 0, userId);
H A DSensorOnOffTest.test_oldPedometer.test.js39 let userId = await accountManager.getOsAccountLocalIdFromProcess();
40 console.info("SensorJsTest_sensor_18 userId:"+userId)
42 var appInfo = await bundle.getApplicationInfo('ohos.acts.sensors.sensor.function', 0, userId);
H A DSensorOnOffTest.test_newPedometer_Detection.test.js42 let userId = await accountManager.getOsAccountLocalIdFromProcess();
43 console.info("SensorJsTest_sensor_57 userId:"+userId)
45 var appInfo = await bundle.getApplicationInfo('ohos.acts.sensors.sensor.function', 0, userId);
H A DSensorOnOffTest.test_newPedometer.test.js40 let userId = await accountManager.getOsAccountLocalIdFromProcess();
41 console.info("SensorJsTest_sensor_56 userId:"+userId)
43 var appInfo = await bundle.getApplicationInfo('ohos.acts.sensors.sensor.function', 0, userId);
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/
H A DKvManagerPromiseJsunit.test.js35 userId: '0',
858 userId: '0',
H A DKvManagerCallbackJsunit.test.js30 userId : '0',
959 userId: '0',
H A DSchemaJsunit.test.js91 userId : '0',
H A DKvStoreResultSetJsunit.test.js29 userId : '0',
H A DSingleKvStoreCallbackJsunit.test.js62 userId : '0',
H A DDeviceKvStorePromiseJsunit.test.js62 userId : '0',
H A DDeviceKvStoreCallbackJsunit.test.js62 userId : '0',
H A DSingleKvStorePromiseJsunit.test.js62 userId : '0',
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
H A Dbenchmark_common.cpp566 constexpr const int userId = 100; in DefferredImageTestInit() local
578 imageProcessService_->CreateImageProcessSession(userId, imageProcessCallback_, imageProcessSession_); in DefferredImageTestInit()
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dhdi_common_v1_2.cpp100 constexpr const int userId = 100; in DefferredImageTestInit() local
112 ret = imageProcessService_->CreateImageProcessSession(userId, imageProcessCallback_, imageProcessSession_); in DefferredImageTestInit()

Completed in 27 milliseconds