Signed-off-by: hwzhangchuang <zhangchuang.zhang@huawei.com>
This commit is contained in:
hwzhangchuang
2023-12-05 16:06:52 +08:00
parent 0f23715662
commit 952966b2c0
7 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ std::string GetUUIDBySoftBus(const std::string &networkId)
return (ret == DH_SUCCESS) ? std::string(uuid) : "";
}
uint64_t GetCurrentTime()
uint64_t GetCurrentTimeUs()
{
constexpr int32_t usOneSecond = 1000 * 1000;
struct timeval tv;