Home
last modified time | relevance | path

Searched refs:GetSymbolByName (Results 1 - 20 of 20) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_indicator_theme.h83 theme->leftSymbolId_ = themeConstants->GetSymbolByName("sys.symbol.chevron_left"); in Build()
84 theme->rightSymbolId_ = themeConstants->GetSymbolByName("sys.symbol.chevron_right"); in Build()
85 theme->upSymbolId_ = themeConstants->GetSymbolByName("sys.symbol.chevron_up"); in Build()
86 theme->downSymbolId_ = themeConstants->GetSymbolByName("sys.symbol.chevron_down"); in Build()
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_theme.h95 theme->searchSymbolId_ = themeConstants->GetSymbolByName("sys.symbol.magnifyingglass"); in ParsePattern()
96 theme->cancelSymbolId_ = themeConstants->GetSymbolByName("sys.symbol.xmark"); in ParsePattern()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl_standard.h64 uint32_t GetSymbolByName(const char* resName) const override;
H A Dresource_adapter_impl_standard.cpp532 uint32_t ResourceAdapterImpl::GetSymbolByName(const char* resName) const in GetSymbolByName() function in OHOS::Ace::ResourceAdapterImpl
537 auto state = resourceManager_->GetSymbolByName(actualResName.c_str(), result); in GetSymbolByName()
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_theme_constants.cpp140 uint32_t ThemeConstants::GetSymbolByName(const char* name) const in GetSymbolByName() function in OHOS::Ace::ThemeConstants
/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h297 uint32_t GetSymbolByName(const char *name) const in GetSymbolByName() function in OHOS::Ace::ResourceWrapper
299 return resourceAdapter_->GetSymbolByName(name); in GetSymbolByName()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtextfield_theme.h53 theme->showSymbolId_ = themeConstants->GetSymbolByName("sys.symbol.eye"); in Build()
54 theme->hideSymbolId_ = themeConstants->GetSymbolByName("sys.symbol.eye_slash"); in Build()
55 theme->cancelSymbolId_ = themeConstants->GetSymbolByName("sys.symbol.xmark"); in Build()
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp346 uint32_t ThemeConstants::GetSymbolByName(const char* name) const in GetSymbolByName() function in OHOS::Ace::ThemeConstants
351 return resAdapter_->GetSymbolByName(name); in GetSymbolByName()
H A Dtheme_constants.h182 uint32_t GetSymbolByName(const char *name) const;
H A Dresource_adapter.h215 virtual uint32_t GetSymbolByName(const char *name) const in GetSymbolByName() function in OHOS::Ace::ResourceAdapter
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_theme.h103 theme->closeIconSource_ = themeConstants->GetSymbolByName("sys.symbol.xmark"); in ParsePattern()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl_v2.h80 uint32_t GetSymbolByName(const char* resName) const override;
H A Dresource_adapter_impl_v2.cpp814 uint32_t ResourceAdapterImplV2::GetSymbolByName(const char* resName) const in GetSymbolByName() function in OHOS::Ace::ResourceAdapterImplV2
820 auto state = manager->GetSymbolByName(actualResName.c_str(), result); in GetSymbolByName()
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_theme.h95 theme->backSymbolId_ = themeConstants->GetSymbolByName("sys.symbol.chevron_backward"); in SetSymbolTheme()
96 theme->moreSymbolId_ = themeConstants->GetSymbolByName("sys.symbol.dot_grid_2x2"); in SetSymbolTheme()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_theme.h60 theme->symbolId_ = themeConstants->GetSymbolByName("sys.symbol.checkmark"); in Build()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h333 virtual RState GetSymbolByName(const char *name, uint32_t &outValue);
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp212 RState ResourceManagerImpl::GetSymbolByName(const char *name, uint32_t &outValue) in GetSymbolByName() function in OHOS::Global::Resource::ResourceManagerImpl
/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h113 theme->spinnerSource_ = themeConstants->GetSymbolByName("sys.symbol.arrowtriangle_down_fill"); in Parse()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp1566 auto symbol = resourceWrapper->GetSymbolByName(param->ToString(vm)->ToString(vm).c_str()); in ParseJsSymbolId()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp5650 auto symbol = resourceWrapper->GetSymbolByName(param->ToString().c_str()); in ParseJsSymbolId()

Completed in 50 milliseconds