DSWaylandServer: define LCOV_EXCL blocks 76/243476/1
authorSung-Jin Park <sj76.park@samsung.com>
Mon, 7 Sep 2020 08:43:03 +0000 (17:43 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Mon, 7 Sep 2020 10:54:05 +0000 (19:54 +0900)
Change-Id: Ia41e80c487d74a6763c4db240baf27cd646f5ef2
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
48 files changed:
src/DSWaylandServer/DSWaylandBuffer.cpp
src/DSWaylandServer/DSWaylandBuffer.h
src/DSWaylandServer/DSWaylandInputMethod.cpp
src/DSWaylandServer/DSWaylandInputMethod.h
src/DSWaylandServer/DSWaylandInputMethodContext.h
src/DSWaylandServer/DSWaylandInputMethodContextPrivate.h
src/DSWaylandServer/DSWaylandInputMethodPrivate.h
src/DSWaylandServer/DSWaylandInputPanel.cpp
src/DSWaylandServer/DSWaylandInputPanel.h
src/DSWaylandServer/DSWaylandInputPanelPrivate.h
src/DSWaylandServer/DSWaylandInputPanelSurface.h
src/DSWaylandServer/DSWaylandInputPanelSurfacePrivate.h
src/DSWaylandServer/DSWaylandKeyboard.cpp
src/DSWaylandServer/DSWaylandOutput.cpp
src/DSWaylandServer/DSWaylandRegion.cpp
src/DSWaylandServer/DSWaylandRegion.h
src/DSWaylandServer/DSWaylandRegionPrivate.h
src/DSWaylandServer/DSWaylandSurface.cpp
src/DSWaylandServer/DSWaylandTizenIndicator.cpp
src/DSWaylandServer/DSWaylandTizenInputDevice.h
src/DSWaylandServer/DSWaylandTizenInputDeviceManager.h
src/DSWaylandServer/DSWaylandTizenLaunchEffect.cpp
src/DSWaylandServer/DSWaylandTizenLaunchEffect.h
src/DSWaylandServer/DSWaylandTizenLaunchEffectPrivate.h
src/DSWaylandServer/DSWaylandTizenLaunchSplash.cpp
src/DSWaylandServer/DSWaylandTizenLaunchSplash.h
src/DSWaylandServer/DSWaylandTizenLaunchSplashPrivate.h
src/DSWaylandServer/DSWaylandTizenPolicy.cpp
src/DSWaylandServer/DSWaylandTizenPolicy.h
src/DSWaylandServer/DSWaylandTizenPolicyExt.cpp
src/DSWaylandServer/DSWaylandTizenPolicyExt.h
src/DSWaylandServer/DSWaylandTizenPolicyPrivate.h
src/DSWaylandServer/DSWaylandTizenPosition.cpp
src/DSWaylandServer/DSWaylandTizenPosition.h
src/DSWaylandServer/DSWaylandTizenSurface.cpp
src/DSWaylandServer/DSWaylandTizenSurface.h
src/DSWaylandServer/DSWaylandTizenSurfaceShm.cpp
src/DSWaylandServer/DSWaylandTizenSurfaceShm.h
src/DSWaylandServer/DSWaylandTizenVisibility.cpp
src/DSWaylandServer/DSWaylandTizenVisibility.h
src/DSWaylandServer/DSWaylandTouch.cpp
src/DSWaylandServer/DSWaylandTouch.h
src/DSWaylandServer/DSWaylandZxdgShellV6.cpp
src/DSWaylandServer/DSWaylandZxdgShellV6.h
src/DSWaylandServer/DSWaylandZxdgShellV6Private.h
src/DSWaylandServer/IDSWaylandShell.h
src/DSWaylandServer/dswayland-server-tizen-extension.cpp
src/DSWaylandServer/dswayland-server-tizen-extension.h

index 3f1f751..3f32057 100644 (file)
@@ -27,6 +27,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 DSWaylandBufferPrivate::DSWaylandBufferPrivate(DSWaylandBuffer *p_ptr)
     : DSObjectPrivate(p_ptr),
       __p_ptr(p_ptr)
@@ -60,5 +61,6 @@ void DSWaylandBuffer::sendRelease()
 
     priv->send_release();
 }
+/*LCOV_EXCL_STOP*/
 
 } /* namespace display_server */
index e52759a..a9bfca4 100644 (file)
@@ -30,6 +30,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandBufferPrivate;
 
 class DSWaylandBuffer : public DSObject
@@ -41,6 +42,7 @@ public:
 
     void sendRelease();
 };
+/*LCOV_EXCL_STOP*/
 
 } /* namespace display_server */
 
index cb279fa..4001547 100644 (file)
@@ -28,6 +28,7 @@
 
 namespace display_server {
 
+/*LCOV_EXCL_START*/
 DSWaylandInputMethodContextPrivate::DSWaylandInputMethodContextPrivate(DSWaylandInputMethodContext *p_ptr, DSWaylandCompositor *compositor)
        : DSObjectPrivate(p_ptr),
          __p_ptr(p_ptr),
@@ -917,5 +918,6 @@ void DSWaylandInputMethod::setGeometryUpdated(bool updated)
 
        __dsTextInputPrivate->setGeometryUpdated(updated);
 }
