Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/event_raw/include/decoded/
Ddecoded_event.h113 …std::shared_ptr<DecodedParam> CreateFloatingNumTypeDecodedParam(const size_t maxLen, const std::st…
/base/hiviewdfx/hiview/base/event_raw/decoded/
Ddecoded_event.cpp316 std::shared_ptr<DecodedParam> DecodedEvent::CreateFloatingNumTypeDecodedParam(const size_t maxLen, in CreateFloatingNumTypeDecodedParam() function in OHOS::HiviewDFX::EventRaw::DecodedEvent
376 ret = CreateFloatingNumTypeDecodedParam(maxLen, key, valueType.isArray == 1); in ParseCustomizedParam()