Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h124 } SoftBusUserState; typedef
266 void LnnNotifyUserStateChangeEvent(SoftBusUserState state);
/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;
235 SoftBusUserState userState = (SoftBusUserState)event->status; in NetUserStateEventHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c63 SoftBusUserState backgroundState;
741 SoftBusUserState userState = (SoftBusUserState)event->status; in HbUserBackgroundEventHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c603 void LnnNotifyUserStateChangeEvent(SoftBusUserState state) in LnnNotifyUserStateChangeEvent()