Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h196 std::string GetMediaPath(uint32_t key) const in GetMediaPath() function in OHOS::Ace::ResourceWrapper
199 return resourceAdapter_->GetMediaPath(key); in GetMediaPath()
201 return themeConstants_->GetMediaPath(key); in GetMediaPath()
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Drender_container_modal.cpp59 auto appIconSrc = themeConstants->GetMediaPath(iconId); in UpdateStyle()
/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
460 LOGW("GetMediaPath error, id=%{public}u", resId); in GetMediaPath()
H A Dresource_adapter_impl_standard.cpp457 std::string ResourceAdapterImpl::GetMediaPath(uint32_t resId) in GetMediaPath() function in OHOS::Ace::ResourceAdapterImpl
463 TAG_LOGW(AceLogTag::ACE_RESOURCE, "GetMediaPath error, id=%{public}u", resId); in GetMediaPath()
/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
/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 Dtheme_constants.h234 std::string GetMediaPath(uint32_t key) const;
H A Dresource_adapter.h110 virtual std::string GetMediaPath(uint32_t resId) in GetMediaPath() function in OHOS::Ace::ResourceAdapter
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl_v2.h63 std::string GetMediaPath(uint32_t resId) override;
H A Dresource_adapter_impl.h60 std::string GetMediaPath(uint32_t resId) override;
H A Dresource_adapter_impl.cpp479 std::string ResourceAdapterImpl::GetMediaPath(uint32_t resId) in GetMediaPath() function in OHOS::Ace::ResourceAdapterImpl
H A Dresource_adapter_impl_v2.cpp595 std::string ResourceAdapterImplV2::GetMediaPath(uint32_t resId) in GetMediaPath() function in OHOS::Ace::ResourceAdapterImplV2
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
H A Djs_component_test.cpp273 pathStr = resourceWrapper->GetMediaPath(resourceInfo.resId); in ResourceToNapiString()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp177 src = themeConstants->GetMediaPath(id); in SetImageResource()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp1666 result = themeConstants->GetMediaPath(static_cast<uint32_t>(id)); in ParseCjMedia()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp1057 result = resourceWrapper->GetMediaPath(resId->Uint32Value(vm)); in ParseJsMediaFromResource()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp5887 result = resourceWrapper->GetMediaPath(resId->ToNumber<uint32_t>()); in ParseJSMediaInternal()

Completed in 41 milliseconds