Home
last modified time | relevance | path

Searched refs:totalCount (Results 1 – 10 of 10) sorted by relevance

/base/security/access_token/interfaces/innerkits/analysis_model/src/
Dcode_signature_analysis_kit.c43 int64_t totalCount = 0; in IsRiskStatusChanged() local
49 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()
Dcode_signature_info.h108 int64_t totalCount; member
/base/global/i18n_lite/frameworks/i18n/src/
Ddata_resource.cpp424 bool DataResource::ApplyForResource(uint32_t **index, char ***wanted, uint32_t totalCount) in ApplyForResource() argument
426 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()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
Dplatform_monitor.h38 uint32_t totalCount; member
/base/global/i18n_lite/frameworks/i18n/include/
Ddata_resource.h131 bool ApplyForResource(uint32_t **index, char ***wanted, uint32_t totalCount);
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Devent_query_wrapper_builder.cpp316 void BaseEventQueryWrapper::SetEventTotalCount(int64_t totalCount) in SetEventTotalCount() argument
318 HiLog::Debug(LABEL, "SetEventTotalCount: %{public}" PRId64 ".", totalCount); in SetEventTotalCount()
319 totalEventCnt = totalCount; in SetEventTotalCount()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Devent_query_wrapper_builder.h70 void SetEventTotalCount(int64_t totalCount);
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
Dstats_wifi_test.cpp560 int16_t totalCount = 3; variable
564 for (int16_t i = 0; i < totalCount; i++) {
579 double expectedPower = (totalCount - delayCount) * wifiScanAverageMa;
/base/hiviewdfx/hiview/plugins/sysevent_source/
Dplatform_monitor.cpp202 perfMeasure.totalCount = totalCount_; in GetBreakStat()
228 eventCreator.SetKeyValue("TOTAL_COUNT", perfMeasure.totalCount); in CreateProfileReport()
/base/powermgr/battery_statistics/test/unittest/src/servicetest/
Dstats_service_wifi_test.cpp611 int16_t totalCount = 20; variable
615 for (int16_t i = 0; i < totalCount; i++) {
626 double expectedPower = (totalCount - delayCount) * wifiScanAverageMa;