Home
last modified time | relevance | path

Searched refs:GetIdByName (Results 1 - 6 of 6) sorted by relevance

/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 override;
H A Dresource_adapter_impl.cpp440 bool ResourceAdapterImpl::GetIdByName(const std::string& resName, const std::string& resType, uint32_t& resId) const in GetIdByName() function in OHOS::Ace::ResourceAdapterImpl
447 if (!resourceManger_.GetIdByName("", resName, globalResType, globalResId)) { in GetIdByName()
/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, uint32_t& resId));
/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) const in GetIdByName() function in OHOS::Ace::ResourceAdapter
H A Dtheme_constants.cpp378 return resAdapter_->GetIdByName(resName, resType, resId); in GetResourceIdByName()
/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h292 return resourceAdapter_->GetIdByName(resName, resType, resId); in GetResourceIdByName()

Completed in 4 milliseconds