/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/ |
H A D | mock_resource_manager_impl.h | 475 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 D | mock_resource_manager.cpp | 291 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 D | resource_manager.h | 176 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 D | resource_manager_test_common.cpp | 327 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 D | resource_manager_test_media.cpp | 1541 state = rm->GetDrawableInfoByName("icon", info, outValue, 1, density);
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 522 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 D | drawable_descriptor.h | 270 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 D | resource_manager_impl.cpp | 1459 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
|