Searched refs:utilsImpl (Results 1 - 1 of 1) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | global.c | 152 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 in GLOBAL_GetValueByNameInternal() [all...] |
Completed in 1 milliseconds