Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/event_publisher/
H A DEventObserverConverter.h36 info.animationFinishTime = data.animationLatency; in ConvertToAppStartInfo()
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/include/
H A Dapp_event_handler.h52 uint64_t animationFinishTime = 0; member
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/
H A Dapp_event_handler.cpp113 AddValueToJsonString("animation_finish_time", event.animationFinishTime, jsonStr); in PostEvent()