/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/ |
H A D | mock_resource_manager_impl.h | 463 virtual RState GetDrawableInfoById(uint32_t id, std::string &type, size_t &len, 560 virtual RState GetDrawableInfoById(uint32_t id,
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 285 RState ResourceManagerImpl::GetDrawableInfoById(uint32_t id, std::string &type, size_t &len, in GetDrawableInfoById() function in OHOS::Global::Resource::ResourceManagerImpl 330 RState ResourceManagerImpl::GetDrawableInfoById(uint32_t id, in GetDrawableInfoById() function in OHOS::Global::Resource::ResourceManagerImpl
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | resource_manager.h | 173 virtual RState GetDrawableInfoById(uint32_t id, std::string &type, size_t &len, 201 virtual RState GetDrawableInfoById(uint32_t id,
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test_common.cpp | 286 RState state = rm->GetDrawableInfoById(id, type, len, jsonBuf); in TestGetDrawableInfoById() 311 RState state = rm->GetDrawableInfoById(id, type, len, jsonBuf, density); in TestGetDrawableInfoWithDensityById() 317 state = rm->GetDrawableInfoById(id, type, len, jsonBuf, invalidDensity); in TestGetDrawableInfoWithDensityById()
|
H A D | resource_manager_test_media.cpp | 829 state = rm->GetDrawableInfoById(id, info, outValue, 1, density);
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 510 virtual RState GetDrawableInfoById(uint32_t id, std::string &type, size_t &len, 625 virtual RState GetDrawableInfoById(uint32_t id,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_parser.cpp | 344 …Global::Resource::RState state = resourceManager->GetDrawableInfoById(resourceInfo.iconId_, type, … in ParseIconResourceByResourceManager() 423 …Global::Resource::RState state = resourceManager->GetDrawableInfoById(iconId, type, len, jsonBuf, … in GetMediaDataById()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | drawable_descriptor.h | 239 state = resourceMgr->GetDrawableInfoById(id, type, len, jsonBuf, density); in Create() 302 state = resourceMgr->GetDrawableInfoById(resId, info, jsonBuf, iconType, density); in Create()
|
H A D | drawable_descriptor.cpp | 137 …resItem.state_ = resourceMgr->GetDrawableInfoById(resourceId, info, resItem.data_, iconType_, dens… in PreGetDrawableItem()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 1439 RState ResourceManagerImpl::GetDrawableInfoById(uint32_t id, std::string &type, size_t &len, in GetDrawableInfoById() function in OHOS::Global::Resource::ResourceManagerImpl 1479 RState ResourceManagerImpl::GetDrawableInfoById(uint32_t id, in GetDrawableInfoById() function in OHOS::Global::Resource::ResourceManagerImpl
|