Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dos_event_listener.cpp44 const std::string PARAM_PROPERTY = "params"; variable
261 if (eventJson.isMember(PARAM_PROPERTY) && eventJson[PARAM_PROPERTY].isObject()) { in GetAppEventPackFromJson()
262 Json::Value paramsJson = eventJson[PARAM_PROPERTY]; in GetAppEventPackFromJson()
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/
H A Devent_publish.cpp40 const std::string PARAM_PROPERTY = "params"; variable
229 if (eventJson[PARAM_PROPERTY].isMember(IS_BUSINESS_JANK)) { in RemoveEventInternalField()
230 eventJson[PARAM_PROPERTY].removeMember(IS_BUSINESS_JANK); in RemoveEventInternalField()
252 SendLogToSandBox(uid, eventName, sandBoxLogPath, eventJson[PARAM_PROPERTY], externalLogInfo); in SaveEventAndLogToSandBox()
311 SendLogToSandBox(uid, eventName, sandBoxLogPath, eventJson[PARAM_PROPERTY], externalLogInfo); in SendOverLimitEventToSandBox()
402 eventJson[PARAM_PROPERTY] = params; in PushEvent()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_builder.cpp35 const std::string PARAM_PROPERTY = "params"; variable
102 && IsValidEventParam(env, NapiUtil::GetProperty(env, eventInfo, PARAM_PROPERTY)); in IsValidEventInfo()
223 napi_value param = NapiUtil::GetProperty(env, eventInfo, PARAM_PROPERTY); in BuildEventPack()
H A Dnapi_util.cpp35 const std::string PARAM_PROPERTY = "params"; variable
599 SetNamedProperty(env, obj, PARAM_PROPERTY, CreateValueByJsonStr(env, event->GetParamStr())); in CreateEventInfo()