Home
last modified time | relevance | path

Searched refs:GetHapResourceManager (Results 1 - 7 of 7) sorted by relevance

/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_ffi.cpp200 if (!instance->GetHapResourceManager(res, resMgr, resId)) { in CJ_GetPluralStringValueByResource()
201 LOGE("ResourceManager CJ_GetPluralStringValueByResource failed at GetHapResourceManager"); in CJ_GetPluralStringValueByResource()
262 if (!instance->GetHapResourceManager(res, resMgr, resId)) { in CJ_GetStringArrayValueByResource()
263 LOGE("ResourceManager CJ_GetStringArrayValueByResource failed at GetHapResourceManager"); in CJ_GetStringArrayValueByResource()
325 if (!instance->GetHapResourceManager(res, resMgr, resId)) { in CJ_GetStringByResource()
326 LOGE("ResourceManager CJ_GetStringByResource failed at GetHapResourceManager"); in CJ_GetStringByResource()
392 if (!instance->GetHapResourceManager(res, resMgr, resId)) { in CJ_GetColorByResource()
393 LOGE("ResourceManager CJ_GetColorByResource failed at GetHapResourceManager"); in CJ_GetColorByResource()
422 if (!instance->GetHapResourceManager(res, resMgr, resId)) { in CJ_GetBooleanByResource()
423 LOGE("ResourceManager CJ_GetBooleanByResource failed at GetHapResourceManager"); in CJ_GetBooleanByResource()
[all...]
H A Dresource_manager_impl.h105 bool GetHapResourceManager(Global::Resource::ResourceManager::Resource resource,
H A Dresource_manager_impl.cpp387 bool ResourceManagerImpl::GetHapResourceManager(Global::Resource::ResourceManager::Resource resource, in GetHapResourceManager() function in OHOS::Resource::ResourceManagerImpl
/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_napi_utils.h68 static bool GetHapResourceManager(const ResMgrDataContext* dataContext,
/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp313 bool ret = ResourceManagerNapiUtils::GetHapResourceManager(dataContext.get(), resMgr, resId); in ProcessStrResource()
361 bool ret = ResourceManagerNapiUtils::GetHapResourceManager(dataContext.get(), resMgr, resId); in ProcessSymbolResource()
403 bool ret = ResourceManagerNapiUtils::GetHapResourceManager(dataContext.get(), resMgr, resId); in ProcessColorResource()
446 bool ret = ResourceManagerNapiUtils::GetHapResourceManager(dataContext.get(), resMgr, resId); in ProcessNumResource()
448 RESMGR_HILOGE(RESMGR_JS_TAG, "Failed to ResourceManagerNapiUtils::GetHapResourceManager in GetNumber"); in ProcessNumResource()
488 bool ret2 = ResourceManagerNapiUtils::GetHapResourceManager(dataContext.get(), resMgr, resId); in ProcessBoolResource()
529 bool ret2 = ResourceManagerNapiUtils::GetHapResourceManager(dataContext.get(), resMgr, resId); in ProcesstMediaContentBase64Resource()
574 bool ret2 = ResourceManagerNapiUtils::GetHapResourceManager(dataContext.get(), resMgr, resId); in ProcessMediaContentResource()
620 bool ret2 = ResourceManagerNapiUtils::GetHapResourceManager(dataContext.get(), resMgr, resId); in ProcessPluralStringValueResource()
673 bool ret2 = ResourceManagerNapiUtils::GetHapResourceManager(dataContex in ProcessStringArrayValueResource()
[all...]
H A Dresource_manager_napi_async_impl.cpp411 bool ret = ResourceManagerNapiUtils::GetHapResourceManager(dataContext, resMgr, resId);
413 RESMGR_HILOGE(RESMGR_JS_TAG, "Failed to GetHapResourceManager in getStringFunc");
472 bool ret = ResourceManagerNapiUtils::GetHapResourceManager(dataContext, resMgr, resId);
474 RESMGR_HILOGE(RESMGR_JS_TAG, "Failed to GetHapResourceManager in getStringArrayFunc");
526 bool ret = ResourceManagerNapiUtils::GetHapResourceManager(dataContext, resMgr, resId);
528 RESMGR_HILOGE(RESMGR_JS_TAG, "Failed to GetHapResourceManager in getMediaFunc");
570 bool ret = ResourceManagerNapiUtils::GetHapResourceManager(dataContext, resMgr, resId);
572 RESMGR_HILOGE(RESMGR_JS_TAG, "Failed to GetHapResourceManager in getMediaBase64Func");
634 bool ret = ResourceManagerNapiUtils::GetHapResourceManager(dataContext, resMgr, resId);
636 RESMGR_HILOGE(RESMGR_JS_TAG, "Failed to GetHapResourceManager i
[all...]
H A Dresource_manager_napi_utils.cpp394 bool ResourceManagerNapiUtils::GetHapResourceManager(const ResMgrDataContext* dataContext, in GetHapResourceManager() function in OHOS::Global::Resource::ResourceManagerNapiUtils
419 RESMGR_HILOGE(RESMGR_JS_TAG, "GetHapResourceManager context == nullptr"); in GetHapResourceManager()
431 RESMGR_HILOGE(RESMGR_JS_TAG, "GetHapResourceManager moduleContext == nullptr, bundleName = %{public}s," \ in GetHapResourceManager()

Completed in 7 milliseconds