Home
last modified time | relevance | path

Searched refs:GetDrawableInfoById (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h463 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 Dmock_resource_manager.cpp285 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 Ddrawable_descriptor.h239 state = resourceMgr->GetDrawableInfoById(id, type, len, jsonBuf, density); in Create()
302 state = resourceMgr->GetDrawableInfoById(resId, info, jsonBuf, iconType, density); in Create()
H A Ddrawable_descriptor.cpp122 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 Dbundle_resource_parser.cpp349 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