Home
last modified time | relevance | path

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

/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Dsystem_func_mock.cpp37 static int TIME_MSEC_TO_USEC = 1000; variable
142 usleep(DHCP_SEL_WAIT_TIMEOUTS * TIME_MSEC_TO_USEC); in __wrap_select()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_common.c32 #define TIME_MSEC_TO_USEC 1000L macro
256 return (uint64_t)now.sec * TIME_SEC_TO_MSEC + (uint64_t)now.usec / TIME_MSEC_TO_USEC; in GetCurrentTimeMs()

Completed in 2 milliseconds