Home
last modified time | relevance | path

Searched refs:timeRate (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dhttp_request.cpp207 constexpr int timeRate = 1000; in HttpDataTransmit() local
211 long long tvTime = tv.tv_sec * timeRate + tv.tv_usec / timeRate; in HttpDataTransmit()
216 tvEndTime = tvEnd.tv_sec * timeRate + tvEnd.tv_usec / timeRate; in HttpDataTransmit()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.cpp205 constexpr int timeRate = 1000; in GetCurrentTime() local
208 return static_cast<uint64_t>(time.tv_sec * timeRate + time.tv_usec / timeRate); in GetCurrentTime()

Completed in 2 milliseconds