Home
last modified time | relevance | path

Searched defs:GetResource (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dinternal_resource.cpp55 const uint8_t* InternalResource::GetResource(const ResourceId id, size_t& size) const in GetResource() function in OHOS::Ace::InternalResource
H A Dinternal_resource_previewer.cpp56 const uint8_t* InternalResource::GetResource(const ResourceId id, size_t& size) const in GetResource() function in OHOS::Ace::InternalResource
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dresource_adapter.h178 virtual bool GetResource(uint32_t resId, std::ostream& dest) const in GetResource() function
183 virtual bool GetResource(const std::string& resId, std::ostream& dest) const in GetResource() function
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp407 bool ResourceAdapterImpl::GetResource(uint32_t resId, std::ostream& dest) const in GetResource() function in OHOS::Ace::ResourceAdapterImpl
412 bool ResourceAdapterImpl::GetResource(const std::string& path, std::ostream& dest) const in GetResource() function in OHOS::Ace::ResourceAdapterImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp739 Resource BundleUtil::GetResource(const std::string &bundleName, const std::string &moduleName, uint… in GetResource() function in OHOS::AppExecFwk::BundleUtil
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_async_impl.cpp93 napi_value ResourceManagerNapiAsyncImpl::GetResource(napi_env env, napi_callback_info info, in GetResource() function in OHOS::Global::Resource::ResourceManagerNapiAsyncImpl
H A Dresource_manager_napi_sync_impl.cpp108 napi_value ResourceManagerNapiSyncImpl::GetResource(napi_env env, napi_callback_info info, in GetResource() function in OHOS::Global::Resource::ResourceManagerNapiSyncImpl
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp1434 Resource GetResource(const std::string &bundleName, const std::string &moduleName, int32_t resId) in GetResource() function