/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/ |
H A D | state_machine.h | 37 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 D | hid_host_statemachine.h | 149 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 D | pan_statemachine.h | 123 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 D | hfp_ag_statemachine.h | 177 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 D | hfp_hf_statemachine.h | 398 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 D | avrcp_tg_state_machine.cpp | 74 std::unique_ptr<StateMachine> statemachine = in AddControlStateMachine() local
|