/system/core/logd/ |
D | LogTags.h | 37 std::unordered_map<std::string, uint32_t> key2tag; 38 typedef std::unordered_map<std::string, uint32_t>::const_iterator 44 std::unordered_map<uint32_t, uid_list> tag2uid; 45 typedef std::unordered_map<uint32_t, uid_list>::const_iterator 48 std::unordered_map<uint32_t, std::string> tag2name; 49 typedef std::unordered_map<uint32_t, std::string>::const_iterator 52 std::unordered_map<uint32_t, std::string> tag2format; 53 typedef std::unordered_map<uint32_t, std::string>::const_iterator 57 std::unordered_map<uid_t, size_t> uid2count; 58 typedef std::unordered_map<uid_t, size_t>::const_iterator [all …]
|
D | LogBuffer.h | 89 typedef std::unordered_map<uid_t, LogBufferElementCollection::iterator> 93 typedef std::unordered_map<pid_t, LogBufferElementCollection::iterator>
|
/system/core/adb/sysdeps/ |
D | errno.cpp | 61 static std::unordered_map<int, int>* generate_host_to_wire() { in generate_host_to_wire() 62 auto result = new std::unordered_map<int, int>(); in generate_host_to_wire() 70 static std::unordered_map<int, int>* generate_wire_to_host() { in generate_wire_to_host() 71 auto result = new std::unordered_map<int, int>(); in generate_wire_to_host() 79 static std::unordered_map<int, int>& host_to_wire = *generate_host_to_wire(); 80 static std::unordered_map<int, int>& wire_to_host = *generate_wire_to_host();
|
/system/core/storaged/include/ |
D | storaged_uid_monitor.h | 83 unordered_map<uint32_t, uid_info> last_uid_io_stats; 85 unordered_map<string, struct uid_io_usage> curr_io_stats; 98 unordered_map<uint32_t, uid_info> get_uid_io_stats_locked(); 104 void update_uid_io_proto(unordered_map<int, StoragedProto>* protos); 111 unordered_map<uint32_t, uid_info> get_uid_io_stats(); 119 void report(unordered_map<int, StoragedProto>* protos);
|
D | storaged.h | 90 unordered_map<userid_t, bool> proto_loaded; 114 unordered_map<uint32_t, uid_info> get_uids(void) { in get_uids() 144 void flush_protos(unordered_map<int, StoragedProto>* protos);
|
D | uid_info.h | 65 std::unordered_map<uint32_t, task_info> tasks; // mapped from pid
|
/system/bt/osi/include/ |
D | hash_map_utils.h | 33 std::unordered_map<std::string, std::string> 40 std::unordered_map<std::string, std::string>& map);
|
/system/bt/osi/src/ |
D | hash_map_utils.cc | 29 std::unordered_map<std::string, std::string> 33 std::unordered_map<std::string, std::string> map; in hash_map_utils_new_from_string_params() 79 std::unordered_map<std::string, std::string>& map) { in hash_map_utils_dump_string_keys_string_values()
|
/system/bt/service/ |
D | gatt_server.h | 177 std::unordered_map<int, int> request_id_to_handle; 251 std::unordered_map<int, std::shared_ptr<Connection>> conn_id_map_; 252 std::unordered_map<std::string, std::vector<std::shared_ptr<Connection>>> 259 std::unordered_map<int, std::shared_ptr<PendingIndication>> 291 std::unordered_map<Uuid, RegisterCallback> pending_calls_;
|
D | gatt_client.h | 78 std::unordered_map<Uuid, RegisterCallback> pending_calls_;
|
/system/netd/server/ |
D | TcpSocketMonitor.h | 111 std::unordered_map<uint64_t, SocketEntry> mSocketEntries GUARDED_BY(mLock); 115 std::unordered_map<uint32_t, TcpStats> mNetworkStats GUARDED_BY(mLock);
|
D | NetworkController.h | 176 std::unordered_map<unsigned, unsigned> mIfindexToLastNetId; 182 std::unordered_map<std::string, std::unordered_set<unsigned>> mAddressToIfindices;
|
/system/hwservicemanager/ |
D | TokenManager.h | 55 std::unordered_map<uint64_t, TokenInterface>::const_iterator 58 std::unordered_map<uint64_t, TokenInterface> mMap; // map getTokenId(i.token) -> i
|
/system/core/liblog/ |
D | event_tag_map.cpp | 122 std::unordered_map<uint32_t, TagFmt> Idx2TagFmt; 123 std::unordered_map<TagFmt, uint32_t> TagFmt2Idx; 124 std::unordered_map<MapString, uint32_t> Tag2Idx; 160 std::unordered_map<uint32_t, TagFmt>::const_iterator it; in emplaceUnique() 177 std::unordered_map<TagFmt, uint32_t>::const_iterator it; in emplaceUnique() 194 std::unordered_map<MapString, uint32_t>::const_iterator it; in emplaceUnique() 209 std::unordered_map<uint32_t, TagFmt>::const_iterator it; in find() 217 std::unordered_map<TagFmt, uint32_t>::const_iterator it; in find() 225 std::unordered_map<MapString, uint32_t>::const_iterator it; in find()
|
/system/extras/simpleperf/ |
D | perf_regs.cpp | 100 static std::unordered_map<size_t, std::string> x86_reg_map = { 109 static std::unordered_map<size_t, std::string> arm_reg_map = { 114 static std::unordered_map<size_t, std::string> arm64_reg_map = {
|
D | thread_tree.h | 134 std::unordered_map<int, std::unique_ptr<ThreadEntry>> thread_tree_; 143 std::unordered_map<std::string, std::unique_ptr<Dso>> module_dso_tree_; 144 std::unordered_map<std::string, std::unique_ptr<Dso>> user_dso_tree_;
|
D | record_file.h | 62 bool WriteMetaInfoFeature(const std::unordered_map<std::string, std::string>& info_map); 153 bool ReadMetaInfoFeature(std::unordered_map<std::string, std::string>* info_map); 178 std::unordered_map<uint64_t, size_t> event_id_to_attr_map_;
|
D | OfflineUnwinder.h | 80 std::unordered_map<pid_t, CachedMap> cached_maps_ __attribute__((unused));
|
/system/core/libunwindstack/include/unwindstack/ |
D | DwarfSection.h | 113 std::unordered_map<uint64_t, DwarfFde> fde_entries_; 114 std::unordered_map<uint64_t, DwarfCie> cie_entries_; 115 std::unordered_map<uint64_t, dwarf_loc_regs_t> cie_loc_regs_;
|
D | DwarfLocation.h | 43 struct DwarfLocations : public std::unordered_map<uint32_t, DwarfLocation> {
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.h | 107 std::unordered_map<std::string, bool> pending_notification_map_; 125 std::unordered_map<std::string, uint8_t> device_ccc_map_;
|
/system/libufdt/tests/libufdt_verify/ |
D | ufdt_test_overlay.cpp | 206 void create_path_phandle_map(std::unordered_map<uint32_t, std::string>* phandle_path_map, in create_path_phandle_map() 229 static void combine_overlay_node(std::unordered_map<std::string, in combine_overlay_node() 317 std::unordered_map<std::string, struct ufdt_node*> path_node_map; in ufdt_overlay_combine_common_nodes() 318 std::unordered_map<uint32_t, std::string> phandle_path_map; in ufdt_overlay_combine_common_nodes()
|
/system/core/debuggerd/tombstoned/ |
D | intercept_manager.h | 49 std::unordered_map<pid_t, std::unique_ptr<Intercept>> intercepts;
|
/system/core/storaged/ |
D | storaged_uid_monitor.cpp | 51 std::unordered_map<uint32_t, uid_info> uid_monitor::get_uid_io_stats() in get_uid_io_stats() 155 std::unordered_map<uint32_t, uid_info> uid_monitor::get_uid_io_stats_locked() in get_uid_io_stats_locked() 157 std::unordered_map<uint32_t, uid_info> uid_io_stats; in get_uid_io_stats_locked() 306 std::unordered_map<uint32_t, uid_info> uid_io_stats = in update_curr_io_stats_locked() 367 void uid_monitor::report(unordered_map<int, StoragedProto>* protos) in report() 409 void uid_monitor::update_uid_io_proto(unordered_map<int, StoragedProto>* protos) in update_uid_io_proto() 414 unordered_map<userid_t, UidIOItem*> user_items; in update_uid_io_proto()
|
/system/netd/libnetdutils/include/netdutils/ |
D | OperationLimiter.h | 95 std::unordered_map<KeyType, int> mCounters GUARDED_BY(mMutex);
|