Home
last modified time | relevance | path

Searched refs:GetColorById (Results 1 – 12 of 12) sorted by relevance

/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
Dmock_resourceManager_interface1.h89 virtual RState GetColorById(uint32_t id, uint32_t& outValue) = 0;
Dmock_resourceManager_interface1.cpp217 virtual RState GetColorById(uint32_t id, uint32_t& outValue) in GetColorById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
Dmock_resourceManager_interface1.h89 virtual RState GetColorById(uint32_t id, uint32_t& outValue) = 0;
Dmock_resourceManager_interface1.cpp217 virtual RState GetColorById(uint32_t id, uint32_t& outValue) in GetColorById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
Dmock_resource_manager_impl.h275 virtual RState GetColorById(uint32_t id, uint32_t &outValue);
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
Dmock_resource_manager.cpp177 RState ResourceManagerImpl::GetColorById(uint32_t id, uint32_t &outValue) in GetColorById() function in OHOS::Global::Resource::ResourceManagerImpl
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dcontext_deal.cpp387 OHOS::Global::Resource::RState errval = resourceManager_->GetColorById(resId, ret); in GetColor()
/foundation/arkui/ace_engine/adapter/preview/osal/
Dresource_adapter_impl_standard.cpp205 auto state = resourceManager_->GetColorById(resId, result); in GetColor()
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dresource_adapter_impl.cpp216 auto state = manager->GetColorById(resId, result); in GetColor()
Dresource_adapter_impl_v2.cpp241 auto state = manager->GetColorById(resId, result); in GetColor()
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dability_record.cpp1122 auto colorErrval = resourceMgr->GetColorById(colorId, bgColor); in GetColdStartingWindowResource()
1140 …if (resourceMgr->GetColorById(static_cast<uint32_t>(abilityInfo_.startWindowBackgroundId), bgColor… in InitColdStartingWindowResource()
/foundation/window/window_manager/window_scene/session_manager/src/
Dscene_session_manager.cpp2363 …if (resourceMgr->GetColorById(abilityInfo.startWindowBackgroundId, bgColor) != Global::Resource::R… in GetStartupPageFromResource()