Home
last modified time | relevance | path

Searched refs:string_uuids (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/arc/bluetooth/
H A Dbluetooth_mojom_traits.cc35 auto string_uuids = data->service_uuids(); in AddTo() local
36 if (string_uuids == nullptr) in AddTo()
37 string_uuids = std::make_unique<std::vector<std::string>>(); in AddTo()
39 string_uuids->emplace_back(base::StringPrintf("%04x", uuid)); in AddTo()
41 data->set_service_uuids(std::move(string_uuids)); in AddTo()
51 auto string_uuids = data->service_uuids(); in AddTo() local
52 if (string_uuids == nullptr) in AddTo()
53 string_uuids = std::make_unique<std::vector<std::string>>(); in AddTo()
55 string_uuids->emplace_back(uuid.value()); in AddTo()
57 data->set_service_uuids(std::move(string_uuids)); in AddTo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/arc/bluetooth/
H A Dbluetooth_mojom_traits.cc35 auto string_uuids = data->service_uuids(); in AddTo() local
36 if (string_uuids == nullptr) in AddTo()
37 string_uuids = std::make_unique<std::vector<std::string>>(); in AddTo()
39 string_uuids->emplace_back(base::StringPrintf("%04x", uuid)); in AddTo()
41 data->set_service_uuids(std::move(string_uuids)); in AddTo()
51 auto string_uuids = data->service_uuids(); in AddTo() local
52 if (string_uuids == nullptr) in AddTo()
53 string_uuids = std::make_unique<std::vector<std::string>>(); in AddTo()
55 string_uuids->emplace_back(uuid.value()); in AddTo()
57 data->set_service_uuids(std::move(string_uuids)); in AddTo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc145 std::vector<std::string>* string_uuids = new std::vector<std::string>(); in BluetoothDeviceToApiDevice() local
148 string_uuids->push_back(uuid.canonical_value()); in BluetoothDeviceToApiDevice()
150 out->uuids.reset(string_uuids); in BluetoothDeviceToApiDevice()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc146 std::vector<std::string>* string_uuids = new std::vector<std::string>(); in BluetoothDeviceToApiDevice() local
149 string_uuids->push_back(uuid.canonical_value()); in BluetoothDeviceToApiDevice()
151 out->uuids.reset(string_uuids); in BluetoothDeviceToApiDevice()