/packages/modules/Bluetooth/system/gd/l2cap/internal/ |
D | dynamic_channel_allocator.cc | 47 …channels_.try_emplace(cid, std::make_shared<DynamicChannelImpl>(psm, cid, remote_cid, link_, l2cap… in AllocateChannel() 65 auto elem = channels_.try_emplace( in AllocateReservedChannel()
|
D | fixed_channel_allocator.h | 61 …auto elem = channels_.try_emplace(cid, std::make_shared<FixedChannelImplType>(cid, link_, l2cap_ha… in AllocateChannel()
|
/packages/modules/Bluetooth/system/gd/common/ |
D | lru_cache.h | 164 std::tuple<iterator, bool, std::optional<node_type>> try_emplace(const Key& key, Args&&... args) { in try_emplace() function 175 auto pair = list_map_.try_emplace(list_map_.begin(), key, std::forward<Args>(args)...); in try_emplace()
|
D | list_map.h | 123 std::pair<iterator, bool> try_emplace(const_iterator pos, const Key& key, Args&&... args) { in try_emplace() function 138 return try_emplace(end(), key, std::forward<Args>(args)...); in try_emplace_back()
|
D | list_map_test.cc | 202 auto result = list_map.try_emplace(iter, 42, 420); in TEST() 208 EXPECT_FALSE(list_map.try_emplace(result.first, 42, 420).second); in TEST()
|
D | lru_cache_test.cc | 74 auto result = cache.try_emplace(42, 420); in TEST()
|
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | document.cc | 118 pages_.try_emplace(pageNum, page); in GetPage() 119 fpdf_page_index_lookup_.try_emplace(page->page(), pageNum); in GetPage()
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link_manager.cc | 80 pending_links_.try_emplace(address_with_type); in ConnectFixedChannelServices() 115 …links_.try_emplace(connected_address_with_type, l2cap_handler_, std::move(acl_connection), paramet… in OnLeConnectSuccess()
|
D | dynamic_channel_service_manager_impl.cc | 39 service_map_.try_emplace( in Register()
|
D | fixed_channel_service_manager_impl.cc | 44 service_map_.try_emplace(cid, in Register()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | dynamic_channel_service_manager_impl.cc | 43 service_map_.try_emplace( in Register()
|
D | fixed_channel_service_manager_impl.cc | 44 service_map_.try_emplace(cid, in Register()
|
D | link_manager.cc | 79 pending_links_.try_emplace(device); in ConnectFixedChannelServices() 249 links_.try_emplace(device, l2cap_handler_, std::move(acl_connection), parameter_provider_, in OnConnectSuccess()
|
/packages/modules/DnsResolver/ |
D | DnsTlsQueryMap.cpp | 52 const auto [it, inserted] = mQueries.try_emplace(newId, q); in recordQuery()
|
D | DnsStats.cpp | 178 statsMap.try_emplace(addr, StatsRecords(addr, kLogSize)); in setAddrs()
|
D | DnsStatsTest.cpp | 437 expectedRcodeCounts.try_emplace(rcode, 32); in TEST_F()
|
/packages/services/Car/cpp/computepipe/runner/input_manager/ |
D | EvsInputManager.cpp | 91 auto [it, result] = mEvsUseCases.try_emplace(std::move(streamId), in initializeCameras()
|
/packages/services/Car/cpp/evs/manager/1.1/ |
D | Enumerator.cpp | 315 mActiveCameras.try_emplace(cameraId, hwCamera); in openCamera() 409 mActiveCameras.try_emplace(id, hwCamera); in openCamera_1_1()
|
D | VirtualCamera.cpp | 56 mHalCamera.try_emplace(cam->getId(), cam); in VirtualCamera()
|
/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/ |
D | NetworkTraceHandler.cpp | 303 auto [iter, success] = state->iids.try_emplace(key, state->iids.size() + 1); in FillWithInterning()
|
/packages/modules/NeuralNetworks/runtime/ |
D | TelemetryStatsd.cpp | 287 if (const auto [it, inserted] = mAggregate.try_emplace(std::move(atom.first), value); in push()
|
/packages/modules/Bluetooth/system/gd/storage/ |
D | config_cache.cc | 223 …auto triple = temporary_devices_.try_emplace(section, common::ListMap<std::string, std::string>{}); in SetProperty()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_dm.cc | 1557 auto triple = eir_uuids_cache.try_emplace(bdaddr, std::set<Uuid>{}); in btif_dm_search_devices_evt()
|