Searched refs:newDhIds (Results 1 – 4 of 4) sorted by relevance
120 std::set<int32_t> newDhIds; in RegisterAudioDevice() local121 newDhIds.insert(dhId); in RegisterAudioDevice()122 mapAudioMgrDhIds_.emplace(devId, newDhIds); in RegisterAudioDevice()
1013 std::vector<std::string> newDhIds; variable1015 bool ret = sourceManager_->IsStringDataSame(oldDhIds, newDhIds);1022 std::vector<std::string> newDhIds; variable1024 newDhIds.push_back("rt12r1nr81n521be8rb1erbe1w8bg1erb18");1025 bool ret = sourceManager_->IsStringDataSame(oldDhIds, newDhIds);1028 newDhIds.push_back("afv4s8b1dr1b8er1bd65fb16redb1dfb18d1b56df1b68d");1029 ret = sourceManager_->IsStringDataSame(oldDhIds, newDhIds);
829 std::vector<std::string> newDhIds) in IsStringDataSame() argument831 if (oldDhIds.size() != newDhIds.size()) { in IsStringDataSame()837 auto it = find(newDhIds.begin(), newDhIds.end(), oDhid); in IsStringDataSame()838 if (it == newDhIds.end()) { in IsStringDataSame()
482 …bool IsStringDataSame(const std::vector<std::string> &oldDhIds, std::vector<std::string> newDhIds);