Searched refs:getAudioCallerNameMap (Results 1 – 3 of 3) sorted by relevance
25 const std::unordered_map<std::string, int32_t>& getAudioCallerNameMap() { in getAudioCallerNameMap() function416 auto& map = getAudioCallerNameMap();427 auto& map = getAudioCallerNameMap();
27 const std::unordered_map<std::string, int32_t>& getAudioCallerNameMap();
953 ASSERT_EQ(0, countDuplicates(getAudioCallerNameMap())); in TEST()