Home
last modified time | relevance | path

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

/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()
107 auto iter = surfaceMap_.find(windowId); in GetSurface()
108 if (iter == surfaceMap_.end()) { in GetSurface()
122 auto iter = surfaceMap_ in RemoveWindow()
[all...]
/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/
H A Dscreen_client_test.cpp102 ScreenClient::GetInstance().surfaceMap_.emplace(windowId, nullptr); in HWTEST_F()
145 ScreenClient::GetInstance().surfaceMap_.emplace(windowId, nullptr); in HWTEST_F()
188 ScreenClient::GetInstance().surfaceMap_.emplace(windowId, nullptr); in HWTEST_F()
229 ScreenClient::GetInstance().surfaceMap_.emplace(windowId, nullptr); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenclient/include/
H A Dscreen_client.h48 std::map<int32_t, sptr<Surface>> surfaceMap_; member in OHOS::DistributedHardware::ScreenClient
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp185 NativeBufferUtils::NativeSurfaceInfo& nativeSurface = surfaceMap_[nativeWindowBuffer]; in NativeRequestFrame()
202 LOGI("RSSurfaceOhosVulkan: skSurface create success %{public}zu", surfaceMap_.size()); in NativeRequestFrame()
281 auto& surface = surfaceMap_[surfaceList_.front()]; in NativeFlushFrame()
H A Dsurface_ohos_vulkan.h57 std::unordered_map<NativeWindowBuffer*, NativeBufferUtils::NativeSurfaceInfo> surfaceMap_; member in OHOS::Rosen::SurfaceOhosVulkan

Completed in 2 milliseconds