Searched refs:UnmarshallingVectorObj (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/window/window_manager/wm/src/zidl/ |
H A D | window_manager_agent_stub.cpp | 56 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 D | marshalling_helper.h | 95 …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 D | display_manager_proxy.cpp | 333 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 D | display_manager_stub.cpp | 264 …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 D | screen_session_manager_proxy.cpp | 423 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 D | screen_session_manager_stub.cpp | 280 …if (!MarshallingHelper::UnmarshallingVectorObj<Point>(data, startPoint, [](Parcel& parcel, Point& … in OnRemoteRequest()
|