Home
last modified time | relevance | path

Searched refs:GetDeviceAddresses (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_connection.h173 std::list<std::string> GetDeviceAddresses(void);
H A Davrcp_tg_profile.cpp155 std::list<std::string> addrs = AvrcTgConnectManager::GetInstance()->GetDeviceAddresses(); in GetConnectedDevices()
180 addrs = cnManager->GetDeviceAddresses(); in GetDevicesByStates()
223 std::list<std::string> addrs = AvrcTgConnectManager::GetInstance()->GetDeviceAddresses(); in GetMaxConnectNum()
293 std::list<std::string> addrs = AvrcTgConnectManager::GetInstance()->GetDeviceAddresses(); in GetConnectState()
H A Davrcp_tg_connection.cpp162 std::list<std::string> AvrcTgConnectManager::GetDeviceAddresses(void) in GetDeviceAddresses() function in OHOS::bluetooth::AvrcTgConnectManager
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_connection.h191 std::list<std::string> GetDeviceAddresses(void);
H A Davrcp_ct_profile.cpp157 std::list<std::string> addrs = AvrcCtConnectManager::GetInstance()->GetDeviceAddresses(); in GetConnectedDevices()
182 addrs = cnManager->GetDeviceAddresses(); in GetDevicesByStates()
226 std::list<std::string> addrs = AvrcCtConnectManager::GetInstance()->GetDeviceAddresses(); in GetMaxConnectNum()
298 std::list<std::string> addrs = AvrcCtConnectManager::GetInstance()->GetDeviceAddresses(); in GetConnectState()
H A Davrcp_ct_connection.cpp187 std::list<std::string> AvrcCtConnectManager::GetDeviceAddresses(void) in GetDeviceAddresses() function in OHOS::bluetooth::AvrcCtConnectManager