Home
last modified time | relevance | path

Searched defs:Disconnecting (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/include/state_machine/
H A Ddisconnecting.h29 Disconnecting(std::weak_ptr<CellularDataStateMachine> &&cellularService, std::string &&name) in Disconnecting() function
H A Dcellular_data_state_machine.h99 friend class Disconnecting; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.h99 struct Disconnecting : public StateBase { struct
101 ~Disconnecting() override{}; in ~Disconnecting() argument
103 void Exit() override{}; in Exit()
H A Dgatt_connection_manager.cpp1445 GattConnectionManager::Device::StateMachine::Disconnecting::Disconnecting( in Disconnecting() function in OHOS::bluetooth::GattConnectionManager::Device::StateMachine::Disconnecting