Home
last modified time | relevance | path

Searched refs:FileUrlToRawPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp299 static std::string FileUrlToRawPath(const std::string &path) in FileUrlToRawPath() function
579 context->pathName = FileUrlToRawPath(context->pathName); in CreateNativeImageSource()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_ffi.cpp46 static std::string FileUrlToRawPath(const std::string &path) in FileUrlToRawPath() function
58 std::string path = FileUrlToRawPath(uri); in FfiOHOSCreateImageSourceByPath()
90 std::string path = FileUrlToRawPath(uri); in FfiOHOSCreateImageSourceByPathWithOption()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp1159 static std::string FileUrlToRawPath(const std::string &path) in FileUrlToRawPath() function
1261 context->pathName = FileUrlToRawPath(context->pathName); in CreateNativeImageSource()