mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-20 21:41:02 -04:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user