Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_list_manager.cpp55 constexpr uint64_t NANO_SECOND_PER_SEC = 1000000000; // ns variable
75 uint64_t uTime = static_cast<uint64_t>(tn.tv_sec) * NANO_SECOND_PER_SEC + in GetCurrentTime()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp120 constexpr uint64_t NANO_SECOND_PER_SEC = 1000000000; // ns variable
151 uint64_t uTime = static_cast<uint64_t>(tn.tv_sec) * NANO_SECOND_PER_SEC + in GetCurrentTime()