Home
last modified time | relevance | path

Searched defs:rawAddrs (Results 1 – 10 of 10) sorted by relevance

/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
H A Davrcp_ct_profile.cpp175 std::vector<RawAddress> rawAddrs; in GetDevicesByStates() local
/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
H A Davrcp_tg_profile.cpp173 std::vector<RawAddress> rawAddrs; in GetDevicesByStates() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp198 std::vector<BluetoothRawAddress> rawAddrs = proxy->GetConnectedDevices(); in GetConnectedDevices() local
221 std::vector<BluetoothRawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates() local
H A Dbluetooth_a2dp_snk.cpp177 std::vector<RawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates() local
H A Dbluetooth_a2dp_src.cpp185 std::vector<RawAddress> rawAddrs; in GetDevicesByStates() local
H A Dbluetooth_avrcp_ct.cpp951 std::vector<RawAddress> rawAddrs = proxy->GetConnectedDevices(); in GetConnectedDevices() local
977 std::vector<RawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates() local
/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()
/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()