Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_snk.cpp172 std::vector<int32_t> convertStates; in GetDevicesByStates() local
174 convertStates.push_back(static_cast<int32_t>(state)); in GetDevicesByStates()
177 std::vector<RawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates()
H A Dbluetooth_avrcp_tg.cpp215 std::vector<int32_t> convertStates; in GetDevicesByStates() local
217 convertStates.push_back(static_cast<int32_t>(state)); in GetDevicesByStates()
221 std::vector<BluetoothRawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates()
H A Dbluetooth_a2dp_src.cpp180 std::vector<int32_t> convertStates; in GetDevicesByStates() local
182 convertStates.push_back(static_cast<int32_t>(state)); in GetDevicesByStates()
186 int ret = proxy->GetDevicesByStates(convertStates, rawAddrs); in GetDevicesByStates()
H A Dbluetooth_avrcp_ct.cpp973 std::vector<int32_t> convertStates; in GetDevicesByStates() local
975 convertStates.push_back(static_cast<int32_t>(state)); in GetDevicesByStates()
977 std::vector<RawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp278 std::vector<int> convertStates; in GetDevicesByStates() local
281 convertStates.push_back(static_cast<int>(state)); in GetDevicesByStates()
284 devices = pimpl->service_->GetDevicesByStates(convertStates); in GetDevicesByStates()
H A Dbluetooth_avrcp_ct_server.cpp826 std::vector<int> convertStates; in GetDevicesByStates() local
828 convertStates.push_back(static_cast<int>(state)); in GetDevicesByStates()
831 devices = pimpl->service_->GetDevicesByStates(convertStates); in GetDevicesByStates()