Home
last modified time | relevance | path

Searched refs:MILLISECOND_TO_NANOSECOND (Results 1 - 7 of 7) sorted by relevance

/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Ddata_sync_const.h76 const int64_t MILLISECOND_TO_NANOSECOND = 1e6; member
93 return t.tv_sec * MILLISECOND_TO_NANOSECOND + t.tv_nsec / SECOND_TO_MILLISECOND; in GetCurrentTimeStamp()
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_type_const.h71 constexpr int64_t MILLISECOND_TO_NANOSECOND = 1e6; member
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_file_utils_mock.cpp35 static const int64_t MILLISECOND_TO_NANOSECOND = 1e6; member
/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp35 static const int64_t MILLISECOND_TO_NANOSECOND = 1e6; member
148 return time.tv_sec * SECOND_TO_MILLISECOND + time.tv_nsec / MILLISECOND_TO_NANOSECOND; in Timespec2Milliseconds()
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/data_sync/
H A Ddata_syncer_rdb_store.cpp101 return t.tv_sec * SECOND_TO_MILLISECOND + t.tv_nsec / MILLISECOND_TO_NANOSECOND; in UTCTimeMilliSeconds()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp668 return t.tv_sec * CloudDisk::SECOND_TO_MILLISECOND + t.tv_nsec / CloudDisk::MILLISECOND_TO_NANOSECOND; in UTCTimeMilliSeconds()
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp310 return t.tv_sec * SECOND_TO_MILLISECOND + t.tv_nsec / MILLISECOND_TO_NANOSECOND; in UTCTimeMilliSeconds()

Completed in 9 milliseconds