Home
last modified time | relevance | path

Searched refs:rawAddrs (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp198 std::vector<BluetoothRawAddress> rawAddrs = proxy->GetConnectedDevices(); in GetConnectedDevices() local
199 for (auto rawAddr : rawAddrs) { in GetConnectedDevices()
221 std::vector<BluetoothRawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates() local
222 for (auto rawAddr : rawAddrs) { in GetDevicesByStates()
H A Dbluetooth_a2dp_snk.cpp177 std::vector<RawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates() local
178 for (auto rawAddr : rawAddrs) { in GetDevicesByStates()
H A Dbluetooth_a2dp_src.cpp185 std::vector<RawAddress> rawAddrs; in GetDevicesByStates() local
186 int ret = proxy->GetDevicesByStates(convertStates, rawAddrs); in GetDevicesByStates()
191 for (auto rawAddr : rawAddrs) { in GetDevicesByStates()
H A Dbluetooth_avrcp_ct.cpp951 std::vector<RawAddress> rawAddrs = proxy->GetConnectedDevices(); in GetConnectedDevices() local
952 for (auto rawAddr : rawAddrs) { in GetConnectedDevices()
977 std::vector<RawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates() local
978 for (auto rawAddr : rawAddrs) { in GetDevicesByStates()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h39 … int GetDevicesByStates(const std::vector<int32_t> &states, std::vector<RawAddress> &rawAddrs) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h40 …int GetDevicesByStates(const std::vector<int32_t> &states, std::vector<RawAddress> &rawAddrs) over…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h37 …int GetDevicesByStates(const std::vector<int32_t> &states, std::vector<RawAddress> &rawAddrs) over…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h119 std::list<RawAddress> rawAddrs; in GetConnectDevices() local
120 return rawAddrs; in GetConnectDevices()
H A Davrcp_ct_profile.cpp175 std::vector<RawAddress> rawAddrs; in GetDevicesByStates() local
187 rawAddrs.push_back(rawAddr); in GetDevicesByStates()
192 return rawAddrs; in GetDevicesByStates()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp254 …ceServer::GetDevicesByStates(const std::vector<int32_t> &states, std::vector<RawAddress> &rawAddrs) in GetDevicesByStates() argument
267 rawAddrs = pimpl->a2dpSrcService_->GetDevicesByStates(tmpStates); in GetDevicesByStates()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp84 …SrcProxy::GetDevicesByStates(const std::vector<int32_t> &states, std::vector<RawAddress> &rawAddrs) in GetDevicesByStates() argument
105 rawAddrs.push_back(RawAddress(reply.ReadString())); in GetDevicesByStates()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h470 std::list<RawAddress> rawAddrs; in GetConnectDevices() local
471 return rawAddrs; in GetConnectDevices()
H A Davrcp_tg_profile.cpp173 std::vector<RawAddress> rawAddrs; in GetDevicesByStates() local
185 rawAddrs.push_back(rawAddr); in GetDevicesByStates()
190 return rawAddrs; in GetDevicesByStates()