Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dhap_resource_test.cpp115 int id = pResource->GetIdByName("app_name", ResType::STRING);
191 int id = pResource->GetIdByName("app_name", ResType::STRING);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dhap_resource_test.cpp84 int id = pResource->GetIdByName("app_name", ResType::STRING);
165 int id = pResource->GetIdByName("app_name", ResType::STRING);
H A Dglobal_test.cpp72 int ret = pResource->GetIdByName(name.c_str(), resType); in GetResId()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.h48 …bool GetIdByName(const std::string& resName, const std::string& resType, uint32_t& resId) const ov…
H A Dresource_adapter_impl.cpp440 bool ResourceAdapterImpl::GetIdByName(const std::string& resName, const std::string& resType, uint3… in GetIdByName() function in OHOS::Ace::ResourceAdapterImpl
447 if (!resourceManger_.GetIdByName("", resName, globalResType, globalResId)) { in GetIdByName()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhap_resource.h166 int GetIdByName(const char *name, const ResType resType) const;
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_resource_adapter.h50 …MOCK_CONST_METHOD3(GetIdByName, bool(const std::string& resName, const std::string& resType, uint3…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dresource_adapter.h188 …virtual bool GetIdByName(const std::string& resName, const std::string& resType, uint32_t& resId) … in GetIdByName() function
H A Dtheme_constants.cpp378 return resAdapter_->GetIdByName(resName, resType, resId); in GetResourceIdByName()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h268 int GetIdByName(const char *name, const ResType resType) const;
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dhap_resource.cpp233 int HapResource::GetIdByName(const char *name, const ResType resType) const in GetIdByName() function in OHOS::Global::Resource::HapResource
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h359 return resourceAdapter_->GetIdByName(resName, resType, resId); in GetResourceIdByName()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp410 int HapResource::GetIdByName(const char *name, const ResType resType) const in GetIdByName() function in OHOS::Global::Resource::HapResource