Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h127 SOFTBUS_NIGHT_MODE_ON, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c115 bool isNightMode = g_hbConditionState.nightModeState == SOFTBUS_NIGHT_MODE_ON; in IsHeartbeatEnable()
768 case SOFTBUS_NIGHT_MODE_ON: in HbNightModeStateEventHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c561 if (event->status == SOFTBUS_NIGHT_MODE_ON) { in NightModeChangeEventHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c616 if (*nightModeState < SOFTBUS_NIGHT_MODE_ON || *nightModeState >= SOFTBUS_NIGHT_MODE_UNKNOWN) { in LnnNotifyNightModeStateChangeEvent()