+/*LCOV_EXCL_STOP*/
 
 }
index e4f9870..590f81c 100644 (file)
@@ -32,6 +32,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandInputMethodPrivate;
 class DSWaylandInputMethodContext;
 
@@ -102,6 +103,7 @@ private:
        void *__activateContext;
        unsigned int __candidateState;
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index 068ac43..94cd080 100644 (file)
@@ -31,6 +31,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandInputMethodContextPrivate;
 class DSWaylandInputMethod;
 
@@ -66,6 +67,7 @@ private:
        DSWaylandCompositor *__compositor;
        DSWaylandInputMethod *__inputMethod;
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index 3a01bce..72bc88d 100644 (file)
@@ -33,6 +33,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DS_DECL_EXPORT DSWaylandInputMethodContextPrivate : public DSObjectPrivate, public DSWaylandServer::wl_input_method_context
 {
 DS_PIMPL_USE_PUBLIC(DSWaylandInputMethodContext);
@@ -91,6 +92,7 @@ protected:
 private:
        DSWaylandCompositor *__compositor;
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index 49a86cf..90b98e3 100644 (file)
@@ -33,6 +33,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandInputMethodContextPrivate;
 
 class DS_DECL_EXPORT DSWaylandInputMethodPrivate : public DSObjectPrivate, public DSWaylandServer::wl_input_method
@@ -58,6 +59,7 @@ private:
        Resource *__resource;
        std::multimap<DSWaylandInputMethodContextPrivate::Resource*, int> __contextMap;
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index 191fced..46e643b 100644 (file)
@@ -32,6 +32,7 @@
 
 namespace display_server {
 
+/*LCOV_EXCL_START*/
 class DSWaylandInputPanelFloating
 {
 public:
@@ -686,6 +687,7 @@ stGeometry DSWaylandInputPanelSurface::getGeometry(DSWaylandSurface *wlSurface)
 
        return priv->getGeometry(wlSurface);
 }
+/*LCOV_EXCL_STOP*/
 
 }
 
index f9f39fa..c65ec60 100644 (file)
@@ -34,6 +34,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandInputPanelPrivate;
 class DSWaylandInputPanelSurface;
 class DSWaylandInputPanelFloating;
@@ -79,6 +80,7 @@ private:
        void __onSurfaceCommitted(std::shared_ptr<DSWaylandSurfaceCommitInfo> waylandSurfaceCommitInfo);
        void __onEventIdleEnterer(void *data);
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index 7de9465..fe4bd53 100644 (file)
@@ -33,6 +33,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DS_DECL_EXPORT DSWaylandInputPanelPrivate : public DSObjectPrivate, public DSWaylandServer::wl_input_panel
 {
 DS_PIMPL_USE_PUBLIC(DSWaylandInputPanel);
@@ -47,6 +48,7 @@ protected:
 private:
        DSWaylandCompositor *__compositor;
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index ca90872..825cb57 100644 (file)
@@ -32,6 +32,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandInputPanelSurfacePrivate;
 class DSWaylandSurface;
 
@@ -58,6 +59,7 @@ private:
        DSWaylandCompositor *__compositor;
        DSWaylandInputPanel *__inputPanel;
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index 4896e3c..22e10b3 100644 (file)
@@ -34,6 +34,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandInputPanelSurfaceData;
 
 class DS_DECL_EXPORT DSWaylandInputPanelSurfacePrivate : public DSObjectPrivate, public DSWaylandServer::wl_input_panel_surface
@@ -70,6 +71,7 @@ private:
        void __updateSurfaceVisibility(DSWaylandInputPanelSurfaceData *surfaceData);
        void __appendSurface(Resource *resource, void *inputPanelResource, void *surface);
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index 851c169..f61bba7 100644 (file)
@@ -83,6 +83,7 @@ DSWaylandKeyboardPrivate::~DSWaylandKeyboardPrivate()
        wl_array_release(&__keys);
 }
 
+/*LCOV_EXCL_START*/
 void DSWaylandKeyboardPrivate::keyboard_bind_resource(Resource *resource)
 {
        DSLOG_INF("DSWaylandKeyboardPrivate","");
@@ -225,6 +226,7 @@ void DSWaylandKeyboardPrivate::__addClient(struct ::wl_client *wlClient, uint32_
                }
        }
 }
+/*LCOV_EXCL_STOP*/
 
 /* Begin Public Class Implementation */
 DSWaylandKeyboard::DSWaylandKeyboard(DSWaylandSeat *seat)
index 7216dbb..a0f5f7a 100644 (file)
@@ -49,6 +49,7 @@ DSWaylandOutputPrivate::~DSWaylandOutputPrivate()
 {
 }
 
