Home
last modified time | relevance | path

Searched defs:sourcePath (Results 1 – 25 of 30) sorted by relevance

12

/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
Dphoto_source_path_operation.h37 std::string sourcePath; variable
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplgetfilename_fuzzer/
Dverifymanagerhostimplgetfilename_fuzzer.cpp31 const std::string sourcePath(data, size); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplgetfiledir_fuzzer/
Dverifymanagerhostimplgetfiledir_fuzzer.cpp31 const std::string sourcePath(data, size); in DoSomethingInterestingWithMyAPI() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dpackage_file.cpp109 static int GetFileContexts(const string &sourcePath, list<FileContext> &fileContexts) in GetFileContexts()
326 static int PackFileContent(ofstream &targetFile, const string &sourcePath, const FileContext &fileC… in PackFileContent()
428 int PackageFile::PackageFiles(const string &sourcePath, const string &targetFile, in PackageFiles()
474 int PackageFile::ExePackage(const string &sourcePath, const string &targetFile, const FileInfo &fil… in ExePackage()
570 int PackageFile::CopyFilePermissionsIfNeed(bool targetExists, const std::string &sourcePath, in CopyFilePermissionsIfNeed()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
Dphoto_source_path_operation.cpp41 std::string sourcePath = this->SOURCE_PATH_PREFIX + info.lPath + "/" + info.displayName; in ResetPhotoSourcePath() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
Dpath_test.cpp640 Path sourcePath; variable
655 Path sourcePath; variable
670 Path sourcePath; variable
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
Dphotos_dao.cpp151 std::string sourcePath = this->SOURCE_PATH_PREFIX + fileInfo.lPath + "/" + fileInfo.displayName; in FindSameFileBySourcePath() local
Dphoto_album_dao.cpp294 std::string PhotoAlbumDao::ParseSourcePathToLPath(const std::string &sourcePath) in ParseSourcePathToLPath()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
Dvideodec_func_unit_test.cpp214 std::string sourcePath = decSourcePathMap_.at(param); in PrepareSource() local
1297 std::string sourcePath = decSourcePathMap_.at(param); variable
Dvideodec_hdrvivid2sdr_unit_test.cpp152 std::string sourcePath = decSourcePathMap_.at(param); in PrepareSource() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
Dquick_fix_manager_proxy.cpp223 for (const std::string &sourcePath : hqfFilePaths) { in CopyFiles() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
Dverify_manager_host_impl.cpp386 bool VerifyManagerHostImpl::GetFileName(const std::string &sourcePath, std::string &fileName) in GetFileName()
398 bool VerifyManagerHostImpl::GetFileDir(const std::string &sourcePath, std::string &fileDir) in GetFileDir()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
Dthumbnail_source_loading.cpp339 bool SourceLoader::CreateImagePixelMap(const std::string &sourcePath) in CreateImagePixelMap()
409 std::string sourcePath = GetSourcePath(data_, error_); in CreateSourcePixelMap() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/
Dextend_resource_manager_proxy.cpp308 for (const std::string &sourcePath : filePaths) { in CopyFiles() local
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/utils/
Dfile_utils.cpp118 string sourcePath = isEdited ? MediaLibraryAssetOperations::GetEditDataSourcePath(path) : path; in SavePicture() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
Dmedialibrary_photo_edit_test.cpp245 string sourcePath = GetEditDataDirPath(path) + "/source.jpg"; in ValidSourceFile() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dmoving_photo_processor.cpp509 string sourcePath = PhotoFileUtils::GetEditDataSourcePath(data.path); in ProcessLocalCloudLivePhoto() local
Dmedialibrary_photo_operations.cpp1660 string sourcePath = isMovingPhotoVideoRequest ? in RequestEditSource() local
1710 string sourcePath = GetEditDataSourcePath(path); in CommitEditOpenExecute() local
2091 string sourcePath = GetEditDataSourcePath(path); in DoRevertEdit() local
2471 string sourcePath = GetEditDataSourcePath(assetPath); in SaveSourceAndEditData() local
2677 string sourcePath = GetEditDataSourcePath(assetPath); in AddFiltersExecute() local
2712 string sourcePath = GetEditDataSourcePath(assetPath); in AddFiltersForCloudEnhancementPhoto() local
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
Dmtp_medialibrary_manager.cpp457 string sourcePath = MtpDataUtils::GetMovingOrEnditSourcePath(data, subtype, context); in SetObject() local
531 std::string sourcePath; in GetFd() local
Dmtp_data_utils.cpp919 string sourcePath; in GetMovingOrEnditSourcePath() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
Dextend_resource_manager_host_impl.cpp54 std::string GetFileName(const std::string &sourcePath) in GetFileName()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
Dothers_clone_restore.cpp225 static std::string ParseSourcePathToPath(const std::string &sourcePath, const std::string &prefix) in ParseSourcePathToPath()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_utils_test/src/
Dmedialibrary_utils_test.cpp700 std::string sourcePath = ""; variable
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
Dpath_test.cpp267 OH_Drawing_Path* sourcePath = OH_Drawing_PathCreate(); in OnTestPerformance() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
Dinstalld_operator.cpp332 bool InstalldOperator::ExtractFiles(const std::string &sourcePath, const std::string &targetSoPath, in ExtractFiles()
1274 bool InstalldOperator::CopyFileFast(const std::string &sourcePath, const std::string &destPath) in CopyFileFast()

12