Home
last modified time | relevance | path

Searched refs:surfaceMap_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenclient/src/
H A Dscreen_client.cpp39 surfaceMap_.emplace(windowId, surface); in AddWindow()
49 auto iter = surfaceMap_.find(windowId); in ShowWindow()
50 if (iter == surfaceMap_.end()) { in ShowWindow()
68 auto iter = surfaceMap_.find(windowId); in HideWindow()
69 if (iter == surfaceMap_.end()) { in HideWindow()
87 auto iter = surfaceMap_.find(windowId); in MoveWindow()
88 if (iter == surfaceMap_.end()) { in MoveWindow()
108 if (iter == surfaceMap_.end()) { in GetSurface()
123 if (iter == surfaceMap_.end()) { in RemoveWindow()
127 surfaceMap_.erase(windowId); in RemoveWindow()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/
H A Dscreen_client_test.cpp94 ScreenClient::GetInstance().surfaceMap_.emplace(windowId, nullptr);
138 ScreenClient::GetInstance().surfaceMap_.emplace(windowId, nullptr);
182 ScreenClient::GetInstance().surfaceMap_.emplace(windowId, nullptr);
224 ScreenClient::GetInstance().surfaceMap_.emplace(windowId, nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp191 NativeBufferUtils::NativeSurfaceInfo& nativeSurface = surfaceMap_[nativeWindowBuffer]; in NativeRequestFrame()
208 LOGI("RSSurfaceOhosVulkan: skSurface create success %{public}zu", surfaceMap_.size()); in NativeRequestFrame()
289 auto& surface = surfaceMap_[surfaceList_.front()]; in NativeFlushFrame()
H A Dsurface_ohos_vulkan.h61 std::unordered_map<NativeWindowBuffer*, NativeBufferUtils::NativeSurfaceInfo> surfaceMap_; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenclient/include/
H A Dscreen_client.h48 std::map<int32_t, sptr<Surface>> surfaceMap_; variable