Home
last modified time | relevance | path

Searched refs:GetSymbolByName (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_theme.h93 theme->searchSymbolId_ = themeConstants->GetSymbolByName("sys.symbol.magnifyingglass"); in ParsePattern()
94 theme->cancelSymbolId_ = themeConstants->GetSymbolByName("sys.symbol.xmark"); in ParsePattern()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h365 uint32_t GetSymbolByName(const char *name) const in GetSymbolByName() function
368 return resourceAdapter_->GetSymbolByName(name); in GetSymbolByName()
/ohos5.0/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.cpp531 uint32_t ResourceAdapterImpl::GetSymbolByName(const char* resName) const in GetSymbolByName() function in OHOS::Ace::ResourceAdapterImpl
536 auto state = resourceManager_->GetSymbolByName(actualResName.c_str(), result); in GetSymbolByName()
/ohos5.0/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
/ohos5.0/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 Dresource_adapter.h215 virtual uint32_t GetSymbolByName(const char *name) const in GetSymbolByName() function
H A Dtheme_constants.h182 uint32_t GetSymbolByName(const char *name) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_theme.h104 theme->closeIconSource_ = themeConstants->GetSymbolByName("sys.symbol.xmark"); in ParsePattern()
/ohos5.0/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.cpp817 uint32_t ResourceAdapterImplV2::GetSymbolByName(const char* resName) const in GetSymbolByName() function in OHOS::Ace::ResourceAdapterImplV2
823 auto state = manager->GetSymbolByName(actualResName.c_str(), result); in GetSymbolByName()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_theme.h60 theme->symbolId_ = themeConstants->GetSymbolByName("sys.symbol.checkmark"); in Build()
/ohos5.0/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()
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_addon.cpp178 DECLARE_NAPI_FUNCTION("getSymbolByName", GetSymbolByName),
512 napi_value ResourceManagerAddon::GetSymbolByName(napi_env env, napi_callback_info info) in GetSymbolByName() function in OHOS::Global::Resource::ResourceManagerAddon
H A Dresource_manager_napi_sync_impl.cpp97 return ResourceManagerNapiSyncImpl::GetSymbolByName(env, info);}}, in __anon20ee2a991d02()
820 RState state = dataContext->addon_->GetResMgr()->GetSymbolByName(dataContext->resName_.c_str(), in ProcessSymbolResourceByName()
828 napi_value ResourceManagerNapiSyncImpl::GetSymbolByName(napi_env env, napi_callback_info info) in GetSymbolByName() function in OHOS::Global::Resource::ResourceManagerNapiSyncImpl
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_napi_sync_impl.h99 static napi_value GetSymbolByName(napi_env env, napi_callback_info info);
H A Dresource_manager_addon.h199 static napi_value GetSymbolByName(napi_env env, napi_callback_info info);
/ohos5.0/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);
/ohos5.0/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
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h211 virtual RState GetSymbolByName(const char *name, uint32_t &outValue) = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h338 virtual RState GetSymbolByName(const char *name, uint32_t &outValue);
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp524 result = rm->GetSymbolByName(testName.c_str(), outValue); in GetSymbolByNameFuzzTest()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp361 RState state = mgr->resManager->GetSymbolByName(resName, tempResultValue); in OH_ResourceManager_GetSymbolByName()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h112 … theme->spinnerSource_ = themeConstants->GetSymbolByName("sys.symbol.arrowtriangle_down_fill"); in Parse()

12