Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h129 SOFTBUS_NIGHT_MODE_UNKNOWN, enumerator
/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()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c85 g_hbConditionState.nightModeState = SOFTBUS_NIGHT_MODE_UNKNOWN; in InitHbConditionState()