Home
last modified time | relevance | path

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

12345

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/restore/
Dphoto_album_dao_test.cpp142 const std::string sourcePath = "/storage/emulated/0/DCIM/Camera/IMG_111.jpg"; variable
152 const std::string sourcePath = ""; variable
/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.cpp30 const std::string sourcePath(data, size); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplgetfiledir_fuzzer/
Dverifymanagerhostimplgetfiledir_fuzzer.cpp30 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()
329 static int PackFileContent(ofstream &targetFile, const string &sourcePath, const FileContext &fileC… in PackFileContent()
431 int PackageFile::PackageFiles(const string &sourcePath, const string &targetFile, in PackageFiles()
477 int PackageFile::ExePackage(const string &sourcePath, const string &targetFile, const FileInfo &fil… in ExePackage()
574 int PackageFile::CopyFilePermissionsIfNeed(bool targetExists, const std::string &sourcePath, in CopyFilePermissionsIfNeed()
/foundation/multimedia/media_library/services/media_cloud_sync_service/include/vo/
Don_copy_records_photos_vo.h42 std::string sourcePath; variable
Don_modify_file_dirty_vo.h43 std::string sourcePath; variable
Don_create_records_photos_vo.h47 std::string sourcePath; variable
Dcloud_mdkrecord_photos_vo.h65 std::string sourcePath; variable
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
Dvideodec_func_unit_test.cpp79 std::string sourcePath = decSourcePathMap_.at(param); in PrepareSource() local
381 std::string sourcePath = decSourcePathMap_.at(param); variable
Dvideodec_h263_func_unit_test.cpp67 std::string sourcePath = decSourcePathMap_.at(param); in PrepareSource() local
Dvideodec_hdecoder_memrecycle_unit_test.cpp161 std::string sourcePath = decSourcePathMap_.at(param); in PrepareSource() local
288 std::string sourcePath = decSourcePathMap_.at(param); in PrepareSource() local
/foundation/multimedia/av_codec/test/fuzztest/syncresourcecapienc_fuzzer/
Dsyncresourceenc_fuzzer.cpp28 std::string sourcePath = "/data/test/media/1280_720_nv.yuv"; variable
/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
Dphoto_owner_album_id_operation.cpp125 std::string sourcePath; in GetFileIdsWithoutAlbum() local
302 std::string sourcePath; in GetPhotolPath() local
362 std::string PhotoOwnerAlbumIdOperation::ParseSourcePathToLPath(const std::string &sourcePath) in ParseSourcePathToLPath()
/foundation/multimedia/av_codec/test/fuzztest/syncresourcecapidec_fuzzer/
Dsyncresourcedec_fuzzer.cpp27 std::string sourcePath = "/data/test/media/720_1280_25_avcc.h264"; variable
/foundation/multimedia/av_codec/test/fuzztest/asyncresourcecapidec_fuzzer/
Dasyncresourcedec_fuzzer.cpp27 std::string sourcePath = "/data/test/media/720_1280_25_avcc.h264"; variable
/foundation/multimedia/av_codec/test/fuzztest/asyncresourcecapienc_fuzzer/
Dasyncresourceenc_fuzzer.cpp26 std::string sourcePath = "/data/test/media/1280_720_nv.yuv"; variable
/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/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
Dquick_fix_manager_proxy.cpp228 for (const std::string &sourcePath : hqfFilePaths) { in CopyFiles() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
Dverify_manager_host_impl.cpp405 bool VerifyManagerHostImpl::GetFileName(const std::string &sourcePath, std::string &fileName) in GetFileName()
417 bool VerifyManagerHostImpl::GetFileDir(const std::string &sourcePath, std::string &fileDir) in GetFileDir()
/foundation/multimedia/media_library/services/media_cloud_sync_service/include/po/
Dcloud_media_pull_data.h71 std::string sourcePath; // PhotoColumn::PHOTO_SOURCE_PATH; variable
Dcloud_media_photo_po.h71 std::string sourcePath; // PhotoColumn::PHOTO_SOURCE_PATH; variable
/foundation/multimedia/media_library/services/media_cloud_sync_service/include/dto/
Dphotos_dto.h62 std::string sourcePath; variable
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
Dphotos_dao.cpp170 std::string sourcePath = this->SOURCE_PATH_PREFIX + fileInfo.lPath + "/" + fileInfo.displayName; in FindSameFileBySourcePath() local

12345