Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c108 g_hbConditionState.lockState = SOFTBUS_SCREEN_UNLOCK; in IsHeartbeatEnable()
112 bool isScreenUnlock = g_hbConditionState.lockState == SOFTBUS_SCREEN_UNLOCK; in IsHeartbeatEnable()
149 g_hbConditionState.lockState = SOFTBUS_SCREEN_UNLOCK; in HbRefreshConditionState()
157 if (g_hbConditionState.lockState == SOFTBUS_SCREEN_UNLOCK && in HbRefreshConditionState()
554 g_hbConditionState.lockState == SOFTBUS_SCREEN_UNLOCK) { in HbScreenOnOnceTryCloudSync()
637 lockState = lockState == SOFTBUS_USER_UNLOCK ? SOFTBUS_SCREEN_UNLOCK : lockState; in HbScreenLockChangeEventHandler()
638 if (g_hbConditionState.lockState == SOFTBUS_SCREEN_UNLOCK) { in HbScreenLockChangeEventHandler()
645 case SOFTBUS_SCREEN_UNLOCK: in HbScreenLockChangeEventHandler()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/common_event/
H A Dlnn_common_event_monitor.cpp66 LnnNotifyScreenLockStateChangeEvent(SOFTBUS_SCREEN_UNLOCK); in OnReceiveEvent()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h100 SOFTBUS_SCREEN_UNLOCK, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c271 case SOFTBUS_SCREEN_UNLOCK: in NetLockStateEventHandler()