Home
last modified time | relevance | path

Searched refs:nativeWindowCache_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_utils.cpp40 nativeWindowCache_.clear(); in ~SurfaceUtils()
302 if (nativeWindowCache_.count(uniqueId) == 0) { in GetNativeWindow()
306 return nativeWindowCache_[uniqueId]; in GetNativeWindow()
315 if (nativeWindowCache_.count(uniqueId) == 0) { in AddNativeWindow()
316 nativeWindowCache_[uniqueId] = nativeWidow; in AddNativeWindow()
326 nativeWindowCache_.erase(uniqueId); in RemoveNativeWindow()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_utils.h56 std::unordered_map<uint64_t, void*> nativeWindowCache_; variable