Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Dexposure_processor.cpp66 .SetExtra(KEY_DURATION, std::to_string(duration)); in OnVisibleChange()
H A Devent_recorder.cpp261 .SetExtra(KEY_DURATION, std::to_string(duration)); in OnPageHide()
321 builder.SetExtra(KEY_DURATION, std::to_string(duration)); in OnNavDstHide()
H A Devent_recorder.h77 constexpr char KEY_DURATION[] = "duration"; variable