Home
last modified time | relevance | path

Searched refs:unordered_map (Results 1 – 25 of 150) sorted by relevance

123456

/system/core/logd/
DLogTags.h37 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 …]
/system/core/adb/sysdeps/
Derrno.cpp57 static std::unordered_map<int, int>* generate_host_to_wire() { in generate_host_to_wire()
58 auto result = new std::unordered_map<int, int>(); in generate_host_to_wire()
66 static std::unordered_map<int, int>* generate_wire_to_host() { in generate_wire_to_host()
67 auto result = new std::unordered_map<int, int>(); in generate_wire_to_host()
75 static std::unordered_map<int, int>& host_to_wire = *generate_host_to_wire();
76 static std::unordered_map<int, int>& wire_to_host = *generate_wire_to_host();
/system/core/storaged/include/
Dstoraged_uid_monitor.h85 unordered_map<uint32_t, uid_info> last_uid_io_stats_;
87 unordered_map<string, uid_io_usage> curr_io_stats_;
100 unordered_map<uint32_t, uid_info> get_uid_io_stats_locked();
106 void update_uid_io_proto(unordered_map<int, StoragedProto>* protos);
117 unordered_map<uint32_t, uid_info> get_uid_io_stats();
125 void report(unordered_map<int, StoragedProto>* protos);
Dstoraged.h89 unordered_map<userid_t, bool> proto_loaded;
113 unordered_map<uint32_t, uid_info> get_uids(void) { in get_uids()
143 void flush_protos(unordered_map<int, StoragedProto>* protos);
/system/core/fastboot/fuzzy_fastboot/
Dextensions.h41 static const std::unordered_map<std::string, Expect> CMD_EXPECTS = {
47 static const std::unordered_map<Expect, std::string> EXPECTS_STR = {
120 std::unordered_map<std::string, GetVar> getvars;
121 std::unordered_map<std::string, PartitionInfo> partitions;
122 std::unordered_map<std::string, PackedInfo> packed;
123 std::unordered_map<std::string, OemCommand> oem;
/system/core/libmeminfo/libdmabufinfo/include/dmabufinfo/
Ddmabufinfo.h52 const std::unordered_map<pid_t, int>& fdrefs() const { return fdrefs_; } in fdrefs()
53 const std::unordered_map<pid_t, int>& maprefs() const { return maprefs_; } in maprefs()
75 std::unordered_map<pid_t, int> fdrefs_;
76 std::unordered_map<pid_t, int> maprefs_;
77 void AddRefToPidMap(pid_t pid, std::unordered_map<pid_t, int>* map) { in AddRefToPidMap()
/system/bt/audio_bluetooth_hw/
Dutils.cc33 std::unordered_map<std::string, std::string> ParseAudioParams( in ParseAudioParams()
36 std::unordered_map<std::string, std::string> params_map; in ParseAudioParams()
52 std::unordered_map<std::string, std::string>& params_map) { in GetAudioParamString()
Dutils.h35 std::unordered_map<std::string, std::string> ParseAudioParams(
43 std::unordered_map<std::string, std::string>& params_map);
/system/bt/osi/include/
Dhash_map_utils.h33 std::unordered_map<std::string, std::string>
40 std::unordered_map<std::string, std::string>& map);
/system/testing/gtest_extras/
DOptions.h59 std::unordered_map<std::string, bool> bools_;
60 std::unordered_map<std::string, std::string> strings_;
61 std::unordered_map<std::string, uint64_t> numerics_;
89 const static std::unordered_map<std::string, ArgInfo> kArgs;
/system/bt/osi/src/
Dhash_map_utils.cc29 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/extras/simpleperf/
Dread_apk.h83 std::unordered_map<uint64_t, std::unique_ptr<EmbeddedElf>> offset_map;
85 std::unordered_map<std::string, EmbeddedElf*> name_map;
87 static std::unordered_map<std::string, ApkNode> embedded_elf_cache_;
Dperf_regs.cpp100 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 = {
DJITDebugReader.h177 std::unordered_map<pid_t, bool> pids_with_art_lib_;
180 std::unordered_map<pid_t, Process> processes_;
181 std::unordered_map<std::string, DescriptorsLocation> descriptors_location_cache_;
Dthread_tree.h138 std::unordered_map<int, std::unique_ptr<ThreadEntry>> thread_tree_;
147 std::unordered_map<std::string, std::unique_ptr<Dso>> module_dso_tree_;
148 std::unordered_map<std::string, std::unique_ptr<Dso>> user_dso_tree_;
Drecord_file.h59 bool WriteMetaInfoFeature(const std::unordered_map<std::string, std::string>& info_map);
155 bool ReadMetaInfoFeature(std::unordered_map<std::string, std::string>* info_map);
180 std::unordered_map<uint64_t, size_t> event_id_to_attr_map_;
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Ddevice_boutique.cc28 std::unordered_map<std::string, std::function<std::shared_ptr<Device>()>>& DeviceBoutique::GetMap()… in GetMap()
29 static std::unordered_map<std::string, std::function<std::shared_ptr<Device>()>> impl; in GetMap()
/system/bt/service/
Dgatt_server.h177 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_;
/system/netd/server/
DTcpSocketMonitor.h110 std::unordered_map<uint64_t, SocketEntry> mSocketEntries GUARDED_BY(mLock);
114 std::unordered_map<uint32_t, TcpStats> mNetworkStats GUARDED_BY(mLock);
/system/hwservicemanager/
DTokenManager.h71 std::unordered_map<uint64_t, TokenInterface>::const_iterator
74 std::unordered_map<uint64_t, TokenInterface> mMap; // map getTokenId(i.token) -> i
/system/core/liblog/
Devent_tag_map.cpp122 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/tools/aidl/
Dgenerate_aidl_mappings.h27 using SignatureMap = std::unordered_map<std::string, std::string>;
/system/bt/service/example/heart_rate/
Dheart_rate_server.h107 std::unordered_map<std::string, bool> pending_notification_map_;
125 std::unordered_map<std::string, uint8_t> device_ccc_map_;
/system/core/libunwindstack/include/unwindstack/
DDwarfLocation.h43 struct DwarfLocations : public std::unordered_map<uint32_t, DwarfLocation> {
/system/security/keystore/
Doperation_proto_handler.h37 std::unordered_map<std::string, int> protoMap;

123456