Home
last modified time | relevance | path

Searched refs:PARAM_BUF_LEN (Results 1 - 1 of 1) sorted by relevance

/developtools/profiler/hidebug/frameworks/native/
H A Dhidebug_base.c54 #define PARAM_BUF_LEN 128 macro
105 if (result == NULL || size > PARAM_BUF_LEN) { in QueryParams()
111 if (retLen != 0 || bufferSize == 0 || bufferSize > PARAM_BUF_LEN - 1) { in QueryParams()
117 if (retLen <= 0 || retLen > PARAM_BUF_LEN - 1) { in QueryParams()
136 char paramOutBuf[PARAM_BUF_LEN] = { 0 }; in InitHiDebugEnvParams()
137 if (!QueryParams(queryName, paramOutBuf, PARAM_BUF_LEN)) { in InitHiDebugEnvParams()
195 char paramOutBuf[PARAM_BUF_LEN] = { 0 }; in MatchMallocHookStartupProp()
196 char targetProcName[PARAM_BUF_LEN] = { 0 }; in MatchMallocHookStartupProp()
199 uint32_t size = PARAM_BUF_LEN; in MatchMallocHookStartupProp()
206 char defStrValue[PARAM_BUF_LEN] in MatchMallocHookStartupProp()
[all...]

Completed in 1 milliseconds