Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_snk.cpp168 std::vector<int32_t> convertStates; in GetDevicesByStates() local
170 convertStates.push_back(static_cast<int32_t>(state)); in GetDevicesByStates()
173 std::vector<RawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates()
H A Dbluetooth_avrcp_tg.cpp212 std::vector<int32_t> convertStates; in GetDevicesByStates() local
214 convertStates.push_back(static_cast<int32_t>(state)); in GetDevicesByStates()
218 std::vector<BluetoothRawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates()
H A Dbluetooth_a2dp_src.cpp177 std::vector<int32_t> convertStates; in GetDevicesByStates() local
179 convertStates.push_back(static_cast<int32_t>(state)); in GetDevicesByStates()
183 int ret = proxy->GetDevicesByStates(convertStates, rawAddrs); in GetDevicesByStates()
H A Dbluetooth_avrcp_ct.cpp970 std::vector<int32_t> convertStates; in GetDevicesByStates() local
972 convertStates.push_back(static_cast<int32_t>(state)); in GetDevicesByStates()
974 std::vector<RawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates()
/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()

Completed in 9 milliseconds