Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c73 static SoftBusUserState g_backgroundState = SOFTBUS_USER_FOREGROUND;
237 case SOFTBUS_USER_FOREGROUND: in NetUserStateEventHandler()
751 return isConfigEnabled && (g_backgroundState == SOFTBUS_USER_FOREGROUND) && !g_isNightMode && in LnnIsAutoNetWorkingEnabled()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h121 SOFTBUS_USER_FOREGROUND, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c84 g_hbConditionState.backgroundState = SOFTBUS_USER_FOREGROUND; in InitHbConditionState()
743 case SOFTBUS_USER_FOREGROUND: in HbUserBackgroundEventHandler()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_test.cpp275 info1->status = SOFTBUS_USER_FOREGROUND;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c605 if (state < SOFTBUS_USER_FOREGROUND || state >= SOFTBUS_USER_UNKNOWN) { in LnnNotifyUserStateChangeEvent()