Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Draw_param.cpp54 argValues_[i] = std::make_unique<ArgValue>(); in Init()
55 … if (sprintf_s(argValues_[i]->value, SINGLE_ARG_MAXLEN, "%s", Str16ToStr8(args[i]).c_str()) < 0) { in Init()
58 argHead_[i] = argValues_[i]->value; in Init()
/ohos5.0/base/hiviewdfx/hidumper/services/native/include/
H A Draw_param.h76 std::unique_ptr<ArgValue> argValues_[ARG_MAX_COUNT + 1] = {nullptr}; variable