Home
last modified time | relevance | path

Searched refs:mapIt (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/player_framework/services/services/player/subscriber/
H A Daccount_subscriber.cpp58 auto mapIt = userMap_.find(userId); in DispatchEvent() local
59 if (mapIt == userMap_.end()) { in DispatchEvent()
62 for (auto receiver : mapIt->second) { in DispatchEvent()
97 auto mapIt = userMap_.find(userId); in RegisterCommonEventReceiver() local
98 if (mapIt == userMap_.end()) { in RegisterCommonEventReceiver()
104 auto receiverIt = std::find(mapIt->second.begin(), mapIt->second.end(), in RegisterCommonEventReceiver()
106 if (receiverIt != mapIt->second.end()) { in RegisterCommonEventReceiver()
110 mapIt->second.push_back(receiver); in RegisterCommonEventReceiver()
121 auto mapIt in UnregisterCommonEventReceiver() local
[all...]
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Davmetadata_collector.cpp228 auto mapIt = meta->Find(Tag::MEDIA_COVER); in GetArtPicture() local
229 if (mapIt == meta->end()) { in GetArtPicture()
232 if (Any::IsSameTypeWith<std::vector<uint8_t>>(mapIt->second)) { in GetArtPicture()
233 coverAddr = AnyCast<std::vector<uint8_t>>(mapIt->second); in GetArtPicture()
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp283 for (auto mapIt = mapDBinderStubRegisters_.begin(); mapIt != mapDBinderStubRegisters_.end();) { in DeleteDBinderStub()
284 if (mapIt->second == reinterpret_cast<binder_uintptr_t>((*it).GetRefPtr())) { in DeleteDBinderStub()
285 mapIt = mapDBinderStubRegisters_.erase(mapIt); in DeleteDBinderStub()
287 ++mapIt; in DeleteDBinderStub()

Completed in 7 milliseconds