Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c59 bool *cachePinRemoved);
1044 bool *cachePinRemoved) in GetInvalidUser()
1081 *cachePinRemoved = true; in GetInvalidUser()
1094 bool cachePinRemoved = false; in ClearInvalidData() local
1095 if (GetInvalidUser(invalidUserId, MAX_USER, &userCount, &cachePinRemoved) != RESULT_SUCCESS) { in ClearInvalidData()
1109 if ((userCount != 0) || cachePinRemoved) { in ClearInvalidData()
1043 GetInvalidUser(int32_t *invalidUserId, uint32_t maxUserCount, uint32_t *userCount, bool *cachePinRemoved) GetInvalidUser() argument

Completed in 2 milliseconds