Home
last modified time | relevance | path

Searched refs:InnerUnmarshalling (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dscreen_group_info_test.cpp81 HWTEST_F(ScreenGroupInfoTest, InnerUnmarshalling, Function | SmallTest | Level1)
86 bool result = screenGroupInfoSrc.InnerUnmarshalling(parcel);
99 bool result = screenGroupInfoSrc.InnerUnmarshalling(parcel);
H A Dscreen_info_test.cpp88 HWTEST_F(ScreenInfoTest, InnerUnmarshalling, Function | SmallTest | Level2)
93 bool result = screenInfoSrc.InnerUnmarshalling(parcel);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dscreen_group_info.cpp47 bool res = screenGroupInfo->InnerUnmarshalling(parcel); in Unmarshalling()
55 bool ScreenGroupInfo::InnerUnmarshalling(Parcel& parcel) in InnerUnmarshalling() function in OHOS::Rosen::ScreenGroupInfo
58 if (!ScreenInfo::InnerUnmarshalling(parcel) || !parcel.ReadUint32(combination) || in InnerUnmarshalling()
H A Dscreen_info.cpp53 bool res = info->InnerUnmarshalling(parcel); in Unmarshalling()
61 bool ScreenInfo::InnerUnmarshalling(Parcel& parcel) in InnerUnmarshalling() function in OHOS::Rosen::ScreenInfo
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dscreen_group_info.h40 bool InnerUnmarshalling(Parcel& parcel);
H A Dscreen_info.h58 bool InnerUnmarshalling(Parcel& parcel);