Home
last modified time | relevance | path

Searched refs:DeleteUser (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c52 IAM_STATIC ResultCode DeleteUser(int32_t userId);
204 ResultCode ret = DeleteUser(userId); in DeleteUserInfo()
324 IAM_STATIC ResultCode DeleteUser(int32_t userId) in DeleteUser() function
1101 ret = DeleteUser(invalidUserId[i]); in ClearInvalidData()
/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp32 extern ResultCode DeleteUser(int32_t userId);
232 EXPECT_EQ(DeleteUser(userId), RESULT_BAD_PARAM); in HWTEST_F()
/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp1025 EXPECT_EQ(service->DeleteUser(userId, authToken, deletedCredInfos, rootSecret), 8); in HWTEST_F()
1028 EXPECT_EQ(service->DeleteUser(userId, authToken, deletedCredInfos, rootSecret), 10017); in HWTEST_F()
1057 EXPECT_EQ(service->DeleteUser(userId, authResultTest.token, deletedCredInfos, rootSecret), 0); in HWTEST_F()
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp369 g_service.DeleteUser(userId, authToken, deletedInfos, rootSecret); in FuzzDeleteUser()
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1118 int32_t UserAuthInterfaceService::DeleteUser(int32_t userId, const std::vector<uint8_t> &authToken, in DeleteUser() function in OHOS::HDI::UserAuth::UserAuthInterfaceService

Completed in 10 milliseconds