Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_utils.h50 #define HB_SCREEN_ON_COAP_TIME (3 * HB_TIME_FACTOR) macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c567 if (g_lastScreenOnTime - g_lastScreenOffTime >= HB_SCREEN_ON_COAP_TIME) { in HbScreenOnChangeEventHandler()