Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dglobal.c218 static int32_t GLOBAL_GetValueByNameInternal(const char *name, const char *path, const char *locale… in GLOBAL_GetValueByNameInternal() function
282 if (GLOBAL_GetValueByNameInternal(name, path, locales[i], value) == MC_SUCCESS) { in GLOBAL_GetValueByName()