Home
last modified time | relevance | path

Searched refs:UI_WEAK_SYMBOL (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dmem_api.cpp20 UI_WEAK_SYMBOL void* ImageCacheMalloc(const ImageInfo& info) in ImageCacheMalloc()
25 UI_WEAK_SYMBOL void ImageCacheFree(ImageInfo& info) in ImageCacheFree()
33 UI_WEAK_SYMBOL void* UIMalloc(uint32_t size) in UIMalloc()
38 UI_WEAK_SYMBOL void UIFree(void* buffer) in UIFree()
43 UI_WEAK_SYMBOL void* UIRealloc(void* buffer, uint32_t size) in UIRealloc()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dcommon_macros.h19 #define UI_WEAK_SYMBOL __attribute__((weak)) macro
21 #define UI_WEAK_SYMBOL macro
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dwms.cpp26 extern "C" void UI_WEAK_SYMBOL HOS_SystemInit(void) in HOS_SystemInit()