Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_state_mgmt_profiler.cpp46 auto then = GetNanoseconds(); in Begin()
65 block->SetOwnLookupTime(GetNanoseconds() - then); in Begin()
66 block->SetStartTime(GetNanoseconds()); in Begin()
71 auto now = GetNanoseconds(); in End()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_request_data.h38 uint64_t index = GetNanoseconds();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_request_data.h41 uint64_t index = GetNanoseconds();
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutils.h265 inline uint64_t GetNanoseconds() in GetNanoseconds() function