Home
last modified time | relevance | path

Searched refs:GetCurrentTimeUs (Results 1 - 9 of 9) sorted by relevance

/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_util.h24 uint64_t GetCurrentTimeUs();
/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_utils_tool.h39 uint64_t GetCurrentTimeUs();
/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_util.cpp37 uint64_t GetCurrentTimeUs() in GetCurrentTimeUs() function
/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp207 uint64_t ret = GetCurrentTimeUs(); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/
H A Dsoftbus_adapter.cpp191 std::string localSesionName = mySessionName + "_" + std::to_string(GetCurrentTimeUs()); in OpenSoftbusSession()
/foundation/distributedhardware/distributed_input/services/transportbase/src/
H A Ddistributed_input_transport_base.cpp211 std::string localSesionName = localSessionName_ + "_" + std::to_string(GetCurrentTimeUs()); in CreateClientSocket()
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp96 uint64_t GetCurrentTimeUs() in GetCurrentTimeUs() function
/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H A Ddistributed_input_sink_transport.cpp263 int64_t currentTimeNs = static_cast<int64_t>(GetCurrentTimeUs()) * 1000LL; in DoSendMsgBatch()
/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp627 sendTime_ = GetCurrentTimeUs(); in StartLatencyCount()
1038 uint64_t curTimeUs = GetCurrentTimeUs(); in CalculateLatency()

Completed in 9 milliseconds