Home
last modified time | relevance | path

Searched defs:statemachine (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dstate_machine.h37 explicit State(const std::string &name, StateMachine &statemachine) in State() argument
47 explicit State(const std::string &name, StateMachine &statemachine, State &parent) in State() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_statemachine.h149 HidHostState(const std::string &name, utility::StateMachine &statemachine, int stateInt, in HidHostState() argument
154 HidHostState(const std::string &name, utility::StateMachine &statemachine, int stateInt) in HidHostState() argument
172 HidHostDisconnectedState(const std::string &name, utility::StateMachine &statemachine) in HidHostDisconnectedState() argument
188 HidHostConnectingState(const std::string &name, utility::StateMachine &statemachine) HidHostConnectingState() argument
202 HidHostDisconnectingState(const std::string &name, utility::StateMachine &statemachine) HidHostDisconnectingState() argument
216 HidHostConnectedState(const std::string &name, utility::StateMachine &statemachine) HidHostConnectedState() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_statemachine.h123 PanState(const std::string &name, utility::StateMachine &statemachine, int stateInt, in PanState() argument
128 PanState(const std::string &name, utility::StateMachine &statemachine, int stateInt) in PanState() argument
146 PanDisconnectedState(const std::string &name, utility::StateMachine &statemachine) in PanDisconnectedState() argument
160 PanConnectingState(const std::string &name, utility::StateMachine &statemachine) PanConnectingState() argument
173 PanDisconnectingState(const std::string &name, utility::StateMachine &statemachine) PanDisconnectingState() argument
186 PanConnectedState(const std::string &name, utility::StateMachine &statemachine) PanConnectedState() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_statemachine.h177 HfpAgState(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, in HfpAgState() argument
202 HfpAgDisconnected(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, in HfpAgDisconnected() argument
217 HfpAgConnecting(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, HfpAgSystemEventProcesser &eventDispatch) HfpAgConnecting() argument
231 HfpAgDisconnecting(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, HfpAgSystemEventProcesser &eventDispatch) HfpAgDisconnecting() argument
243 HfpAgConnected(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, HfpAgSystemEventProcesser &eventDispatch) HfpAgConnected() argument
262 HfpAgAudioConnecting(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, HfpAgSystemEventProcesser &eventDispatch, utility::StateMachine::State &parent) HfpAgAudioConnecting() argument
274 HfpAgAudioDisconnecting(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, HfpAgSystemEventProcesser &eventDispatch, utility::StateMachine::State &parent) HfpAgAudioDisconnecting() argument
286 HfpAgAudioConnected(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, HfpAgSystemEventProcesser &eventDispatch, utility::StateMachine::State &parent) HfpAgAudioConnected() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_statemachine.h398 HfpHfState(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, int stateInt, in HfpHfState() argument
403 HfpHfState(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, int stateInt) in HfpHfState() argument
422 HfpHfDisconnected(const std::string &name, utility::StateMachine &statemachine, HfpHfProfil argument
436 HfpHfConnecting(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile) HfpHfConnecting() argument
447 HfpHfDisconnecting(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile) HfpHfDisconnecting() argument
458 HfpHfConnected(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile) HfpHfConnected() argument
470 HfpHfAudioConnecting(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, utility::StateMachine::State &parent) HfpHfAudioConnecting() argument
482 HfpHfAudioDisconnecting(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, utility::StateMachine::State &parent) HfpHfAudioDisconnecting() argument
494 HfpHfAudioConnected(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, utility::StateMachine::State &parent) HfpHfAudioConnected() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_state_machine.cpp74 std::unique_ptr<StateMachine> statemachine = in AddControlStateMachine() local

Completed in 5 milliseconds