+/*LCOV_EXCL_START*/
 void DSWaylandOutputPrivate::output_bind_resource(wl_output::Resource *resource)
 {
        DSLOG_DBG("DSWaylandOutputPriv", "");
@@ -125,6 +126,7 @@ bool DSWaylandOutputPrivate::getBaseResolutionFromAppinfo(Resource *resource, in
        DSTizenAppinfoMgr::releaseInstance();
        return true;
 }
+/*LCOV_EXCL_STOP*/
 
 void DSWaylandOutputPrivate::sendWaylandOutputInfo(void)
 {
index 19d3231..406da3c 100644 (file)
@@ -28,6 +28,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 /* DSWaylandRegionPrivate */
 DSWaylandRegionPrivate::DSWaylandRegionPrivate(DSWaylandRegion *p_ptr)
        : DSObjectPrivate(p_ptr),
@@ -104,5 +105,6 @@ bool DSWaylandRegion::hasResource()
                return true;
        return false;
 }
+/*LCOV_EXCL_STOP*/
 
 } /* namespace display_server */
index 996b583..c4bd950 100644 (file)
@@ -34,6 +34,7 @@ struct wl_resource;
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandRegionPrivate;
 
 class DSWaylandRegion : public DSObject
@@ -51,6 +52,7 @@ public:
 private:
 
 };
+/*LCOV_EXCL_STOP*/
 
 } /* namespace display_server */
 
index d2d6338..f5b6a22 100644 (file)
@@ -30,6 +30,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandRegion;
 
 class DSWaylandRegionPrivate : public DSObjectPrivate, public DSWaylandServer::wl_region
@@ -51,6 +52,7 @@ protected:
 
 private:
 };
+/*LCOV_EXCL_STOP*/
 
 } /*namespace display_server */
 
index 1eb9b2d..5136242 100644 (file)
@@ -58,6 +58,7 @@ DSWaylandSurfaceCommitInfo::DSWaylandSurfaceCommitInfo()
 DSWaylandSurfaceCommitInfo::~DSWaylandSurfaceCommitInfo()
 {}
 
+/*LCOV_EXCL_START*/
 std::shared_ptr<IDSBuffer> DSWaylandSurfaceCommitInfo::getBuffer()
 {
        DS_GET_PRIV(DSWaylandSurfaceCommitInfo);
@@ -71,6 +72,7 @@ bool DSWaylandSurfaceCommitInfo::bufferChanged()
 
        return priv->bufferChanged;
 }
+/*LCOV_EXCL_STOP*/
 
 /* DSWaylandSurfacePrivate */
 static uint32_t tizenResIdCnt = 0;
@@ -110,6 +112,7 @@ DSWaylandSurfacePrivate::~DSWaylandSurfacePrivate()
                DSBufferManager::releaseInstance();
 }
 
