Home
last modified time | relevance | path

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

/foundation/window/window_manager/utils/test/unittest/
H A Dscreen_info_test.cpp57 ScreenInfo screenInfoSrc; in HWTEST_F() local
58 screenInfoSrc.SetScreenId(1); in HWTEST_F()
61 screenInfoSrc.Marshalling(parcel); in HWTEST_F()
62 ScreenInfo* screenInfoDst = screenInfoSrc.Unmarshalling(parcel); in HWTEST_F()
75 ScreenInfo screenInfoSrc; in HWTEST_F() local
76 screenInfoSrc.SetScreenId(1); in HWTEST_F()
79 bool result = screenInfoSrc.Marshalling(parcel); in HWTEST_F()
90 ScreenInfo screenInfoSrc; in HWTEST_F() local
93 bool result = screenInfoSrc.InnerUnmarshalling(parcel); in HWTEST_F()

Completed in 0 milliseconds