Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_connection_fsm.h45 #define LNN_CONN_INFO_FLAG_ONLINE 0x80 macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c254 if ((connFsm->connInfo.flag & LNN_CONN_INFO_FLAG_ONLINE) != 0) { in TrySendJoinLNNRequest()
298 if ((item->connInfo.flag & LNN_CONN_INFO_FLAG_ONLINE) != 0) { in NeedPendingJoinRequest()
H A Dlnn_net_builder_init.c280 if ((connFsm->connInfo.flag & LNN_CONN_INFO_FLAG_ONLINE) == 0) { in TryDisconnectAllConnection()
H A Dlnn_net_builder_process.c239 if ((connFsm->connInfo.flag & LNN_CONN_INFO_FLAG_ONLINE) == 0) { in IsInvalidConnectionFsm()
H A Dlnn_connection_fsm.c436 connInfo->flag |= LNN_CONN_INFO_FLAG_ONLINE; in SetLnnConnNodeInfo()