+/*LCOV_EXCL_START*/
 uint32_t DSWaylandSurfacePrivate::getResourceId()
 {
        return __resId;
@@ -133,6 +136,7 @@ void DSWaylandSurfacePrivate::surface_destroy(Resource *resource)
 {
        __sendSurfaceDestroy();
 }
+/*LCOV_EXCL_STOP*/
 
 void DSWaylandSurfacePrivate::surface_attach(Resource *resource, struct ::wl_resource *buffer, int32_t x, int32_t y)
 {
@@ -164,6 +168,7 @@ void DSWaylandSurfacePrivate::surface_damage(Resource *resource, int32_t x, int3
        commitInfoPendingPriv->damageSurface.height = height;
 }
 
+/*LCOV_EXCL_START*/
 void DSWaylandSurfacePrivate::surface_frame(Resource *resource, uint32_t callback)
 {
        //TODO:
@@ -178,6 +183,7 @@ void DSWaylandSurfacePrivate::surface_set_input_region(Resource *resource, struc
 {
        //TODO:
 }
+/*LCOV_EXCL_STOP*/
 
 void DSWaylandSurfacePrivate::surface_commit(Resource *resource)
 {
@@ -200,6 +206,7 @@ void DSWaylandSurfacePrivate::surface_commit(Resource *resource)
        pub->__surfaceCommittedSignal.emit(__commitInfo);
 }
 
+/*LCOV_EXCL_START*/
 void DSWaylandSurfacePrivate::surface_set_buffer_transform(Resource *resource, int32_t transform)
 {
        DSWaylandSurfaceCommitInfoPrivate *commitInfoPendingPriv = DSWaylandSurfaceCommitInfoPrivate::getPrivate(__commitInfoPending.get());
@@ -223,6 +230,7 @@ void DSWaylandSurfacePrivate::surface_damage_buffer(Resource *resource, int32_t
        commitInfoPendingPriv->damageBuffer.width = width;
        commitInfoPendingPriv->damageBuffer.height = height;
 }
+/*LCOV_EXCL_STOP*/
 
 void DSWaylandSurfacePrivate::__sendSurfaceDestroy(void)
 {
@@ -287,6 +295,7 @@ bool DSWaylandSurface::hasResource()
        return false;
 }
 
+/*LCOV_EXCL_START*/
 uint32_t DSWaylandSurface::getResourceId()
 {
        DS_GET_PRIV(DSWaylandSurface);
@@ -300,5 +309,6 @@ uint32_t DSWaylandSurface::getTizenResourceId()
 
        return priv->getTizenResourceId();
 }
+/*LCOV_EXCL_STOP*/
 
 } /* namespace display_server */
index 51076c5..6f2916c 100644 (file)
@@ -27,7 +27,6 @@
 namespace display_server
 {
 
-
 DSWaylandTizenIndicator::DSWaylandTizenIndicator()
        : DSObject(), DS_INIT_PRIVATE_PTR(DSWaylandTizenIndicator)
 {
@@ -62,6 +61,7 @@ DSWaylandTizenIndicatorPrivate::~DSWaylandTizenIndicatorPrivate()
 {
 }
 
+/*LCOV_EXCL_START*/
 void DSWaylandTizenIndicatorPrivate::tizen_indicator_bind_resource(Resource *resource)
 {
 }
@@ -88,6 +88,7 @@ void DSWaylandTizenIndicatorPrivate::tizen_indicator_set_visible_type(Resource *
 
        this->setVisibleType(vtype);
 }
+/*LCOV_EXCL_STOP*/
 
 void DSWaylandTizenIndicatorPrivate::setVisibleType(DSWaylandTizenIndicator::visible_type type)
 {
index 241fb85..1bbcc23 100644 (file)
@@ -32,6 +32,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandTizenInputDevicePrivate;
 
 class DSWaylandTizenInputDevice : public DSObject
@@ -47,6 +48,7 @@ public:
 private:
        DSWaylandTizenInputDeviceManager *__tzInputDeviceManager;
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index 41920b5..cb2917a 100644 (file)
@@ -32,6 +32,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandTizenInputDeviceManagerPrivate;
 class DSWaylandTizenInputDevice;
 
@@ -52,6 +53,7 @@ private:
        DSWaylandCompositor *__compositor;
        DSWaylandTizenInputDevice *__tzInputDevice;
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index 9b0c1df..ae5b139 100644 (file)
@@ -31,6 +31,7 @@ const int TIZEN_LAUNCH_EFFECT_VERSION = 1;
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 DSWaylandTizenLaunchEffectPrivate::DSWaylandTizenLaunchEffectPrivate(DSWaylandTizenLaunchEffect *p_ptr)
        : DSObjectPrivate(p_ptr),
          __p_ptr(p_ptr)
@@ -131,5 +132,6 @@ void DSWaylandTizenLaunchEffect::finalize(void)
        DSLOG_INF("TizenLaunchEffect", "TizenLaunchEffect finalized");
        __isCreated = false;
 }
+/*LCOV_EXCL_STOP*/
 
-}
\ No newline at end of file
+}
index 06a737e..e309ac6 100644 (file)
@@ -29,6 +29,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandTizenLaunchEffectPrivate;
 
 class DSWaylandTizenLaunchEffect : public DSObject
@@ -49,6 +50,7 @@ private:
        bool __isCreated;
 
 };
+/*LCOV_EXCL_STOP*/
 
 }
-#endif
\ No newline at end of file
+#endif
index ad31c16..8ec0f59 100644 (file)
@@ -31,6 +31,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandTizenLaunchSplash;
 
 class DS_DECL_EXPORT DSWaylandTizenLaunchEffectPrivate : public DSObjectPrivate, public DSWaylandServer::tizen_launch_effect
@@ -58,6 +59,7 @@ private:
     std::list<std::shared_ptr<DSWaylandTizenLaunchSplash>> __tzSplashList;
 
 };
+/*LCOV_EXCL_STOP*/
 
 }
-#endif
\ No newline at end of file
+#endif
index 96dd7c0..737af3f 100644 (file)
@@ -27,6 +27,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 DSWaylandTizenLaunchSplashPrivate::DSWaylandTizenLaunchSplashPrivate(DSWaylandTizenLaunchSplash *p_ptr)
        : DSObjectPrivate(p_ptr),
       __p_ptr(p_ptr)
@@ -65,6 +66,6 @@ DSWaylandTizenLaunchSplash::DSWaylandTizenLaunchSplash(DSWaylandClient *waylandC
 
 DSWaylandTizenLaunchSplash::~DSWaylandTizenLaunchSplash()
 {}
+/*LCOV_EXCL_STOP*/
 
-
-}
\ No newline at end of file
+}
index 3536c93..c04b995 100644 (file)
@@ -29,6 +29,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandTizenLaunchSplashPrivate;
 
 class DSWaylandTizenLaunchSplash : public DSObject
@@ -42,6 +43,7 @@ public:
 private:
 
 };
+/*LCOV_EXCL_STOP*/
 
 }
 #endif
index 6aa9015..72da257 100644 (file)
@@ -31,6 +31,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandTizenLaunchSplash;
 
 class DS_DECL_EXPORT DSWaylandTizenLaunchSplashPrivate : public DSObjectPrivate, public DSWaylandServer::tizen_launch_splash
@@ -56,6 +57,7 @@ protected:
 private:
 
 };
+/*LCOV_EXCL_STOP*/
 
 }
