Home
last modified time | relevance | path

Searched refs:GetColorByName (Results 1 – 25 of 50) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_theme.h77 … 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 Dresource_manager_test.cpp829 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 Dresource_wrapper.h60 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 Dtheme_mock.h41 Color GetColorByName(const std::string& resName) override;
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dtheme_mock.h41 Color GetColorByName(const std::string& resName) override;
H A Dmock_theme_constants.cpp40 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 Dresource_manager_addon.cpp123 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 Dresource_adapter_impl_standard.h39 Color GetColorByName(const std::string& resName) override;
H A Dresource_adapter_impl_standard.cpp225 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 Dresource_manager_interface.h39 virtual int32_t GetColorByName(const char *name, uint32_t &outValue) = 0;
H A Dresource_manager_impl.cpp93 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 Dresource_manager_impl.h63 int32_t GetColorByName(const char *name, uint32_t &outValue) override;
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h83 virtual RState GetColorByName(const char *name, uint32_t &outValue) = 0;
H A Dresource_manager_impl.h249 virtual RState GetColorByName(const char *name, uint32_t &outValue);
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_napi_async_impl.h102 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 Dmock_resourceManager_interface1.h92 virtual RState GetColorByName(const char* name, uint32_t& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp234 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 Dmock_resourceManager_interface1.h92 virtual RState GetColorByName(const char* name, uint32_t& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp234 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 Dtheme_constants.cpp104 Color ThemeConstants::GetColorByName(const std::string& resName) const in GetColorByName() function in OHOS::Ace::ThemeConstants
109 return resAdapter_->GetColorByName(resName); in GetColorByName()
H A Dresource_adapter.h55 virtual Color GetColorByName(const std::string& resName) in GetColorByName() function
H A Dtheme_constants.h78 Color GetColorByName(const std::string& resName) const;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.h42 Color GetColorByName(const std::string& resName) override;
H A Dresource_adapter_impl_v2.h45 Color GetColorByName(const std::string& resName) override;
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
H A Dresource_manager_addon.h126 static napi_value GetColorByName(napi_env env, napi_callback_info info);

12