/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_theme.h | 77 … Color timeText = themeConstants->GetColorByName("sys.color.ohos_id_color_foreground_contrary"). in ParsePattern() 83 …theme->selectColor_ = themeConstants->GetColorByName("sys.color.ohos_id_color_foreground_contrary"… in ParsePattern() 84 …theme->trackBgColor_ = themeConstants->GetColorByName("sys.color.ohos_id_color_foreground_contrary… in ParsePattern() 86 …theme->btnIconColor_ = themeConstants->GetColorByName("sys.color.ohos_id_color_foreground_contrary… in ParsePattern()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test.cpp | 829 state = rm->GetColorByName("divider_color", outValue); 849 state = rm->GetColorByName(g_nonExistName, outValue); 864 state = rm->GetColorByName("base_only", outValue); 880 state = rm->GetColorByName("base_light", outValue); 896 state = rm->GetColorByName("base_dark", outValue); 912 state = rm->GetColorByName("base_light_dark", outValue); 928 state = rm->GetColorByName("base_only", outValue); 944 state = rm->GetColorByName("base_light", outValue); 960 state = rm->GetColorByName("base_dark", outValue); 976 state = rm->GetColorByName("base_light_dark", outValue); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/ |
H A D | resource_wrapper.h | 60 Color GetColorByName(const std::string& resName) const in GetColorByName() function 64 return resourceAdapter_->GetColorByName(resName); in GetColorByName() 67 return themeConstants_->GetColorByName(resName); in GetColorByName()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/ |
H A D | theme_mock.h | 41 Color GetColorByName(const std::string& resName) override;
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | theme_mock.h | 41 Color GetColorByName(const std::string& resName) override;
|
H A D | mock_theme_constants.cpp | 40 Color ThemeConstants::GetColorByName(const std::string& resName) const in GetColorByName() function in OHOS::Ace::ThemeConstants
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | resource_manager_addon.cpp | 123 DECLARE_NAPI_FUNCTION("getColorByName", GetColorByName), in Init() 283 napi_value ResourceManagerAddon::GetColorByName(napi_env env, napi_callback_info info) in GetColorByName() function in OHOS::Global::Resource::ResourceManagerAddon
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl_standard.h | 39 Color GetColorByName(const std::string& resName) override;
|
H A D | resource_adapter_impl_standard.cpp | 225 Color ResourceAdapterImpl::GetColorByName(const std::string& resName) in GetColorByName() function in OHOS::Ace::ResourceAdapterImpl 231 auto state = resourceManager_->GetColorByName(actualResName.c_str(), result); in GetColorByName()
|
/ohos5.0/base/global/resource_management/interfaces/cj/src/ |
H A D | resource_manager_interface.h | 39 virtual int32_t GetColorByName(const char *name, uint32_t &outValue) = 0;
|
H A D | resource_manager_impl.cpp | 93 int32_t ResourceManagerImpl::GetColorByName(const char *name, uint32_t &outValue) in GetColorByName() function in OHOS::Resource::ResourceManagerImpl 95 RState state = resMgr_->GetColorByName(name, outValue); in GetColorByName()
|
H A D | resource_manager_impl.h | 63 int32_t GetColorByName(const char *name, uint32_t &outValue) override;
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | resource_manager.h | 83 virtual RState GetColorByName(const char *name, uint32_t &outValue) = 0;
|
H A D | resource_manager_impl.h | 249 virtual RState GetColorByName(const char *name, uint32_t &outValue);
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/ |
H A D | resource_manager_napi_async_impl.h | 102 static napi_value GetColorByName(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_resourceManager_interface1.h | 92 virtual RState GetColorByName(const char* name, uint32_t& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 234 virtual RState GetColorByName(const char* name, uint32_t& outValue) in GetColorByName() function in OHOS::Global::Resource::ResourceManagerTestInstance
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/ |
H A D | mock_resourceManager_interface1.h | 92 virtual RState GetColorByName(const char* name, uint32_t& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 234 virtual RState GetColorByName(const char* name, uint32_t& outValue) in GetColorByName() function in OHOS::Global::Resource::ResourceManagerTestInstance
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_constants.cpp | 104 Color ThemeConstants::GetColorByName(const std::string& resName) const in GetColorByName() function in OHOS::Ace::ThemeConstants 109 return resAdapter_->GetColorByName(resName); in GetColorByName()
|
H A D | resource_adapter.h | 55 virtual Color GetColorByName(const std::string& resName) in GetColorByName() function
|
H A D | theme_constants.h | 78 Color GetColorByName(const std::string& resName) const;
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_adapter_impl.h | 42 Color GetColorByName(const std::string& resName) override;
|
H A D | resource_adapter_impl_v2.h | 45 Color GetColorByName(const std::string& resName) override;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/ |
H A D | resource_manager_addon.h | 126 static napi_value GetColorByName(napi_env env, napi_callback_info info);
|