-#endif
\ No newline at end of file
+#endif
index d33e82a..5076ffb 100644 (file)
@@ -31,10 +31,8 @@ const int TIZEN_POLICY_VERSION = 7;
 
 namespace display_server
 {
-/////////////////////////////////
-// DSWaylandTizenPolicyPrivate
-/////////////////////////////////
 
+/*LCOV_EXCL_START*/
 DSWaylandTizenPolicyPrivate::DSWaylandTizenPolicyPrivate(DSWaylandTizenPolicy *p_ptr)
        : DSObjectPrivate(p_ptr),
          __p_ptr(p_ptr)
@@ -422,6 +420,7 @@ DSWaylandCompositor *DSWaylandTizenPolicy::getWlCompositor()
 {
        return __wlCompositor;
 }
+/*LCOV_EXCL_STOP*/
 
 } // namespace display_server
 
index f526683..ddd6045 100644 (file)
@@ -31,6 +31,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandTizenPolicyPrivate;
 
 class DSWaylandTizenPolicy : public DSObject
@@ -52,6 +53,7 @@ private:
        DSWaylandCompositor *__wlCompositor;
        bool __isCreated;
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index 2ffff5b..7e9c9f2 100644 (file)
@@ -27,6 +27,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 /* DSWaylandTizenPolicyExt */
 DSWaylandTizenPolicyExtPrivate::DSWaylandTizenPolicyExtPrivate(DSWaylandTizenPolicyExt *p_ptr, DSWaylandCompositor *compositor)
        : DSObjectPrivate(p_ptr),
@@ -158,5 +159,6 @@ struct ::wl_resource *DSWaylandTizenRotation::getRotationSurface(void)
 
        return priv->getRotationSurface();
 }
+/*LCOV_EXCL_STOP*/
 
 } // namespace display_server
index eef13dc..27b8119 100644 (file)
@@ -32,6 +32,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandTizenPolicyExtPrivate;
 class DSWaylandTizenRotationPrivate;
 
@@ -60,6 +61,7 @@ public:
        DSWaylandTizenRotation *getTizenRotation(struct ::wl_resource *surface);
        void delTizenRotation(DSWaylandTizenRotation *resource);
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index ac08165..e917d2e 100644 (file)
@@ -31,6 +31,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandTizenVisibility;
 class DSWaylandTizenPosition;
 
@@ -96,6 +97,7 @@ private:
        std::list<std::shared_ptr<DSWaylandTizenPosition>> __tzPosList;
        std::list<std::shared_ptr<DSWaylandTizenVisibility>> __tzVisList;
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index 7b0455a..34e4dbf 100644 (file)
@@ -28,6 +28,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 DSWaylandTizenPosition::DSWaylandTizenPosition(struct ::wl_client *client, uint32_t id, int version, struct ::wl_resource *surface)
        : DSObject(), DS_INIT_PRIVATE_PTR(DSWaylandTizenPosition)
 {
@@ -88,6 +89,6 @@ void DSWaylandTizenPositionPrivate::tizen_position_set(Resource *resource, int32
        wm->setWindowPosition(__dswlSurface, x, y);
        DSWindowManager::releaseInstance();
 }
-
+/*LCOV_EXCL_STOP*/
 
 } // namespace display_server
index f6a0396..084fe1e 100644 (file)
@@ -32,6 +32,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandTizenPositionPrivate;
 
 class DSWaylandTizenPosition : public DSObject
@@ -48,6 +49,7 @@ protected:
 
 private:
 };
+/*LCOV_EXCL_STOP*/
 
 } // namespace display_server
 
index e430097..d0f933d 100644 (file)
@@ -27,6 +27,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 /* DSWaylandTizenSurface */
 DSWaylandTizenSurfacePrivate::DSWaylandTizenSurfacePrivate(DSWaylandTizenSurface *p_ptr, DSWaylandCompositor *compositor)
        : DSObjectPrivate(p_ptr),
@@ -219,5 +220,6 @@ uint32_t DSWaylandTizenResource::getResourceId(void)
 
        return priv->getResourceId();
 }
+/*LCOV_EXCL_STOP*/
 
 } // namespace display_server
index 6621b53..3b56188 100644 (file)
@@ -32,6 +32,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandTizenSurfacePrivate;
 class DSWaylandTizenResourcePrivate;
 
@@ -60,6 +61,7 @@ public:
        DSWaylandTizenResource *getTizenResource(struct ::wl_resource *surface);
        void delTizenResource(DSWaylandTizenResource *resource);
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index ae1147c..4fd5917 100644 (file)
@@ -27,6 +27,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 /* DSWaylandTizenSurfaceShm */
 DSWaylandTizenSurfaceShmPrivate::DSWaylandTizenSurfaceShmPrivate(DSWaylandTizenSurfaceShm *p_ptr, DSWaylandCompositor *compositor)
        : DSObjectPrivate(p_ptr),
@@ -163,5 +164,6 @@ struct ::wl_resource *DSWaylandTizenSurfaceShmFlusher::getShmFlusherSurface(void
 
        return priv->getShmFlusherSurface();
 }
+/*LCOV_EXCL_STOP*/
 
 } // namespace display_server
index 350f80e..8adf4b2 100644 (file)
@@ -32,6 +32,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandTizenSurfaceShmPrivate;
 class DSWaylandTizenSurfaceShmFlusherPrivate;
 
