Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/resource/
Dinternal_resource_previewer.cpp56 const uint8_t* InternalResource::GetResource(const ResourceId id, size_t& size) const in GetResource() function in OHOS::Ace::InternalResource
Dinternal_resource.cpp55 const uint8_t* InternalResource::GetResource(const ResourceId id, size_t& size) const in GetResource() function in OHOS::Ace::InternalResource
/foundation/arkui/ace_engine/frameworks/core/components/theme/
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
/foundation/arkui/ace_engine/adapter/preview/osal/
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
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_util.cpp723 Resource BundleUtil::GetResource(const std::string &bundleName, const std::string &moduleName, uint… in GetResource() function in OHOS::AppExecFwk::BundleUtil
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
Dmodule_profile.cpp1434 Resource GetResource(const std::string &bundleName, const std::string &moduleName, int32_t resId) in GetResource() function