Home
last modified time | relevance | path

Searched refs:maxAppSeqFrames (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/event_publisher/
H A DEventObserverConverter.h53 info.maxAppSeqFrames = data.maxAppSeqMissedFrames; in ConvertToScrollJankEvtInfo()
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/include/
H A Dapp_event_handler.h62 int32_t maxAppSeqFrames = 0; member
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/
H A Dapp_event_handler.cpp138 AddValueToJsonString("max_app_seq_frames", event.maxAppSeqFrames, jsonStr); in PostEvent()