Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h193 void AddOthersToJsonString(std::stringstream& jsonStr, const AppEventParam param) const;
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp513 void AppEventPack::AddOthersToJsonString(std::stringstream& jsonStr, const AppEventParam param) con… in AddOthersToJsonString() function in OHOS::HiviewDFX::AppEventPack
577 AddOthersToJsonString(jsonStr, *it); in GetJsonString()