Home
last modified time | relevance | path

Searched refs:GetDrawableInfoByName (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h475 virtual RState GetDrawableInfoByName(const char *name, std::string &type, size_t &len,
573 virtual RState GetDrawableInfoByName(const char *name,
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp291 RState ResourceManagerImpl::GetDrawableInfoByName(const char *name, std::string &type, size_t &len, in GetDrawableInfoByName() function in OHOS::Global::Resource::ResourceManagerImpl
337 RState ResourceManagerImpl::GetDrawableInfoByName(const char *name, in GetDrawableInfoByName() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h176 virtual RState GetDrawableInfoByName(const char *name, std::string &type, size_t &len,
205 virtual RState GetDrawableInfoByName(const char *name,
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_common.cpp327 RState state = rm->GetDrawableInfoByName("icon1", type, len, jsonBuf); in TestGetDrawableInfoByName()
350 RState state = rm->GetDrawableInfoByName("icon1", type, len, jsonBuf, density); in TestGetDrawableInfoWithDensityByName()
356 state = rm->GetDrawableInfoByName("icon1", type, len, jsonBuf, invalidDensity); in TestGetDrawableInfoWithDensityByName()
H A Dresource_manager_test_media.cpp1541 state = rm->GetDrawableInfoByName("icon", info, outValue, 1, density);
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h522 virtual RState GetDrawableInfoByName(const char *name, std::string &type, size_t &len,
638 virtual RState GetDrawableInfoByName(const char *name,
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.h270 state = resourceMgr->GetDrawableInfoByName(name, type, len, jsonBuf, density); in Create()
338 state = resourceMgr->GetDrawableInfoByName(name, info, jsonBuf, iconType, density); in Create()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp1459 RState ResourceManagerImpl::GetDrawableInfoByName(const char *name, std::string &type, size_t &len, in GetDrawableInfoByName() function in OHOS::Global::Resource::ResourceManagerImpl
1511 RState ResourceManagerImpl::GetDrawableInfoByName(const char *name, in GetDrawableInfoByName() function in OHOS::Global::Resource::ResourceManagerImpl