Searched refs:totalCount (Results 1 – 10 of 10) sorted by relevance
43 int64_t totalCount = 0; in IsRiskStatusChanged() local49 totalCount += tmp->timeStamp.timeStampCount; in IsRiskStatusChanged()53 node->status.totalCount = totalCount; in IsRiskStatusChanged()54 …if ((totalCount > MAX_CODE_SIGNATURE_ERROR_NUM) || (eventCount == CODE_SIGNATURE_ERROR_TYPE_SIZE))… in IsRiskStatusChanged()137 node->status.totalCount = 0; in AppRiskInfoNodeInit()
108 int64_t totalCount; member
424 bool DataResource::ApplyForResource(uint32_t **index, char ***wanted, uint32_t totalCount) in ApplyForResource() argument426 if ((index == nullptr) || (wanted == nullptr) || (totalCount == 0)) { in ApplyForResource()429 *index = reinterpret_cast<uint32_t *>(I18nMalloc(sizeof(uint32_t) * totalCount)); in ApplyForResource()433 *wanted = reinterpret_cast<char **>(I18nMalloc(sizeof(char *) * totalCount)); in ApplyForResource()437 for (uint32_t i = 0; i < totalCount; ++i) { in ApplyForResource()
38 uint32_t totalCount; member
131 bool ApplyForResource(uint32_t **index, char ***wanted, uint32_t totalCount);
316 void BaseEventQueryWrapper::SetEventTotalCount(int64_t totalCount) in SetEventTotalCount() argument318 HiLog::Debug(LABEL, "SetEventTotalCount: %{public}" PRId64 ".", totalCount); in SetEventTotalCount()319 totalEventCnt = totalCount; in SetEventTotalCount()
70 void SetEventTotalCount(int64_t totalCount);
560 int16_t totalCount = 3; variable564 for (int16_t i = 0; i < totalCount; i++) {579 double expectedPower = (totalCount - delayCount) * wifiScanAverageMa;
202 perfMeasure.totalCount = totalCount_; in GetBreakStat()228 eventCreator.SetKeyValue("TOTAL_COUNT", perfMeasure.totalCount); in CreateProfileReport()
611 int16_t totalCount = 20; variable615 for (int16_t i = 0; i < totalCount; i++) {626 double expectedPower = (totalCount - delayCount) * wifiScanAverageMa;