Home
last modified time | relevance | path

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

/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_manager.h27 static RetStruct GetDefaultDisplaySync();
28 static RetStruct GetAllDisplays();
29 static RetStruct HasPrivateWindow(uint32_t displayId);
34 static RetStruct GetCurrentFoldCreaseRegion();
H A Ddisplay_ffi.h23 FFI_EXPORT RetStruct FfiOHOSGetDefaultDisplaySync();
24 FFI_EXPORT RetStruct FfiOHOSGetAllDisplays();
25 FFI_EXPORT RetStruct FfiOHOSHasPrivateWindow(uint32_t displayId);
30 FFI_EXPORT RetStruct FfiOHOSGetCurrentFoldCreaseRegion();
45 FFI_EXPORT RetStruct FfiOHOSDisplayGetCutoutInfo(int64_t id);
H A Dcj_display_manager.cpp26 static void SetDisplayObject(sptr<Display> &obj, RetStruct &ret) in SetDisplayObject()
45 static void SetDisplaysArrayObject(std::vector<sptr<Display>> &list, RetStruct &ret) in SetDisplaysArrayObject()
115 RetStruct CJDisplayManager::GetDefaultDisplaySync() in GetDefaultDisplaySync()
117 RetStruct ret = {.code = static_cast<int32_t>(DmErrorCode::DM_ERROR_SYSTEM_INNORMAL), .len = 0, .data = nullptr}; in GetDefaultDisplaySync()
136 RetStruct CJDisplayManager::GetAllDisplays() in GetAllDisplays()
138 RetStruct ret = {.code = static_cast<int32_t>(DmErrorCode::DM_ERROR_SYSTEM_INNORMAL), .len = 0, .data = nullptr}; in GetAllDisplays()
149 RetStruct CJDisplayManager::HasPrivateWindow(uint32_t displayId) in HasPrivateWindow()
151 RetStruct ret = {.code = static_cast<int32_t>(DmErrorCode::DM_ERROR_SYSTEM_INNORMAL), .len = 0, .data = nullptr}; in HasPrivateWindow()
195 RetStruct CJDisplayManager::GetCurrentFoldCreaseRegion() in GetCurrentFoldCreaseRegion()
197 RetStruct resul in GetCurrentFoldCreaseRegion()
[all...]
H A Ddisplay_ffi.cpp29 RetStruct FfiOHOSGetDefaultDisplaySync() in FfiOHOSGetDefaultDisplaySync()
35 RetStruct FfiOHOSGetAllDisplays() in FfiOHOSGetAllDisplays()
41 RetStruct FfiOHOSHasPrivateWindow(uint32_t displayId) in FfiOHOSHasPrivateWindow()
71 RetStruct FfiOHOSGetCurrentFoldCreaseRegion() in FfiOHOSGetCurrentFoldCreaseRegion()
233 RetStruct FfiOHOSDisplayGetCutoutInfo(int64_t id) in FfiOHOSDisplayGetCutoutInfo()
H A Ddisplay_utils.h30 } RetStruct; typedef
H A Dcj_display_impl.h44 RetStruct GetCutoutInfo();
H A Dcj_display_impl.cpp286 RetStruct DisplayImpl::GetCutoutInfo() in GetCutoutInfo()
288 RetStruct result = {.code = static_cast<int32_t>(DmErrorCode::DM_ERROR_SYSTEM_INNORMAL), .len = 0, .data = nullptr}; in GetCutoutInfo()
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_stage_impl.cpp24 void CreateCjSubWindowArrayObject(std::vector<sptr<Window>> &vec, RetStruct &ret) in CreateCjSubWindowArrayObject()
98 RetStruct CJWindowStageImpl::GetSubWindow() in GetSubWindow()
100 RetStruct ret = {.code = static_cast<int32_t>(WmErrorCode::WM_ERROR_STATE_ABNORMALLY), .len = 0, .data = nullptr}; in GetSubWindow()
H A Dwindow_stage_impl.h30 RetStruct GetSubWindow();
H A Dwindow_utils.h38 struct RetStruct { struct
H A Dwindow_ffi.h96 FFI_EXPORT RetStruct FfiOHOSGetSubWindow(int64_t id);
H A Dwindow_ffi.cpp846 RetStruct FfiOHOSGetSubWindow(int64_t id) in FfiOHOSGetSubWindow()

Completed in 7 milliseconds