Searched refs:GetIdByName (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl.h | 48 bool GetIdByName(const std::string& resName, const std::string& resType, uint32_t& resId) const override;
|
H A D | resource_adapter_impl.cpp | 440 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 D | mock_resource_adapter.h | 50 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 D | resource_adapter.h | 188 virtual bool GetIdByName(const std::string& resName, const std::string& resType, uint32_t& resId) const in GetIdByName() function in OHOS::Ace::ResourceAdapter
|
H A D | theme_constants.cpp | 378 return resAdapter_->GetIdByName(resName, resType, resId); in GetResourceIdByName()
|
/foundation/arkui/ace_engine/frameworks/core/common/resource/ |
H A D | resource_wrapper.h | 292 return resourceAdapter_->GetIdByName(resName, resType, resId); in GetResourceIdByName()
|
Completed in 4 milliseconds