Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/common_event/
H A Dlnn_common_event_monitor.cpp72 SoftBusAccountState state = SOFTBUS_ACCOUNT_UNKNOWN; in OnReceiveEvent()
78 if (state != SOFTBUS_ACCOUNT_UNKNOWN) { in OnReceiveEvent()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h107 SOFTBUS_ACCOUNT_UNKNOWN, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_test.cpp389 info1->status = SOFTBUS_ACCOUNT_UNKNOWN;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c569 if (state < SOFTBUS_ACCOUNT_LOG_IN || state >= SOFTBUS_ACCOUNT_UNKNOWN) { in LnnNotifyAccountStateChangeEvent()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c83 g_hbConditionState.accountState = SOFTBUS_ACCOUNT_UNKNOWN; in InitHbConditionState()