Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/common_event/
H A Dlnn_common_event_monitor.cpp58 SoftBusScreenState screenState = SOFTBUS_SCREEN_UNKNOWN; in OnReceiveEvent()
68 if (screenState != SOFTBUS_SCREEN_UNKNOWN) { in OnReceiveEvent()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl_virtual.c91 return SOFTBUS_SCREEN_UNKNOWN; in GetScreenState()
H A Dlnn_heartbeat_ctrl.c80 g_hbConditionState.screenState = SOFTBUS_SCREEN_UNKNOWN; in InitHbConditionState()
587 if ((SoftBusScreenState)event->status == SOFTBUS_SCREEN_UNKNOWN) { in HbScreenStateChangeEventHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h86 SOFTBUS_SCREEN_UNKNOWN, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c530 if (state < SOFTBUS_SCREEN_ON || state >= SOFTBUS_SCREEN_UNKNOWN) { in LnnNotifyScreenStateChangeEvent()