Searched refs:PARAM_PROPERTY (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | os_event_listener.cpp | 44 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 D | event_publish.cpp | 40 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 D | napi_hiappevent_builder.cpp | 35 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 D | napi_util.cpp | 35 const std::string PARAM_PROPERTY = "params"; variable 599 SetNamedProperty(env, obj, PARAM_PROPERTY, CreateValueByJsonStr(env, event->GetParamStr())); in CreateEventInfo()
|