Home
last modified time | relevance | path

Searched refs:GetMediaPath (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h240 std::string GetMediaPath(uint32_t key) const in GetMediaPath() function
244 return resourceAdapter_->GetMediaPath(key); in GetMediaPath()
247 return themeConstants_->GetMediaPath(key); in GetMediaPath()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.h49 std::string GetMediaPath(uint32_t resId) override;
H A Dresource_adapter_impl_standard.h56 std::string GetMediaPath(uint32_t resId) override;
H A Dresource_adapter_impl.cpp455 std::string ResourceAdapterImpl::GetMediaPath(uint32_t resId) in GetMediaPath() function in OHOS::Ace::ResourceAdapterImpl
H A Dresource_adapter_impl_standard.cpp456 std::string ResourceAdapterImpl::GetMediaPath(uint32_t resId) in GetMediaPath() function in OHOS::Ace::ResourceAdapterImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Drender_container_modal.cpp59 auto appIconSrc = themeConstants->GetMediaPath(iconId); in UpdateStyle()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_resource_adapter.h40 MOCK_METHOD1(GetMediaPath, std::string(uint32_t resId));
H A Dmock_theme_constants.cpp105 std::string ThemeConstants::GetMediaPath(uint32_t key) const in GetMediaPath() function in OHOS::Ace::ThemeConstants
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp276 std::string ThemeConstants::GetMediaPath(uint32_t key) const in GetMediaPath() function in OHOS::Ace::ThemeConstants
282 return resAdapter_->GetMediaPath(key); in GetMediaPath()
H A Dresource_adapter.h110 virtual std::string GetMediaPath(uint32_t resId) in GetMediaPath() function
H A Dtheme_constants.h234 std::string GetMediaPath(uint32_t key) const;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.h60 std::string GetMediaPath(uint32_t resId) override;
H A Dresource_adapter_impl_v2.h63 std::string GetMediaPath(uint32_t resId) override;
H A Dresource_adapter_impl.cpp480 std::string ResourceAdapterImpl::GetMediaPath(uint32_t resId) in GetMediaPath() function in OHOS::Ace::ResourceAdapterImpl
H A Dresource_adapter_impl_v2.cpp598 std::string ResourceAdapterImplV2::GetMediaPath(uint32_t resId) in GetMediaPath() function in OHOS::Ace::ResourceAdapterImplV2
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp1673 result = themeConstants->GetMediaPath(static_cast<uint32_t>(id)); in ParseCjMedia()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp1076 result = resourceWrapper->GetMediaPath(resId->Uint32Value(vm)); in ParseJsMediaFromResource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp5929 result = resourceWrapper->GetMediaPath(resId->ToNumber<uint32_t>()); in ParseJSMediaInternal()