Home
last modified time | relevance | path

Searched refs:LnnFsmRemoveMessageSpecific (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/include/
H A Dlnn_state_machine.h81 int32_t LnnFsmRemoveMessageSpecific(FsmStateMachine *fsm,
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_state_machine.c355 int32_t LnnFsmRemoveMessageSpecific(FsmStateMachine *fsm, in LnnFsmRemoveMessageSpecific() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c367 ret = LnnFsmRemoveMessageSpecific(&hbFsm->fsm, CustomFuncRemoveHbMsg, (void *)&removeMsg); in RemoveHbMsgByCustObj()