Searched refs:GetResourcePath (Results 1 – 13 of 13) sorted by relevance
32 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);
120 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 …]
178 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()
111 inline const std::string GetResourcePath() const in GetResourcePath() function181 inline const std::string GetResourcePath() const in GetResourcePath() function
62 inline const std::string GetResourcePath() const in GetResourcePath() function
170 char *GetResourcePath(const char *uri) const;
338 char *JsAppContext::GetResourcePath(const char *uri) const in GetResourcePath() function in OHOS::ACELite::JsAppContext
184 char *imagePath = JsAppContext::GetInstance()->GetResourcePath(attrValueStr); in SetPrivateAttribute()
1932 char *imagePath = JsAppContext::GetInstance()->GetResourcePath(filePath); in HandleBackgroundImg()
1398 std::string res = tmp->GetResourcePath();1437 std::string res = tmp->GetResourcePath();1474 std::string res = tmp->GetResourcePath();1513 std::string res = tmp->GetResourcePath();
850 outValue = vuqd->GetResourcePath(); in GetFilePath()1145 const std::string finalPath = (*iter)->GetResourcePath() + RAW_FILE_PATH + pathName; in IsRawDirFromHap()
585 outValue = vuqd->GetHapResource()->GetResourcePath(); in GetRawFile()
1203 char *imageSrc = JsAppContext::GetInstance()->GetResourcePath(rawSrc); in ParseImageSrc()