/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | swiper_indicator_theme.h | 83 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 D | search_theme.h | 93 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 D | resource_wrapper.h | 365 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 D | resource_adapter_impl_standard.h | 64 uint32_t GetSymbolByName(const char* resName) const override;
|
H A D | resource_adapter_impl_standard.cpp | 531 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 D | mock_theme_constants.cpp | 140 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 D | theme_constants.cpp | 346 uint32_t ThemeConstants::GetSymbolByName(const char* name) const in GetSymbolByName() function in OHOS::Ace::ThemeConstants 351 return resAdapter_->GetSymbolByName(name); in GetSymbolByName()
|
H A D | resource_adapter.h | 215 virtual uint32_t GetSymbolByName(const char *name) const in GetSymbolByName() function
|
H A D | theme_constants.h | 182 uint32_t GetSymbolByName(const char *name) const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_theme.h | 104 theme->closeIconSource_ = themeConstants->GetSymbolByName("sys.symbol.xmark"); in ParsePattern()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_adapter_impl_v2.h | 80 uint32_t GetSymbolByName(const char* resName) const override;
|
H A D | resource_adapter_impl_v2.cpp | 817 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 D | menu_theme.h | 60 theme->symbolId_ = themeConstants->GetSymbolByName("sys.symbol.checkmark"); in Build()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_theme.h | 95 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 D | resource_manager_addon.cpp | 178 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 D | resource_manager_napi_sync_impl.cpp | 97 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 D | resource_manager_napi_sync_impl.h | 99 static napi_value GetSymbolByName(napi_env env, napi_callback_info info);
|
H A D | resource_manager_addon.h | 199 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 D | mock_resource_manager_impl.h | 333 virtual RState GetSymbolByName(const char *name, uint32_t &outValue);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 212 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 D | resource_manager.h | 211 virtual RState GetSymbolByName(const char *name, uint32_t &outValue) = 0;
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 338 virtual RState GetSymbolByName(const char *name, uint32_t &outValue);
|
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/ |
H A D | resmgr_fuzzer.cpp | 524 result = rm->GetSymbolByName(testName.c_str(), outValue); in GetSymbolByNameFuzzTest()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | native_resource_manager.cpp | 361 RState state = mgr->resManager->GetSymbolByName(resName, tempResultValue); in OH_ResourceManager_GetSymbolByName()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_theme.h | 112 … theme->spinnerSource_ = themeConstants->GetSymbolByName("sys.symbol.arrowtriangle_down_fill"); in Parse()
|