Home
last modified time | relevance | path

Searched refs:SOFTBUS_ACCOUNT_LOG_IN (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c113 bool isLogIn = g_hbConditionState.accountState == SOFTBUS_ACCOUNT_LOG_IN; in IsHeartbeatEnable()
146 g_hbConditionState.accountState = SOFTBUS_ACCOUNT_LOG_IN; in HbRefreshConditionState()
158 …(g_hbConditionState.accountState == SOFTBUS_ACCOUNT_LOG_IN || g_hbConditionState.hasTrustedRelatio… in HbRefreshConditionState()
553 g_hbConditionState.accountState == SOFTBUS_ACCOUNT_LOG_IN && in HbScreenOnOnceTryCloudSync()
634 LnnNotifyAccountStateChangeEvent(SOFTBUS_ACCOUNT_LOG_IN); in HbScreenLockChangeEventHandler()
649 g_hbConditionState.accountState == SOFTBUS_ACCOUNT_LOG_IN) { in HbScreenLockChangeEventHandler()
658 g_hbConditionState.accountState != SOFTBUS_ACCOUNT_LOG_IN) { in HbScreenLockChangeEventHandler()
680 case SOFTBUS_ACCOUNT_LOG_IN: in HbAccountStateChangeEventHandler()
1077 g_hbConditionState.accountState = SOFTBUS_ACCOUNT_LOG_IN; in LnnUpdateHeartbeatInfo()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/common_event/
H A Dlnn_common_event_monitor.cpp143 LnnNotifyAccountStateChangeEvent(SOFTBUS_ACCOUNT_LOG_IN); in LnnSubscribeCommonEvent()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h105 SOFTBUS_ACCOUNT_LOG_IN, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c440 LnnNotifyAccountStateChangeEvent(SOFTBUS_ACCOUNT_LOG_IN); in OnGroupCreated()
583 case SOFTBUS_ACCOUNT_LOG_IN: in NetAccountStateChangeEventHandler()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_test.cpp381 info1->status = SOFTBUS_ACCOUNT_LOG_IN;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_init.c524 case SOFTBUS_ACCOUNT_LOG_IN: in AccountStateChangeHandler()
/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()