Home
last modified time | relevance | path

Searched refs:checkMsg (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_strategy.c574 …LnnCheckDevStatusMsgPara checkMsg = { .hbType = registedHbType, .hasNetworkId = false, .isWakeUp =… in ProcessSendOnceStrategy() local
575 LnnRemoveCheckDevStatusMsg(hbFsm, &checkMsg); in ProcessSendOnceStrategy()
576 if (LnnPostCheckDevStatusMsgToHbFsm(hbFsm, &checkMsg, HB_CHECK_DELAY_LEN) != SOFTBUS_OK) { in ProcessSendOnceStrategy()
H A Dlnn_heartbeat_fsm.c559 LnnCheckDevStatusMsgPara checkMsg = {.hbType = custData->hbType, .hasNetworkId = false}; in OnSendOneHbBegin() local
560 LnnRemoveCheckDevStatusMsg(TO_HEARTBEAT_FSM(fsm), &checkMsg); in OnSendOneHbBegin()