Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/include/
H A Dlnn_state_machine.h72 int32_t LnnFsmStop(FsmStateMachine *fsm);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_state_machine.c303 int32_t LnnFsmStop(FsmStateMachine *fsm) in LnnFsmStop() function
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c529 LnnFsmStop(&authFsm->fsm); in CompleteAuthSession()
537 LnnFsmStop(&authFsm->fsm); in StopAuthFsm()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c1118 if (LnnFsmStop(&hbFsm->fsm) != SOFTBUS_OK) { in LnnStopHeartbeatFsm()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c1788 if (LnnFsmStop(&connFsm->fsm) != SOFTBUS_OK) { in LnnStopConnectionFsm()