Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/client/native/
H A Ddump_client_main.cpp58 if (len > SINGLE_ARG_MAXLEN) { in Main()
59 LOG_ERR("too long argument(%d), limit size %d.\n", i, SINGLE_ARG_MAXLEN); in Main()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_controller.h21 const int SINGLE_ARG_MAXLEN = 256; variable
/ohos5.0/base/hiviewdfx/hidumper/services/native/include/
H A Draw_param.h66 char value[SINGLE_ARG_MAXLEN + 1] = {0};
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Draw_param.cpp55 … if (sprintf_s(argValues_[i]->value, SINGLE_ARG_MAXLEN, "%s", Str16ToStr8(args[i]).c_str()) < 0) { in Init()
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_client_test.cpp102 longArg.assign(SINGLE_ARG_MAXLEN + 1, 'c');
H A Dhidumper_manager_test.cpp669 longArg.assign(SINGLE_ARG_MAXLEN + 1, 'c');
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp154 if (len > SINGLE_ARG_MAXLEN) { in CmdParse()
155 LOG_ERR("too long argument(%d), limit size %d.\n", i, SINGLE_ARG_MAXLEN); in CmdParse()