Home
last modified time | relevance | path

Searched refs:GetResourcePath (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dimage_src_path_tdd_test.cpp32 char *result = JsAppContext::GetInstance()->GetResourcePath(nullptr);
48 char *resourcePath = JsAppContext::GetInstance()->GetResourcePath("");
65 char *resourcePath = JsAppContext::GetInstance()->GetResourcePath("abc.png");
83 char *resourcePath = JsAppContext::GetInstance()->GetResourcePath("internal://app/abc.png");
100 …char *resourcePath = JsAppContext::GetInstance()->GetResourcePath("internal://app/testa/testb/test…
120 char *resourcePath = JsAppContext::GetInstance()->GetResourcePath(filePath);
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_media.cpp120 std::string res = tmp->GetResourcePath();
156 std::string res = tmp->GetResourcePath();
192 std::string res = tmp->GetResourcePath();
228 std::string res = tmp->GetResourcePath();
264 std::string res = tmp->GetResourcePath();
348 std::string res = tmp->GetResourcePath();
384 std::string res = tmp->GetResourcePath();
420 std::string res = tmp->GetResourcePath();
456 std::string res = tmp->GetResourcePath();
492 std::string res = tmp->GetResourcePath();
[all …]
H A Dresource_manager_test_common.cpp178 std::string res = tmp->GetResourcePath(); in TestGetProfileById()
193 std::string res = tmp->GetResourcePath(); in TestGetProfileByName()
205 std::string res = tmp->GetResourcePath(); in TestGetMediaById()
219 std::string res = tmp->GetResourcePath(); in TestGetMediaWithDensityById()
245 std::string res = tmp->GetResourcePath(); in TestGetMediaByName()
257 std::string res = tmp->GetResourcePath(); in TestGetMediaWithDensityByName()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h111 inline const std::string GetResourcePath() const in GetResourcePath() function
181 inline const std::string GetResourcePath() const in GetResourcePath() function
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhap_resource.h62 inline const std::string GetResourcePath() const in GetResourcePath() function
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_app_context.h170 char *GetResourcePath(const char *uri) const;
H A Djs_app_context.cpp338 char *JsAppContext::GetResourcePath(const char *uri) const in GetResourcePath() function in OHOS::ACELite::JsAppContext
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dclock_hand_component.cpp184 char *imagePath = JsAppContext::GetInstance()->GetResourcePath(attrValueStr); in SetPrivateAttribute()
H A Dcomponent.cpp1932 char *imagePath = JsAppContext::GetInstance()->GetResourcePath(filePath); in HandleBackgroundImg()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp1398 std::string res = tmp->GetResourcePath();
1437 std::string res = tmp->GetResourcePath();
1474 std::string res = tmp->GetResourcePath();
1513 std::string res = tmp->GetResourcePath();
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp850 outValue = vuqd->GetResourcePath(); in GetFilePath()
1145 const std::string finalPath = (*iter)->GetResourcePath() + RAW_FILE_PATH + pathName; in IsRawDirFromHap()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp585 outValue = vuqd->GetHapResource()->GetResourcePath(); in GetRawFile()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp1203 char *imageSrc = JsAppContext::GetInstance()->GetResourcePath(rawSrc); in ParseImageSrc()