Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c62 #define NETWORK_ID_MIN_UPDATE_DELAY_TIME (5 * 60 * 1000) // 5min macro
356 if (diff <= NETWORK_ID_MIN_UPDATE_DELAY_TIME) { in GetNetworkIdUpdateTime()
357 delayTime = NETWORK_ID_MIN_UPDATE_DELAY_TIME; in GetNetworkIdUpdateTime()