Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dglobal_utils.h98 typedef struct GlobalUtilsImpl { struct
107 } GlobalUtilsImpl; argument
115 GlobalUtilsImpl *GetGlobalUtilsImpl(void);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dglobal.c152 GlobalUtilsImpl *utilsImpl = GetGlobalUtilsImpl(); in GLOBAL_GetValueByIdInternal()
221 GlobalUtilsImpl *utilsImpl = GetGlobalUtilsImpl(); in GLOBAL_GetValueByNameInternal()
H A Dglobal_utils.c59 const static GlobalUtilsImpl g_globalUtilsImpl = {
518 GlobalUtilsImpl *GetGlobalUtilsImpl(void) in GetGlobalUtilsImpl()
520 return (GlobalUtilsImpl *)(&g_globalUtilsImpl); in GetGlobalUtilsImpl()