Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp271 constexpr int paramBufferLen = 128; in ohos_malloc_hook_on_start() local
272 char paramOutBuf[paramBufferLen] = {0}; in ohos_malloc_hook_on_start()
273 … int ret = GetParameter("persist.hiviewdfx.profiler.mem.filter", "", paramOutBuf, paramBufferLen); in ohos_malloc_hook_on_start()