Home
last modified time | relevance | path

Searched refs:A2dpConnectManager (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_connection.cpp24 A2dpConnectManager::A2dpConnectManager(uint8_t role) in A2dpConnectManager() function in OHOS::bluetooth::A2dpConnectManager
29 bool A2dpConnectManager::A2dpConnect(const RawAddress &device) in A2dpConnect()
65 bool A2dpConnectManager::A2dpDisconnect(const RawAddress &device) in A2dpDisconnect()
90 bool A2dpConnectManager::JudgeConnectedNum() const in JudgeConnectedNum()
123 A2dpDeviceInfo *A2dpConnectManager::AddDevice(const RawAddress &device, int state) in AddDevice()
146 void A2dpConnectManager::DeleteDevice(const RawAddress &device) in DeleteDevice()
157 bool A2dpConnectManager::JudgeConnectExit(const RawAddress &device, uint8_t role) in JudgeConnectExit()
H A Da2dp_service_connection.h26 class A2dpConnectManager {
34 explicit A2dpConnectManager(uint8_t role);
41 A2dpConnectManager() = default;
48 ~A2dpConnectManager(void) = default;
H A Da2dp_service.h424 A2dpConnectManager ConnectManager() const;
628A2dpConnectManager connectManager_ {}; // A2dpConnectManager's object pointer.
H A Da2dp_service.cpp243 connectManager_ = A2dpConnectManager(role); in A2dpService()
1111 A2dpConnectManager A2dpService::ConnectManager() const in ConnectManager()