Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dglobal.c152 GlobalUtilsImpl *utilsImpl = GetGlobalUtilsImpl(); in GLOBAL_GetValueByIdInternal() local
153 if (utilsImpl->CheckFilePath(path, realResourcePath, PATH_MAX) == MC_FAILURE) { in GLOBAL_GetValueByIdInternal()
157 …uint32_t idHeaderOffset = utilsImpl->GetOffsetByLocale(realResourcePath, locale, MAX_LOCALE_LENGTH… in GLOBAL_GetValueByIdInternal()
163 int32_t ret = utilsImpl->GetIdHeaderByOffset(file, idHeaderOffset, &idHeader); in GLOBAL_GetValueByIdInternal()
173 ret = utilsImpl->GetIdItem(file, idHeader.idParams[i].offset, &idItem); in GLOBAL_GetValueByIdInternal()
221 GlobalUtilsImpl *utilsImpl = GetGlobalUtilsImpl(); in GLOBAL_GetValueByNameInternal() local
222 if (utilsImpl->CheckFilePath(path, realResourcePath, PATH_MAX) == MC_FAILURE) { in GLOBAL_GetValueByNameInternal()
225 …uint32_t idHeaderOffset = utilsImpl->GetOffsetByLocale(realResourcePath, locale, MAX_LOCALE_LENGTH… in GLOBAL_GetValueByNameInternal()
231 int32_t ret = utilsImpl->GetIdHeaderByOffset(file, idHeaderOffset, &idHeader); in GLOBAL_GetValueByNameInternal()
240 ret = utilsImpl->GetIdItem(file, idHeader.idParams[i].offset, &idItem); in GLOBAL_GetValueByNameInternal()