Home
last modified time | relevance | path

Searched refs:disconnected (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_state_machine.h55 * @brief Construct a disconnected State object.
200 std::unique_ptr<StateMachine::State> disconnected = in A2dpStateManager() local
207 Move(disconnected); in A2dpStateManager()
/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket.cpp42 connect(tcpSocket_, SIGNAL(disconnected()), this, SLOT(OnDisconnected())); in CreateTCPScoket()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp1194 std::unique_ptr<State> disconnected = std::make_unique<Disconnected>(*this, device); in StateMachine() local
1195 Move(disconnected); in StateMachine()

Completed in 4 milliseconds