Searched refs:MAX_TEMP_FORMS (Results 1 – 4 of 4) sorted by relevance
180 constexpr int32_t MAX_TEMP_FORMS = 256; variable
594 FormItemInfo record1[OHOS::AppExecFwk::Constants::MAX_TEMP_FORMS];595 for (; tempCount<OHOS::AppExecFwk::Constants::MAX_TEMP_FORMS; tempCount++) {631 for (tempCount = 0; tempCount<OHOS::AppExecFwk::Constants::MAX_TEMP_FORMS; tempCount++) {
322 int32_t maxTempSize = Constants::MAX_TEMP_FORMS; in CheckTempEnoughForm()324 maxTempSize = ((maxTempSize > Constants::MAX_TEMP_FORMS) || (maxTempSize < 0)) ? in CheckTempEnoughForm()325 Constants::MAX_TEMP_FORMS : maxTempSize; in CheckTempEnoughForm()
489 for (int index = 0; index < Constants::MAX_TEMP_FORMS; index++) {