Home
last modified time | relevance | path

Searched refs:SetParamStr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dos_event_listener.cpp267 appEventPack->SetParamStr(Json::FastWriter().write(paramsJson)); in GetAppEventPackFromJson()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h224 void SetParamStr(const std::string& paramStr);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp104 event->SetParamStr(GetStringFromResultSet(resultSet, Events::FIELD_PARAMS)); in GetEventFromResultSet()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp779 void AppEventPack::SetParamStr(const std::string& paramStr) in SetParamStr() function in OHOS::HiviewDFX::AppEventPack