Home
last modified time | relevance | path

Searched refs:rootSecret (Results 1 - 2 of 2) sorted by relevance

/test/xts/hats/useriam/userauth/src/
H A Duser_auth_hdi.cpp294 std::vector<uint8_t> rootSecret; in HWTEST_F() local
295 FillTestUint8Vector(parcel, rootSecret); in HWTEST_F()
296 int32_t ret = g_service.DeleteUser(userId, authToken, deletedInfos, rootSecret); in HWTEST_F()
410 FillTestUint8Vector(parcel, info.rootSecret); in HWTEST_F()
/test/xts/hats/useriam/userauth_additional/src/
H A Duser_auth_hdi.cpp475 std::vector<uint8_t> rootSecret; in HWTEST_F() local
476 auto ret = g_service.DeleteUser(userId, authToken, deletedInfos, rootSecret); in HWTEST_F()
494 std::vector<uint8_t> rootSecret(1); in HWTEST_F()
495 FillTestUint8Vector(parcel, rootSecret); in HWTEST_F()
498 EXPECT_NE(g_service.DeleteUser(userId, authToken, deletedInfos, rootSecret), 0); in HWTEST_F()

Completed in 4 milliseconds