Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h101 SOFTBUS_SCREEN_LOCK_UNKNOWN, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c81 g_hbConditionState.lockState = SOFTBUS_SCREEN_LOCK_UNKNOWN; in InitHbConditionState()
107 …if ((g_hbConditionState.lockState == SOFTBUS_SCREEN_LOCK_UNKNOWN) && IsActiveOsAccountUnlocked()) { in IsHeartbeatEnable()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c559 if (state < SOFTBUS_SCREEN_LOCK || state >= SOFTBUS_SCREEN_LOCK_UNKNOWN) { in LnnNotifyScreenLockStateChangeEvent()