Searched refs:A2dpConnectManager (Results 1 – 4 of 4) sorted by relevance
24 A2dpConnectManager::A2dpConnectManager(uint8_t role) in A2dpConnectManager() function in OHOS::bluetooth::A2dpConnectManager29 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()
26 class A2dpConnectManager {34 explicit A2dpConnectManager(uint8_t role);41 A2dpConnectManager() = default;48 ~A2dpConnectManager(void) = default;
424 A2dpConnectManager ConnectManager() const;628 … A2dpConnectManager connectManager_ {}; // A2dpConnectManager's object pointer.
243 connectManager_ = A2dpConnectManager(role); in A2dpService()1111 A2dpConnectManager A2dpService::ConnectManager() const in ConnectManager()