Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1773 std::chrono::high_resolution_clock::duration epoch_time = event.time.time_since_epoch(); in OnMouseEvent() local
1774 auto eventTimestamp = std::chrono::duration_cast<std::chrono::nanoseconds>(epoch_time); in OnMouseEvent()