/third_party/libwebsockets/lib/misc/ |
H A D | fsmount.c | 60 lws_fsmount_mount(struct lws_fsmount *fsm) in lws_fsmount_mount() argument 137 lws_fsmount_unmount(struct lws_fsmount *fsm) lws_fsmount_unmount() argument [all...] |
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | fold_screen_state_machine_test.cpp | 71 FoldScreenStateMachine fsm; in HWTEST_F() local 84 FoldScreenStateMachine fsm; in HWTEST_F() local 97 FoldScreenStateMachine fsm; in HWTEST_F() local 112 FoldScreenStateMachine fsm; HWTEST_F() local 128 FoldScreenStateMachine fsm; HWTEST_F() local 141 FoldScreenStateMachine fsm; HWTEST_F() local 154 FoldScreenStateMachine fsm; HWTEST_F() local 169 FoldScreenStateMachine fsm; HWTEST_F() local 187 FoldScreenStateMachine fsm; HWTEST_F() local 204 FoldScreenStateMachine fsm; HWTEST_F() local 222 FoldScreenStateMachine fsm; HWTEST_F() local 240 FoldScreenStateMachine fsm; HWTEST_F() local 256 FoldScreenStateMachine fsm; HWTEST_F() local 268 FoldScreenStateMachine fsm; HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | fsm.c | 21 mISDN_FsmNew(struct Fsm *fsm, in mISDN_FsmNew() argument 48 mISDN_FsmFree(struct Fsm *fsm) mISDN_FsmFree() argument [all...] |
H A D | fsm.h | 29 struct Fsm *fsm; member
|
/kernel/linux/linux-5.10/drivers/usb/common/ |
H A D | usb-otg-fsm.c | 29 static int otg_set_protocol(struct otg_fsm *fsm, int protocol) in otg_set_protocol() argument 60 otg_leave_state(struct otg_fsm *fsm, enum usb_otg_state old_state) otg_leave_state() argument 122 struct otg_fsm *fsm = container_of(to_delayed_work(work), otg_hnp_polling_work() local 187 otg_start_hnp_polling(struct otg_fsm *fsm) otg_start_hnp_polling() argument 206 otg_set_state(struct otg_fsm *fsm, enum usb_otg_state new_state) otg_set_state() argument 328 otg_statemachine(struct otg_fsm *fsm) otg_statemachine() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/common/ |
H A D | usb-otg-fsm.c | 29 static int otg_set_protocol(struct otg_fsm *fsm, int protocol) in otg_set_protocol() argument 60 otg_leave_state(struct otg_fsm *fsm, enum usb_otg_state old_state) otg_leave_state() argument 122 struct otg_fsm *fsm = container_of(to_delayed_work(work), otg_hnp_polling_work() local 187 otg_start_hnp_polling(struct otg_fsm *fsm) otg_start_hnp_polling() argument 206 otg_set_state(struct otg_fsm *fsm, enum usb_otg_state new_state) otg_set_state() argument 328 otg_statemachine(struct otg_fsm *fsm) otg_statemachine() argument [all...] |
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | fsm.c | 21 mISDN_FsmNew(struct Fsm *fsm, in mISDN_FsmNew() argument 48 mISDN_FsmFree(struct Fsm *fsm) mISDN_FsmFree() argument [all...] |
H A D | fsm.h | 29 struct Fsm *fsm; member
|
/foundation/communication/dsoftbus/core/bus_center/utils/include/ |
H A D | lnn_state_machine.h | 62 FsmStateMachine *fsm; member [all...] |
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_fsm_test.cpp | 409 FsmStateMachine fsm; in HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | fsm.h | 49 } fsm; typedef
|
/kernel/linux/linux-5.10/lib/ |
H A D | ts_fsm.c | 136 struct ts_fsm *fsm = ts_config_priv(conf); in fsm_find() local 260 struct ts_fsm *fsm; in fsm_init() local 304 struct ts_fsm *fsm = ts_config_priv(conf); fsm_get_pattern() local 310 struct ts_fsm *fsm = ts_config_priv(conf); fsm_get_pattern_len() local [all...] |
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | fsm.h | 49 } fsm; typedef
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | debug.c | 190 struct otg_fsm *fsm; in ci_otg_show() local [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | ts_fsm.c | 136 struct ts_fsm *fsm = ts_config_priv(conf); in fsm_find() local 260 struct ts_fsm *fsm; in fsm_init() local 304 struct ts_fsm *fsm = ts_config_priv(conf); fsm_get_pattern() local 310 struct ts_fsm *fsm = ts_config_priv(conf); fsm_get_pattern_len() local [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_connection_fsm.h | 83 FsmStateMachine fsm; member
|
/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_state_machine.c | 27 static bool IsDuplicateState(FsmStateMachine *fsm, FsmState *state) in IsDuplicateState() argument 60 static SoftBusMessage *CreateFsmHandleMsg(FsmStateMachine *fsm, in CreateFsmHandleMsg() argument 92 FsmStateMachine *fsm = NULL; in ProcessStartMessage() local 120 FsmStateMachine *fsm = NULL; ProcessDataMessage() local 144 FsmStateMachine *fsm = NULL; ProcessStopMessage() local 174 FsmStateMachine *fsm = NULL; ProcessDeinitMessage() local 221 PostMessageToFsm(FsmStateMachine *fsm, int32_t what, uint64_t arg1, uint64_t arg2, void *obj) PostMessageToFsm() argument 256 LnnFsmInit(FsmStateMachine *fsm, SoftBusLooper *looper, char *name, FsmDeinitCallback cb) LnnFsmInit() argument 276 LnnFsmDeinit(FsmStateMachine *fsm) LnnFsmDeinit() argument 284 LnnFsmAddState(FsmStateMachine *fsm, FsmState *state) LnnFsmAddState() argument 299 LnnFsmStart(FsmStateMachine *fsm, FsmState *initialState) LnnFsmStart() argument 307 LnnFsmStop(FsmStateMachine *fsm) LnnFsmStop() argument 315 LnnFsmPostMessage(FsmStateMachine *fsm, uint32_t msgType, void *data) LnnFsmPostMessage() argument 323 LnnFsmPostMessageDelay(FsmStateMachine *fsm, uint32_t msgType, void *data, uint64_t delayMillis) LnnFsmPostMessageDelay() argument 344 LnnFsmRemoveMessageByType(FsmStateMachine *fsm, int32_t what) LnnFsmRemoveMessageByType() argument 353 LnnFsmRemoveMessage(FsmStateMachine *fsm, int32_t msgType) LnnFsmRemoveMessage() argument 363 LnnFsmRemoveMessageSpecific(FsmStateMachine *fsm, int32_t (*customFunc)(const SoftBusMessage*, void*), void *args) LnnFsmRemoveMessageSpecific() argument 375 LnnFsmTransactState(FsmStateMachine *fsm, FsmState *state) LnnFsmTransactState() argument [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/ |
H A D | lnn_heartbeat_fsm.h | 60 FsmStateMachine fsm; member
|
/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/ |
H A D | hb_fsm_test.cpp | 494 FsmStateMachine fsm; HWTEST_F() local 539 FsmStateMachine fsm; HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/ |
H A D | hb_fsm_strategy_mock.cpp | 159 int32_t LnnFsmRemoveMessage(FsmStateMachine *fsm, int32_t msgType) in LnnFsmRemoveMessage() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_msgq.h | 59 bfa_fsm_t fsm; member 85 bfa_fsm_t fsm; member
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | debug.c | 190 struct otg_fsm *fsm; in ci_otg_show() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_msgq.h | 61 void (*fsm)(struct bfa_msgq_cmdq *s, enum cmdq_event e); member 89 void (*fsm)(struct bfa_msgq_rspq *s, enum rspq_event e); member
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | fsm.h | 78 typedef struct fsm { struct 95 } fsm; typedef [all...] |
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm_test.cpp | 128 LnnConnectionFsm *fsm = LnnCreateConnectionFsm(target1, "pkgName", true); in HWTEST_F() local 190 FsmStateMachine fsm; in HWTEST_F() local 283 FsmStateMachine fsm; in HWTEST_F() local [all...] |