Searched refs:RetStruct (Results 1 - 12 of 12) sorted by relevance
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/ |
H A D | cj_display_manager.h | 27 static RetStruct GetDefaultDisplaySync(); 28 static RetStruct GetAllDisplays(); 29 static RetStruct HasPrivateWindow(uint32_t displayId); 34 static RetStruct GetCurrentFoldCreaseRegion();
|
H A D | display_ffi.h | 23 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 D | cj_display_manager.cpp | 26 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 D | display_ffi.cpp | 29 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 D | display_utils.h | 30 } RetStruct; typedef
|
H A D | cj_display_impl.h | 44 RetStruct GetCutoutInfo();
|
H A D | cj_display_impl.cpp | 286 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 D | window_stage_impl.cpp | 24 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 D | window_stage_impl.h | 30 RetStruct GetSubWindow();
|
H A D | window_utils.h | 38 struct RetStruct { struct
|
H A D | window_ffi.h | 96 FFI_EXPORT RetStruct FfiOHOSGetSubWindow(int64_t id);
|
H A D | window_ffi.cpp | 846 RetStruct FfiOHOSGetSubWindow(int64_t id) in FfiOHOSGetSubWindow()
|
Completed in 7 milliseconds