Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_state_machine.cpp319 std::unique_ptr<utility::StateMachine::State> ctConnectingPtr = in AddStates() local
325 …std::make_unique<CtConnected>(AVRC_CT_SM_STATE_CONNECTED, *this, rawAddr_, *ctConnectingPtr.get()); in AddStates()
352 Move(ctConnectingPtr); in AddStates()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_state_machine.cpp288 std::unique_ptr<utility::StateMachine::State> ctConnectingPtr = in AddStates() local
292 …std::make_unique<CtConnected>(AVRC_TG_SM_STATE_CONNECTED, *this, rawAddr_, *ctConnectingPtr.get()); in AddStates()
306 Move(ctConnectingPtr); in AddStates()