/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/ |
H A D | thread_cpu_data.cpp | 31 void ThreadCpuData::Init(int magic, unsigned int totalCount, int pid) in Init() argument 34 + sizeof(struct ucollection_thread_cpu_item) * totalCount; in Init() 41 entry_->total_count = totalCount; in Init()
|
H A D | process_cpu_data.cpp | 28 void ProcessCpuData::Init(int magic, unsigned int totalCount, int pid)
in Init() argument 31 + sizeof(struct ucollection_process_cpu_item) * totalCount;
in Init() 38 entry_->total_count = totalCount;
in Init()
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/ |
H A D | thread_cpu_data.h | 29 void Init(int magic, unsigned int totalCount, int pid);
|
H A D | process_cpu_data.h | 28 void Init(int magic, unsigned int totalCount, int pid);
|
/base/security/access_token/frameworks/privacy/src/ |
H A D | permission_used_record_parcel.cpp | 78 uint32_t totalCount = accRecordSize + rejRecordSize; in Unmarshalling() local 79 RELEASE_IF_FALSE(totalCount <= MAX_ACCESS_RECORD_SIZE, permissionRecordParcel); in Unmarshalling()
|
/base/security/access_token/interfaces/innerkits/analysis_model/src/ |
H A D | code_signature_analysis_kit.c | 44 int64_t totalCount = 0; in IsRiskStatusChanged() local 50 totalCount += tmp->timeStamp.timeStampCount; in IsRiskStatusChanged() 54 node->status.totalCount = totalCount; in IsRiskStatusChanged() 55 if ((totalCount > MAX_CODE_SIGNATURE_ERROR_NUM) || (eventCount == CODE_SIGNATURE_ERROR_TYPE_SIZE)) { in IsRiskStatusChanged() 142 node->status.totalCount = 0; in AppRiskInfoNodeInit()
|
H A D | code_signature_info.h | 109 int64_t totalCount; member
|
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | data_resource.cpp | 424 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/ |
H A D | platform_monitor.h | 38 uint32_t totalCount;
member
|
/base/global/i18n_lite/frameworks/i18n/include/ |
H A D | data_resource.h | 131 bool ApplyForResource(uint32_t **index, char ***wanted, uint32_t totalCount);
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
H A D | event_query_wrapper_builder.h | 70 void SetEventTotalCount(int64_t totalCount);
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | event_query_wrapper_builder.cpp | 348 void BaseEventQueryWrapper::SetEventTotalCount(int64_t totalCount) in SetEventTotalCount() argument 350 HIVIEW_LOGD("SetEventTotalCount: %{public}" PRId64 ".", totalCount); in SetEventTotalCount() 351 totalEventCnt_ = totalCount; in SetEventTotalCount()
|
/base/startup/init/test/systest/ |
H A D | loopserver_systest.c | 327 uint32_t totalCount = msg->tlvCount + TLV_MAX; in MsgRebuild() local 328 message->tlvOffset = malloc(totalCount * sizeof(uint32_t)); in MsgRebuild() 333 for (uint32_t i = 0; i < totalCount; i++) { in MsgRebuild()
|
/base/startup/appspawn/standard/ |
H A D | appspawn_msgmgr.c | 142 uint32_t totalCount = msg->tlvCount + TLV_MAX; in AppSpawnMsgRebuild() local 143 message->tlvOffset = malloc(totalCount * sizeof(uint32_t)); in AppSpawnMsgRebuild() 145 for (uint32_t i = 0; i < totalCount; i++) { in AppSpawnMsgRebuild()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | platform_monitor.cpp | 205 perfMeasure.totalCount = totalCount_;
in GetBreakStat() 229 "TOTAL_COUNT", perfMeasure.totalCount, "TOTAL_SIZE", perfMeasure.totalSize,
in ReportProfile()
|
/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
H A D | stats_wifi_test.cpp | 593 int16_t totalCount = 3; in HWTEST_F() local 597 for (int16_t i = 0; i < totalCount; i++) { in HWTEST_F() 612 double expectedPower = (totalCount - delayCount) * wifiScanAverageMa; in HWTEST_F()
|
/base/powermgr/battery_statistics/test/unittest/src/servicetest/ |
H A D | stats_service_wifi_test.cpp | 645 int16_t totalCount = 20; in HWTEST_F() local 649 for (int16_t i = 0; i < totalCount; i++) { in HWTEST_F() 660 double expectedPower = (totalCount - delayCount) * wifiScanAverageMa; in HWTEST_F()
|
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 537 uint32_t totalCount = msg->tlvCount + TLV_MAX; in CreateAppSpawnMsg() local 538 msgNode->tlvOffset = static_cast<uint32_t *>(malloc(totalCount * sizeof(uint32_t))); in CreateAppSpawnMsg() 541 for (uint32_t i = 0; i < totalCount; i++) { in CreateAppSpawnMsg()
|