Home
last modified time | relevance | path

Searched refs:StateBase (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.h68 class StateBase : public utility::StateMachine::State {
70 StateBase(const std::string &name,
72 virtual ~StateBase() in ~StateBase()
78 struct Idle : public StateBase {
85 struct Connecting : public StateBase {
92 struct Connected : public StateBase {
99 struct Disconnecting : public StateBase {
106 struct Disconnected : public StateBase {
H A Dgatt_connection_manager.cpp1261 GattConnectionManager::Device::StateMachine::StateBase::StateBase( in StateBase() function in OHOS::bluetooth::GattConnectionManager::Device::StateMachine::StateBase
1268 : StateBase(STATE_IDLE, stateMachine, device) in Idle()
1315 : StateBase(STATE_CONNECTING, stateMachine, device) in Connecting()
1366 : StateBase(STATE_CONNECTED, stateMachine, device) in Connected()
1447 : StateBase(STATE_DISCONNECTING, stateMachine, device) in Disconnecting()
1488 : StateBase(STATE_DISCONNECTED, stateMachine, device) in Disconnected()