Home
last modified time | relevance | path

Searched refs:hit (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_queue.cpp141 auto hit = pktSortCacheMap_.upper_bound((nextSeqOut_ - pktSortCacheMap_.size())); in PopPacket() local
142 while (hit != pktSortCacheMap_.end()) { in PopPacket()
143 onSort_(hit->first, hit->second); in PopPacket()
144 hit = pktSortCacheMap_.erase(hit); in PopPacket()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/
H A Dfocus_view.cpp172 bool hit = rootScope->AnyChildFocusHub([&rootScope, &index](const RefPtr<FocusHub>& focusNode) { in GetViewRootScope() local
179 if (!hit) { in GetViewRootScope()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h308 size_t hit { 0 };
H A Ddevice_gles.cpp1403 caches[type].hit++;

Completed in 5 milliseconds