Searched refs:SINGLE_ARG_MAXLEN (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/client/native/ |
H A D | dump_client_main.cpp | 58 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 D | dump_controller.h | 21 const int SINGLE_ARG_MAXLEN = 256; variable
|
/ohos5.0/base/hiviewdfx/hidumper/services/native/include/ |
H A D | raw_param.h | 66 char value[SINGLE_ARG_MAXLEN + 1] = {0};
|
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/ |
H A D | raw_param.cpp | 55 … 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 D | hidumper_client_test.cpp | 102 longArg.assign(SINGLE_ARG_MAXLEN + 1, 'c');
|
H A D | hidumper_manager_test.cpp | 669 longArg.assign(SINGLE_ARG_MAXLEN + 1, 'c');
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
H A D | dump_implement.cpp | 154 if (len > SINGLE_ARG_MAXLEN) { in CmdParse() 155 LOG_ERR("too long argument(%d), limit size %d.\n", i, SINGLE_ARG_MAXLEN); in CmdParse()
|