Home
last modified time | relevance | path

Searched refs:string_map (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/statsd/src/logd/
DLogEvent.h100 const std::map<int32_t, std::string>& string_map,
155 const std::map<int32_t, std::string>& string_map,
DLogEvent.cpp138 const std::map<int32_t, std::string>& string_map, in LogEvent() argument
167 for (const auto&itr : string_map) { in LogEvent()
307 const std::map<int32_t, std::string>& string_map, in writeKeyValuePairs() argument
336 for (const auto& itr : string_map) { in writeKeyValuePairs()
/frameworks/base/cmds/statsd/tests/
DLogEvent_test.cpp102 std::map<int32_t, std::string> string_map; in TEST() local
111 string_map[1] = "test2"; in TEST()
112 string_map[2] = "test1"; in TEST()
120 string_map, in TEST()
286 std::map<int32_t, std::string> string_map; in TEST() local
295 string_map[1] = "test2"; in TEST()
296 string_map[2] = "test1"; in TEST()
301 LogEvent event1(83, 2000, 2001, 10001, int_map, long_map, string_map, float_map); in TEST()