Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_manager_agent_stub.cpp56 bool res = MarshallingHelper::UnmarshallingVectorObj<SystemBarRegionTint>(data, tints, in OnRemoteRequest()
119 bool res = MarshallingHelper::UnmarshallingVectorObj<VisibleWindowNumInfo>( in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dmarshalling_helper.h95 …static bool UnmarshallingVectorObj(Parcel& parcel, std::vector<T>& data, std::function<bool(Parcel… in UnmarshallingVectorObj() function
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_proxy.cpp333 MarshallingHelper::UnmarshallingVectorObj<ScreenColorGamut>(reply, colorGamuts, in GetScreenSupportedColorGamuts()
576 MarshallingHelper::UnmarshallingVectorObj<ScreenHDRFormat>(reply, hdrFormats, in GetSupportedHDRFormats()
675 MarshallingHelper::UnmarshallingVectorObj<GraphicCM_ColorSpaceType>(reply, colorSpaces, in GetSupportedColorSpaces()
H A Ddisplay_manager_stub.cpp264 …if (!MarshallingHelper::UnmarshallingVectorObj<Point>(data, startPoint, [](Parcel& parcel, Point& … in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_proxy.cpp423 MarshallingHelper::UnmarshallingVectorObj<ScreenHDRFormat>(reply, hdrFormats, in GetSupportedHDRFormats()
522 MarshallingHelper::UnmarshallingVectorObj<GraphicCM_ColorSpaceType>(reply, colorSpaces, in GetSupportedColorSpaces()
1658 MarshallingHelper::UnmarshallingVectorObj<ScreenColorGamut>(reply, colorGamuts, in GetScreenSupportedColorGamuts()
H A Dscreen_session_manager_stub.cpp280 …if (!MarshallingHelper::UnmarshallingVectorObj<Point>(data, startPoint, [](Parcel& parcel, Point& … in OnRemoteRequest()