Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dcommon.h25 static constexpr int MILLION = 1000000; variable
H A Ddate_utils.h47 return (time.tv_sec * MILLION + time.tv_usec); in CurrentTimeUsec()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/utils/
H A Dcommon.h25 static constexpr int MILLION = 1000000; variable
H A Ddate_utils.h48 return (time.tv_sec * MILLION + time.tv_usec); in CurrentTimeUsec()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.h33 MILLION = 1000000, enumerator
H A Dfile_n_exporter.cpp337 (int64_t)((buf.st_mtim).tv_nsec / COMMON_NUM::MILLION); in GetExec()
422 (int64_t)((tmp.st_mtim).tv_nsec / COMMON_NUM::MILLION); in ListExec()