@@ -58,6 +59,7 @@ public:
 
        DSWaylandTizenSurfaceShmFlusher *getShmFlusher(DSWaylandTizenSurfaceShm *TizenSurfaceShm);
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index 3bc43ff..77b7507 100644 (file)
@@ -28,6 +28,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 DSWaylandTizenVisibilityPrivate::DSWaylandTizenVisibilityPrivate(DSWaylandTizenVisibility *p_ptr)
        : DSObjectPrivate(p_ptr),
          __p_ptr(p_ptr),
@@ -76,6 +77,6 @@ void DSWaylandTizenVisibility::init(struct ::wl_client *client, uint32_t id, int
        DS_GET_PRIV(DSWaylandTizenVisibility);
        priv->init(client, id, version, surface);
 }
-
+/*LCOV_EXCL_STOP*/
 
 } // namespace display_server
index a0fe5d3..da6dbf2 100644 (file)
@@ -32,6 +32,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandTizenVisibilityPrivate;
 
 class DSWaylandTizenVisibility : public DSObject
@@ -44,6 +45,7 @@ public:
 
        void init(struct ::wl_client *client, uint32_t id, int version, struct ::wl_resource *surface);
 };
+/*LCOV_EXCL_STOP*/
 
 } // namespace display_server
 
index 4044a6b..248a198 100644 (file)
@@ -46,6 +46,7 @@ DSWaylandTouchPrivate::~DSWaylandTouchPrivate()
 {
 }
 
+/*LCOV_EXCL_START*/
 void DSWaylandTouchPrivate::setFocus(DSWaylandSurface *waylandSurface)
 {
        DSLOG_INF("DSWaylandTouchPrivate", "touch focus changed (%p -> %p)", __waylandSurface, waylandSurface);
@@ -76,12 +77,14 @@ void DSWaylandTouchPrivate::setFocus(DSWaylandSurface *waylandSurface)
 
        }
 }
+/*LCOV_EXCL_STOP*/
 
 DSWaylandSurface *DSWaylandTouchPrivate::getFocus()
 {
        return __waylandSurface;
 }
 
+/*LCOV_EXCL_START*/
 void DSWaylandTouchPrivate::touch_bind_resource(Resource *resource)
 {
        DSLOG_INF("DSWaylandTouchPrivate","");
@@ -97,6 +100,7 @@ void DSWaylandTouchPrivate::touch_release(Resource *resource)
        DSLOG_INF("DSWaylandTouchPrivate","");
        wl_resource_destroy(resource->handle);
 }
+/*LCOV_EXCL_STOP*/
 
 /*LCOV_EXCL_START*/
 void DSWaylandTouchPrivate::sendDown(int32_t id, int x, int y)
@@ -149,6 +153,7 @@ DSWaylandSeat *DSWaylandTouch::seat()
        return priv->__seat;
 }
 
+/*LCOV_EXCL_START*/
 void DSWaylandTouch::addClient(DSWaylandClient *client, uint32_t id, int version)
 {
        DS_GET_PRIV(DSWaylandTouch);
@@ -157,6 +162,7 @@ void DSWaylandTouch::addClient(DSWaylandClient *client, uint32_t id, int version
 
        priv->add(client->wlClient(), id, version);
 }
+/*LCOV_EXCL_STOP*/
 
 void DSWaylandTouch::setFocus(DSWaylandSurface *waylandSurface)
 {
index 8f251c1..203bbc6 100644 (file)
@@ -30,6 +30,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandSeat;
 class DSWaylandTouchPrivate;
 class DSWaylandClient;
@@ -58,6 +59,7 @@ protected:
 private:
 
 };
+/*LCOV_EXCL_STOP*/
 
 }
 
index 40ba862..e3e49bf 100644 (file)
@@ -36,6 +36,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 /******************************************
            DSWaylandZxdgShellV6
  *****************************************/
@@ -676,6 +677,7 @@ void DSWaylandZxdgPopupV6Private::zxdg_popup_v6_destroy(zxdg_popup_v6::Resource
 void DSWaylandZxdgPopupV6Private::zxdg_popup_v6_grab(zxdg_popup_v6::Resource *resource, struct ::wl_resource *seat, uint32_t serial)
 {
 }
+/*LCOV_EXCL_STOP*/
 
 } // namespace display_server
 
index 0ba2f2a..8c539c2 100644 (file)
@@ -34,6 +34,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandCompositor;
 class DSWaylandZxdgShellV6;
 class DSWaylandZxdgPositionerV6;
@@ -145,7 +146,7 @@ public:
        void init(DSWaylandZxdgSurfaceV6 *zxdgSurface, struct ::wl_client *client, int id, int ver);
        void sendConfigure(int x, int y, unsigned int w, unsigned int h);
 };
-
+/*LCOV_EXCL_STOP*/
 
 }
 
index 0369b2e..bd35be9 100644 (file)
@@ -32,6 +32,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class DSWaylandZxdgShellV6Private : public DSObjectPrivate, public DSWaylandServer::zxdg_shell_v6
 {
 DS_PIMPL_USE_PUBLIC(DSWaylandZxdgShellV6);
@@ -181,7 +182,7 @@ protected:
 private:
        DSWaylandZxdgSurfaceV6 *__zxdgSurface;
 };
