Home
last modified time | relevance | path

Searched refs:userCount (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c57 …TATIC ResultCode GetInvalidUser(int32_t *invalidUserId, uint32_t maxUserCount, uint32_t *userCount,
1042 …TATIC ResultCode GetInvalidUser(int32_t *invalidUserId, uint32_t maxUserCount, uint32_t *userCount, in GetInvalidUser() argument
1058 *userCount = 0; in GetInvalidUser()
1066 if (*userCount >= maxUserCount) { in GetInvalidUser()
1072 invalidUserId[*userCount] = user->userId; in GetInvalidUser()
1073 (*userCount)++; in GetInvalidUser()
1092 uint32_t userCount = 0; in ClearInvalidData() local
1094 if (GetInvalidUser(invalidUserId, MAX_USER, &userCount, &cachePinRemoved) != RESULT_SUCCESS) { in ClearInvalidData()
1099 for (uint32_t i = 0; i < userCount; ++i) { in ClearInvalidData()
1108 if ((userCount != 0) || cachePinRemoved) { in ClearInvalidData()
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-coding-style-guide.md304 if (userCount > MAX_USER_COUNT ||
305 userCount < MIN_USER_COUNT) {
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-JavaScript-coding-style-guide.md254 if (userCount > MAX_USER_COUNT ||
255 userCount < MIN_USER_COUNT) {
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-coding-style-guide.md304 if (userCount > MAX_USER_COUNT ||
305 userCount < MIN_USER_COUNT) {
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-ArkTS-coding-style-guide.md316 if (userCount > MAX_USER_COUNT ||
317 userCount < MIN_USER_COUNT) {
H A DOpenHarmony-JavaScript-coding-style-guide.md253 if (userCount > MAX_USER_COUNT ||
254 userCount < MIN_USER_COUNT) {