Home
last modified time | relevance | path

Searched defs:MICROSECONDS_TO_MILLISECONDS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_utils.h31 const double MICROSECONDS_TO_MILLISECONDS = 1000.0; variable
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/
H A Dtiming.cpp20 static constexpr const double MICROSECONDS_TO_MILLISECONDS = 1000.0; variable