Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/common_event/
H A Dlnn_common_event_monitor.cpp64 LnnNotifyScreenLockStateChangeEvent(SOFTBUS_USER_UNLOCK); in OnReceiveEvent()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h99 SOFTBUS_USER_UNLOCK, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c265 if (lockState != SOFTBUS_USER_UNLOCK && g_isUnLock) { in NetLockStateEventHandler()
270 case SOFTBUS_USER_UNLOCK: in NetLockStateEventHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c628 if (lockState == SOFTBUS_USER_UNLOCK) { in HbScreenLockChangeEventHandler()
637 lockState = lockState == SOFTBUS_USER_UNLOCK ? SOFTBUS_SCREEN_UNLOCK : lockState; in HbScreenLockChangeEventHandler()