Home
last modified time | relevance | path

Searched refs:GetThemeById (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_resourceManager_interface1.h67 virtual RState GetThemeById(uint32_t id, std::map<std::string, std::string>& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp143 virtual RState GetThemeById(uint32_t id, std::map<std::string, std::string>& outValue) in GetThemeById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H A Dmock_resourceManager_interface1.h67 virtual RState GetThemeById(uint32_t id, std::map<std::string, std::string>& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp143 virtual RState GetThemeById(uint32_t id, std::map<std::string, std::string>& outValue) in GetThemeById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h177 virtual RState GetThemeById(uint32_t id, std::map<std::string, std::string> &outValue);
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp117 RState ResourceManagerImpl::GetThemeById(uint32_t id, std::map<std::string, std::string> &outValue) in GetThemeById() function in OHOS::Global::Resource::ResourceManagerImpl
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_deal.cpp363 OHOS::Global::Resource::RState errval = resourceManager_->GetThemeById(themeId, theme_); in SetTheme()
365 TAG_LOGE(AAFwkTag::APPKIT, "SetTheme GetThemeById(themeId:%d) retval is %u", themeId, errval); in SetTheme()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl_standard.cpp189 auto ret = resourceManager_->GetThemeById(themeId, theme->rawAttrs_); in GetTheme()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp185 auto ret = manager->GetThemeById(themeId, theme->rawAttrs_); in GetTheme()
H A Dresource_adapter_impl_v2.cpp212 auto ret = manager->GetThemeById(themeId, theme->rawAttrs_); in GetTheme()

Completed in 9 milliseconds