/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_resourceManager_interface1.h | 67 virtual RState GetThemeById(uint32_t id, std::map<std::string, std::string>& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 143 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 D | mock_resourceManager_interface1.h | 67 virtual RState GetThemeById(uint32_t id, std::map<std::string, std::string>& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 143 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 D | mock_resource_manager_impl.h | 177 virtual RState GetThemeById(uint32_t id, std::map<std::string, std::string> &outValue);
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 117 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 D | context_deal.cpp | 363 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 D | resource_adapter_impl_standard.cpp | 189 auto ret = resourceManager_->GetThemeById(themeId, theme->rawAttrs_); in GetTheme()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_adapter_impl.cpp | 185 auto ret = manager->GetThemeById(themeId, theme->rawAttrs_); in GetTheme()
|
H A D | resource_adapter_impl_v2.cpp | 212 auto ret = manager->GetThemeById(themeId, theme->rawAttrs_); in GetTheme()
|