Home
last modified time | relevance | path

Searched defs:isNano (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/time/time_service/framework/cj/src/
H A Dsystem_date_time_ffi.cpp35 RetDataI64 FfiOHOSSysDateTimegetCurrentTime(bool isNano) in FfiOHOSSysDateTimegetCurrentTime()
49 RetDataI64 FfiOHOSSysDateTimegetRealActiveTime(bool isNano) in FfiOHOSSysDateTimegetRealActiveTime()
63 RetDataI64 FfiOHOSSysDateTimegetRealTime(bool isNano) in FfiOHOSSysDateTimegetRealTime()
77 RetDataI64 FfiOHOSSysDateTimeGetTime(bool isNano) in FfiOHOSSysDateTimeGetTime()
91 RetDataI64 FfiOHOSSysDateTimeGetUptime(int32_t timeType, bool isNano) in FfiOHOSSysDateTimeGetUptime()
H A Dsystem_date_time.cpp41 std::tuple<int32_t, int64_t> SystemDateTimeImpl::getCurrentTime(bool isNano) in getCurrentTime()
57 std::tuple<int32_t, int64_t> SystemDateTimeImpl::getRealActiveTime(bool isNano) in getRealActiveTime()
73 std::tuple<int32_t, int64_t> SystemDateTimeImpl::getRealTime(bool isNano) in getRealTime()
89 int32_t SystemDateTimeImpl::GetDeviceTime(clockid_t clockId, bool isNano, int64_t &time) in GetDeviceTime()
105 std::tuple<int32_t, int64_t> SystemDateTimeImpl::getTime(bool isNano) in getTime()
117 std::tuple<int32_t, int64_t> SystemDateTimeImpl::getUpTime(int32_t timeType, bool isNano) in getUpTime()
/ohos5.0/base/time/time_service/framework/js/napi/system_time/src/
H A Djs_systemtime.cpp41 bool isNano = false; member
178 bool isNano = false; in JSSystemTimeGetCurrentTime() local
231 bool isNano = false; in JSSystemTimeGetRealActiveTime() local
284 bool isNano = false; in JSSystemTimeGetRealTime() local
/ohos5.0/base/time/time_service/framework/js/napi/system_date_time/src/
H A Dnapi_system_date_time.cpp150 bool isNano = false; in GetRealActiveTime() member
191 bool isNano = false; in GetCurrentTime() member
232 bool isNano = false; in GetTime() member
267 bool isNano = false; in GetRealTime() member
506 int32_t NapiSystemDateTime::GetDeviceTime(clockid_t clockId, bool isNano, int64_t &time) in GetDeviceTime()
/ohos5.0/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_utils.cpp250 napi_ref &callback, bool *isNano) in ParseParametersGetNA()