Searched refs:GetDrawableInfoById (Results 1 - 5 of 5) sorted by relevance
/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,
|
/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
|
/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 | 122 resItem.state_ = resourceMgr->GetDrawableInfoById(resourceId, info, resItem.data_, iconType_, density_); in PreGetDrawableItem() 229 HILOGE("GetDrawableInfoById failed"); in CreateImageSource()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_parser.cpp | 349 Global::Resource::RState state = resourceManager->GetDrawableInfoById(resourceInfo.iconId_, type, len, jsonBuf, 0); in ParseIconResourceByResourceManager() 428 Global::Resource::RState state = resourceManager->GetDrawableInfoById(iconId, type, len, jsonBuf, density); in GetMediaDataById()
|
Completed in 7 milliseconds