-
+/*LCOV_EXCL_STOP*/
 
 }
 
index d64a1bc..0de876a 100644 (file)
@@ -33,6 +33,7 @@
 namespace display_server
 {
 
+/*LCOV_EXCL_START*/
 class IDSWaylandShellSurface;
 
 class IDSWaylandShell : public DSObject
@@ -59,7 +60,7 @@ public:
 
        virtual void sendConfigure(int x, int y, unsigned int w, unsigned int h) = 0;
 };
-
+/*LCOV_EXCL_STOP*/
 
 }
 
index 66269f9..15a014c 100644 (file)
@@ -1971,7 +1971,6 @@ namespace DSWaylandServer {
             y);
     }
 
-/*LCOV_EXCL_START*/
     tizen_move_resize::tizen_move_resize(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -2201,9 +2200,7 @@ namespace DSWaylandServer {
             h,
             error_state);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_gesture::tizen_gesture(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -2841,9 +2838,7 @@ namespace DSWaylandServer {
             active,
             error);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_keyrouter::tizen_keyrouter(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -3361,9 +3356,7 @@ namespace DSWaylandServer {
             key,
             mode);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_screenshooter::tizen_screenshooter(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -3610,9 +3603,7 @@ namespace DSWaylandServer {
             resource,
             noti);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_screenmirror::tizen_screenmirror(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -3922,9 +3913,7 @@ namespace DSWaylandServer {
         tizen_screenmirror_send_stop(
             resource);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_video::tizen_video(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -4153,9 +4142,7 @@ namespace DSWaylandServer {
             resource,
             format);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_video_object::tizen_video_object(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -4455,9 +4442,7 @@ namespace DSWaylandServer {
             max_h,
             prefer_align);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_subsurface_watcher::tizen_subsurface_watcher(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -4648,9 +4633,7 @@ namespace DSWaylandServer {
             resource,
             value);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_viewport::tizen_viewport(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -5019,9 +5002,7 @@ namespace DSWaylandServer {
             width,
             height);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_destination_mode::tizen_destination_mode(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -5320,9 +5301,7 @@ namespace DSWaylandServer {
             w,
             h);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_embedded_compositor::tizen_embedded_compositor(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -5528,9 +5507,7 @@ namespace DSWaylandServer {
             resource,
             sock_fd);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_input_device_manager::tizen_input_device_manager(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -5560,7 +5537,6 @@ namespace DSWaylandServer {
     {
         init(resource);
     }
-/*LCOV_EXCL_STOP*/
 
     tizen_input_device_manager::tizen_input_device_manager()
         : m_resource_map()
@@ -5585,7 +5561,6 @@ namespace DSWaylandServer {
         }
     }
 
-/*LCOV_EXCL_START*/
     void tizen_input_device_manager::init(struct ::wl_client *client, uint32_t id, int version)
     {
         m_resource = bind(client, id, version);
@@ -5602,7 +5577,6 @@ namespace DSWaylandServer {
         m_resource_map.insert(std::pair<struct ::wl_client*, Resource*>(client, resource));
         return resource;
     }
-/*LCOV_EXCL_STOP*/
 
     tizen_input_device_manager::Resource *tizen_input_device_manager::add(struct ::wl_client *client, uint32_t id, int version)
     {
@@ -5701,7 +5675,6 @@ namespace DSWaylandServer {
         tizen_input_device_manager::handle_generate_axis
     };
 
-/*LCOV_EXCL_START*/
     void tizen_input_device_manager::tizen_input_device_manager_block_events(Resource *, uint32_t , uint32_t , uint32_t )
     {
     }
@@ -5990,9 +5963,7 @@ namespace DSWaylandServer {
         tizen_input_device_manager_send_block_expired(
             resource);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_input_device::tizen_input_device(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -6022,7 +5993,6 @@ namespace DSWaylandServer {
     {
         init(resource);
     }
-/*LCOV_EXCL_STOP*/
 
     tizen_input_device::tizen_input_device()
         : m_resource_map()
@@ -6047,7 +6017,6 @@ namespace DSWaylandServer {
         }
     }
 
-/*LCOV_EXCL_START*/
     void tizen_input_device::init(struct ::wl_client *client, uint32_t id, int version)
     {
         m_resource = bind(client, id, version);
@@ -6057,7 +6026,6 @@ namespace DSWaylandServer {
     {
         m_resource = bind(resource);
     }
-/*LCOV_EXCL_STOP*/
 
     tizen_input_device::Resource *tizen_input_device::add(struct ::wl_client *client, int version)
     {
@@ -6066,7 +6034,6 @@ namespace DSWaylandServer {
         return resource;
     }
 
-/*LCOV_EXCL_START*/
     tizen_input_device::Resource *tizen_input_device::add(struct ::wl_client *client, uint32_t id, int version)
     {
         Resource *resource = bind(client, id, version);
@@ -6082,7 +6049,6 @@ namespace DSWaylandServer {
         m_displayDestroyedListener.parent = this;
         wl_display_add_destroy_listener(display, &m_displayDestroyedListener);
     }
-/*LCOV_EXCL_STOP*/
 
     const struct wl_interface *tizen_input_device::interface()
     {
@@ -6102,13 +6068,11 @@ namespace DSWaylandServer {
     {
     }
 
-/*LCOV_EXCL_START*/
     void tizen_input_device::bind_func(struct ::wl_client *client, void *data, uint32_t version, uint32_t id)
     {
         tizen_input_device *that = static_cast<tizen_input_device *>(data);
         that->add(client, id, std::min(that->m_globalVersion, version));
     }
-/*LCOV_EXCL_STOP*/
 
     void tizen_input_device::display_destroy_func(struct ::wl_listener *listener, void *data)
     {
@@ -6158,7 +6122,6 @@ namespace DSWaylandServer {
         tizen_input_device::handle_release
     };
 
-/*LCOV_EXCL_START*/
     void tizen_input_device::tizen_input_device_select_axes(Resource *, struct ::wl_array *)
     {
     }
@@ -6260,9 +6223,7 @@ namespace DSWaylandServer {
             axis_type,
             value);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_launchscreen::tizen_launchscreen(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -6451,9 +6412,7 @@ namespace DSWaylandServer {
         static_cast<tizen_launchscreen *>(r->tizen_launchscreen_object)->tizen_launchscreen_destroy(
             r);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_launch_image::tizen_launch_image(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -6699,9 +6658,7 @@ namespace DSWaylandServer {
         static_cast<tizen_launch_image *>(r->tizen_launch_image_object)->tizen_launch_image_hide(
             r);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_effect::tizen_effect(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -6916,9 +6873,7 @@ namespace DSWaylandServer {
             surface,
             type);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_display_policy::tizen_display_policy(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -7132,7 +7087,6 @@ namespace DSWaylandServer {
             brightness,
             error_state);
     }
-/*LCOV_EXCL_STOP*/
 
     tizen_indicator::tizen_indicator(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
@@ -7384,7 +7338,6 @@ namespace DSWaylandServer {
             type);
     }
 
-/*LCOV_EXCL_START*/
     tizen_clipboard::tizen_clipboard(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -7646,9 +7599,7 @@ namespace DSWaylandServer {
             resource,
             allowed);
     }
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     tizen_screen_rotation::tizen_screen_rotation(struct ::wl_client *client, uint32_t id, int version)
         : m_resource_map()
         , m_resource(NULL)
@@ -7861,5 +7812,3 @@ namespace DSWaylandServer {
 
 }
 /*LCOV_EXCL_STOP*/
-
-/*LCOV_EXCL_STOP*/
index 509acfc..cdc2b1f 100644 (file)
@@ -745,7 +745,6 @@ namespace DSWaylandServer {
         DisplayDestroyedListener m_displayDestroyedListener;
     };
 
-/*LCOV_EXCL_START*/
     class  tizen_move_resize
     {
     public:
@@ -845,9 +844,7 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     class  tizen_gesture
     {
     public:
@@ -1059,9 +1056,7 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     class  tizen_keyrouter
     {
     public:
@@ -1241,9 +1236,7 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     class  tizen_screenshooter
     {
     public:
@@ -1340,9 +1333,7 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     class  tizen_screenmirror
     {
     public:
@@ -1463,9 +1454,7 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     class  tizen_video
     {
     public:
@@ -1567,9 +1556,7 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     class  tizen_video_object
     {
     public:
@@ -1677,9 +1664,7 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     class  tizen_subsurface_watcher
     {
     public:
@@ -1769,9 +1754,7 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     class  tizen_viewport
     {
     public:
@@ -1903,9 +1886,7 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     class  tizen_destination_mode
     {
     public:
@@ -2038,9 +2019,7 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     class  tizen_embedded_compositor
     {
     public:
@@ -2128,7 +2107,6 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
     class  tizen_input_device_manager
     {
@@ -2431,7 +2409,6 @@ namespace DSWaylandServer {
         DisplayDestroyedListener m_displayDestroyedListener;
     };
 
-/*LCOV_EXCL_START*/
     class  tizen_launchscreen
     {
     public:
@@ -2517,9 +2494,7 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     class  tizen_launch_image
     {
     public:
@@ -2640,9 +2615,7 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     class  tizen_effect
     {
     public:
@@ -2735,9 +2708,7 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     class  tizen_display_policy
     {
     public:
@@ -2832,7 +2803,6 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
     class  tizen_indicator
     {
@@ -2955,7 +2925,6 @@ namespace DSWaylandServer {
         DisplayDestroyedListener m_displayDestroyedListener;
     };
 
-/*LCOV_EXCL_START*/
     class  tizen_clipboard
     {
     public:
@@ -3056,9 +3025,7 @@ namespace DSWaylandServer {
         };
         DisplayDestroyedListener m_displayDestroyedListener;
     };
-/*LCOV_EXCL_STOP*/
 
-/*LCOV_EXCL_START*/
     class  tizen_screen_rotation
     {
     public:
@@ -3151,4 +3118,3 @@ namespace DSWaylandServer {
 /*LCOV_EXCL_STOP*/
 
 #endif
-/*LCOV_EXCL_STOP*/