Home
last modified time | relevance | path

Searched defs:fileUriStr (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/adapter/
H A Dmock_file_uri_helper_ohos.cpp19 std::string FileUriHelper::GetRealPath(std::string fileUriStr) in GetRealPath()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dfile_uri_helper_ohos.cpp20 std::string FileUriHelper::GetRealPath(std::string fileUriStr) in GetRealPath()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dfile_uri_helper_preview.cpp19 std::string FileUriHelper::GetRealPath(std::string fileUriStr) in GetRealPath()
/ohos5.0/foundation/filemanagement/app_file_service/test/unittest/file_uri_ndk_test/
H A Dfile_uri_ndk_test.cpp76 …std::string fileUriStr = "file://" + BUNDLE_A + "/data/storage/el2/base/files/GetPathFromUri001.tx… variable
151 …std::string fileUriStr = "file://" + BUNDLE_A + "/data/storage/el2/distributedfiles/.remote_share/… variable
180 … std::string fileUriStr = "file://docs/storage/Users/currentUser/Documents/GetPathFromUri005.txt"; variable
206 …std::string fileUriStr = "file://" + bundleB + "/data/storage/el2/distributedfiles/.remote_share/"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmedia_asset_change_request_impl.cpp137 OHOS::AppFileService::ModuleFileUri::FileUri fileUriStr(fileUri); in AddResourceWithUri() local
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dalbum_napi.cpp855 string fileUriStr = MEDIALIBRARY_DATA_URI; in CommitModifyNative() local
H A Dmedia_asset_change_request_napi.cpp757 string fileUriStr; in ParseFileUri() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/
H A Dmedia_file_extention_utils.cpp1481 void GetUriByRelativePath(const string &relativePath, string &fileUriStr) in GetUriByRelativePath()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp3153 string fileUriStr = fileUri.ToString(); variable