Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_connection.h26 class A2dpConnectManager { class
29 * @brief A constructor used to create an <b>A2dpConnectManager</b> instance.
34 explicit A2dpConnectManager(uint8_t role);
37 * @brief A constructor used to create an <b>A2dpConnectManager</b> instance.
41 A2dpConnectManager() = default;
44 * @brief A destructor used to delete the <b>A2dpConnectManager</b> instance.
48 ~A2dpConnectManager(void) = default;
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()
37 LOG_ERROR("[A2dpConnectManager] %{public}s Can't get the instance of service\n", __func__); in A2dpConnect()
53 LOG_ERROR("[A2dpConnectManager] %{public}s role[%u] Can't add new device\n", __func__, role_); in A2dpConnect()
65 bool A2dpConnectManager::A2dpDisconnect(const RawAddress &device) in A2dpDisconnect()
67 LOG_INFO("[A2dpConnectManager] %{public}s\n", __func__); in A2dpDisconnect()
72 LOG_ERROR("[A2dpConnectManager] %{public}s Can't get the instance of service\n", __func__); in A2dpDisconnect()
78 LOG_ERROR("[A2dpConnectManager] %{public}s role[%u] Not find the device\n", __func__, role_); in A2dpDisconnect()
90 bool A2dpConnectManager
[all...]
H A Da2dp_service.h419 * @brief Get boject pointer of A2dpConnectManager.
421 * @return Returns boject pointer of A2dpConnectManager.
424 A2dpConnectManager ConnectManager() const;
628 A2dpConnectManager connectManager_ {}; // A2dpConnectManager's object pointer.
H A Da2dp_service.cpp243 connectManager_ = A2dpConnectManager(role); in A2dpService()
1096 A2dpConnectManager A2dpService::ConnectManager() const in ConnectManager()

Completed in 4 milliseconds