Home
last modified time | relevance | path

Searched refs:g_lastReportedTime (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c67 static struct timespec g_lastReportedTime; variable
572 uint32_t measureElapse = GetTimeDiffMs(&now, &g_lastReportedTime); in CheckAndRemoveAgingNode()
575 g_lastReportedTime = now; in CheckAndRemoveAgingNode()