Home
last modified time | relevance | path

Searched refs:A2dpStateClosing (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.h37 const std::string A2DP_PROFILE_CLOSING = "A2dpStateClosing";
617 class A2dpStateClosing : public utility::StateMachine::State { class
625 A2dpStateClosing(const std::string &name, utility::StateMachine &stateMachine) in A2dpStateClosing() function in OHOS::bluetooth::A2dpStateClosing
634 ~A2dpStateClosing() = default;
709 std::unique_ptr<StateMachine::State> closing = std::make_unique<A2dpStateClosing>(A2DP_PROFILE_CLOSING, *this); in A2dpStateMachine()
H A Da2dp_state_machine.cpp1183 bool A2dpStateClosing::Dispatch(const utility::Message &msg) in Dispatch()
1185 LOG_INFO("[A2dpStateClosing]%{public}s\n", __func__); in Dispatch()
1188 LOG_ERROR("[A2dpStateClosing]%{public}s input error parameter\n", __func__); in Dispatch()
1211 void A2dpStateClosing::SetStateName(std::string state) in SetStateName()
1217 void A2dpStateClosing::ProcessCloseStreamInd(BtAddr addr, uint16_t handle, uint8_t role) in ProcessCloseStreamInd()
1219 LOG_INFO("[A2dpStateClosing]%{public}s\n", __func__); in ProcessCloseStreamInd()
1222 LOG_ERROR("[A2dpStateClosing]%{public}s Failed to get profile instance\n", __func__); in ProcessCloseStreamInd()
1229 LOG_ERROR("[A2dpStateClosing]%{public}s Failed to get profile Peer\n", __func__); in ProcessCloseStreamInd()
1236 void A2dpStateClosing::ProcessDisconnectInd(BtAddr addr, uint16_t handle, uint8_t role) in ProcessDisconnectInd()
1238 LOG_INFO("[A2dpStateClosing] in ProcessDisconnectInd()
[all...]

Completed in 6 milliseconds