Home
last modified time | relevance | path

Searched full:limit_size (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/
Ddump_controller.h23 const uint32_t LIMIT_SIZE = 32; // 32KB variable
24 const uint32_t DEFAULT_LIMITSIZE = LIMIT_SIZE * SIZE_KB;
/base/hiviewdfx/hidumper/test/unittest/common/
Dhidumper_service_test.cpp27 const int32_t HidumperServiceTest::LIMIT_SIZE = 5000; member in OHOS::HiviewDFX::HidumperServiceTest
106 int32_t ret = dumpManagerService->ScanPidOverLimit(requestType, LIMIT_SIZE, pidList);
Dhidumper_service_test.h27 static const int32_t LIMIT_SIZE;
/base/hiviewdfx/hidumper/
Dhidumper.yaml40 LIMIT_SIZE: {type: INT32, desc: limit size}
/base/hiviewdfx/hiview/base/event_publish/
Dapp_event_handler.cpp171 AddValueToJsonString("limit_size", event.limitSize, jsonStr); in PostEvent()
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
Ddump_implement.cpp846 "LIMIT_SIZE", opts_.limitSize_, in ReportCmdUsage()