Home
last modified time | relevance | path

Searched refs:E_INVALID_PATH (Results 1 - 25 of 37) sorted by relevance

12

/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/
H A Dringtone_scanner_manager.cpp52 return E_INVALID_PATH; in ScanFile()
57 return E_INVALID_PATH; in ScanFile()
75 return E_INVALID_PATH; in ScanFileSync()
80 return E_INVALID_PATH; in ScanFileSync()
100 return E_INVALID_PATH; in ScanDir()
105 return E_INVALID_PATH; in ScanDir()
123 return E_INVALID_PATH; in ScanDirSync()
128 return E_INVALID_PATH; in ScanDirSync()
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scanner_manager.cpp54 return E_INVALID_PATH; in ScanFile()
59 return E_INVALID_PATH; in ScanFile()
77 return E_INVALID_PATH; in ScanFileSync()
82 return E_INVALID_PATH; in ScanFileSync()
103 return E_INVALID_PATH; in ScanFileSyncWithoutAlbumUpdate()
108 return E_INVALID_PATH; in ScanFileSyncWithoutAlbumUpdate()
129 return E_INVALID_PATH; in ScanDir()
134 return E_INVALID_PATH; in ScanDir()
152 return E_INVALID_PATH; in ScanDirSync()
157 return E_INVALID_PATH; in ScanDirSync()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.cpp73 return -E_INVALID_PATH; in GetChecksum()
90 return -E_INVALID_PATH; in GetChecksum()
122 return -E_INVALID_PATH; in GetFileContexts()
161 return -E_INVALID_PATH; in FileContentCopy()
166 return -E_INVALID_PATH; in FileContentCopy()
209 return -E_INVALID_PATH; in PackFileHeader()
302 return -E_INVALID_PATH; in PackFileContext()
312 return -E_INVALID_PATH; in UnpackFileContext()
335 return -E_INVALID_PATH; in PackFileContent()
340 return -E_INVALID_PATH; in PackFileContent()
[all...]
/foundation/multimedia/ringtone_library/test/unittest/ringtone_utils_test/src/
H A Dringtone_privacy_manager_test.cpp44 EXPECT_EQ(ret, E_INVALID_PATH); in HWTEST_F()
53 EXPECT_EQ(ret, E_INVALID_PATH); in HWTEST_F()
87 EXPECT_EQ(ret, E_INVALID_PATH); in HWTEST_F()
95 EXPECT_EQ(ret, E_INVALID_PATH); in HWTEST_F()
H A Dringtone_file_utils_test.cpp76 ASSERT_EQ(ret, E_INVALID_PATH); in HWTEST_F()
78 ASSERT_EQ(ret, E_INVALID_PATH); in HWTEST_F()
127 EXPECT_EQ(RingtoneFileUtils::CreateFile(filePath), E_INVALID_PATH); in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_object_test/src/
H A Dmedialibrary_object_test.cpp47 EXPECT_EQ(ret, E_INVALID_PATH); in HWTEST_F()
51 EXPECT_EQ(ret, E_INVALID_PATH); in HWTEST_F()
55 EXPECT_EQ(ret, E_INVALID_PATH); in HWTEST_F()
70 EXPECT_EQ(dirAsset.GetAlbumId(), E_INVALID_PATH); in HWTEST_F()
76 EXPECT_EQ(dirAsset.GetAlbumId(), E_INVALID_PATH); in HWTEST_F()
80 EXPECT_EQ(dirAsset.GetAlbumId(), E_INVALID_PATH); in HWTEST_F()
117 EXPECT_EQ(ret, E_INVALID_PATH); in HWTEST_F()
133 EXPECT_EQ(ret, E_INVALID_PATH); in HWTEST_F()
159 EXPECT_EQ(ret, E_INVALID_PATH); in HWTEST_F()
201 EXPECT_EQ(ret, E_INVALID_PATH); in HWTEST_F()
[all...]
/foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner_test/src/
H A Dringtone_scanner_unit_test.cpp84 EXPECT_EQ(result, E_INVALID_PATH); in HWTEST_F()
190 EXPECT_EQ(result, E_INVALID_PATH); in HWTEST_F()
214 EXPECT_EQ(result, E_INVALID_PATH); in HWTEST_F()
267 EXPECT_EQ(result, E_INVALID_PATH); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dphoto_file_utils.cpp82 return E_INVALID_PATH; in GetMetaPathFromOrignalPath()
88 return E_INVALID_PATH; in GetMetaPathFromOrignalPath()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_error_utils.cpp78 { E_INVALID_PATH, MTP_ERROR_INVALID_OBJECTHANDLE }, in SolveMoveObjectError()
99 { E_INVALID_PATH, MTP_ERROR_INVALID_OBJECTHANDLE }, in SolveCopyObjectError()
137 { E_INVALID_PATH, MTP_ERROR_INVALID_OBJECTPROP_VALUE }, in SolveObjectPropValueError()
/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_privacy_manager.cpp59 return E_INVALID_PATH; in Open()
H A Dringtone_file_utils.cpp285 return E_INVALID_PATH; in OpenFile()
329 return E_INVALID_PATH; in OpenVibrateFile()
380 return E_INVALID_PATH; in CreateFile()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
H A Dphoto_file_operation.cpp216 * E_INVALID_PATH if the source file or target file is invalid,
225 // If File Path is empty, return E_INVALID_PATH. in CopyPhotoFile()
231 return E_INVALID_PATH; in CopyPhotoFile()
250 * E_INVALID_PATH if the source file or target file is invalid,
318 * E_INVALID_PATH if the source file or target file is invalid,
325 return E_INVALID_PATH; in CopyFile()
329 return E_INVALID_PATH; in CopyFile()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_file_package_test.cpp205 ASSERT_EQ(errCode, -E_INVALID_PATH); in HWTEST_F()
219 ASSERT_EQ(errCode, -E_INVALID_PATH); in HWTEST_F()
259 ASSERT_EQ(errCode, -E_INVALID_PATH); in HWTEST_F()
276 ASSERT_EQ(errCode, -E_INVALID_PATH); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/
H A Ddistributeddb_tools_test.cpp48 return -E_INVALID_PATH; in GetCurrentDir()
89 return -E_INVALID_PATH; in RemoveTestDbFiles()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_errno.cpp36 { -E_INVALID_PATH, NO_PERMISSION },
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dplatform_specific.cpp243 return -E_INVALID_PATH; in GetFilePathAttr()
264 errCode = -E_INVALID_PATH; in GetFilePathAttr()
537 return -E_INVALID_PATH;
563 errCode = -E_INVALID_PATH;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_object_utils.cpp75 return E_INVALID_PATH; in CreateDirWithPath()
94 dirAsset.SetAlbumId(E_INVALID_PATH); in GetDirAsset()
387 return E_INVALID_PATH; in InsertDirToDbRecursively()
430 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_INVALID_PATH}, in CreateDirObj()
433 return E_INVALID_PATH; in CreateDirObj()
642 return E_INVALID_PATH; in RenameFileObj()
700 return E_INVALID_PATH; in RenameDirObj()
976 return E_INVALID_PATH; in ProcessHiddenDir()
1001 return E_INVALID_PATH; in UpdateDateModified()
1100 return E_INVALID_PATH; in UpdateFileInfoInDb()
[all...]
H A Dmedialibrary_photo_operations.cpp682 CHECK_AND_RETURN_RET_LOG(!filePath.empty(), E_INVALID_PATH, "get file path failed"); in DeletePhoto()
1666 CHECK_AND_RETURN_RET_LOG(!dataPath.empty(), E_INVALID_PATH, "Get edit data path from path %{private}s failed", in RequestEditData()
1672 CHECK_AND_RETURN_RET_LOG(!dataPathDir.empty(), E_INVALID_PATH, in RequestEditData()
2032 CHECK_AND_RETURN_RET_LOG(!dataPathDir.empty(), E_INVALID_PATH, in CommitEditInsertExecute()
2306 CHECK_AND_RETURN_RET_LOG(!sourceImagePath.empty(), E_INVALID_PATH, "Cannot get source image path"); in RevertToOriginalEffectMode()
2308 CHECK_AND_RETURN_RET_LOG(!sourceVideoPath.empty(), E_INVALID_PATH, "Cannot get source video path"); in RevertToOriginalEffectMode()
2859 CHECK_AND_RETURN_RET_LOG(!sourceImagePath.empty(), E_INVALID_PATH, "Can not get source image path"); in SaveSourceVideoFile()
2861 CHECK_AND_RETURN_RET_LOG(!videoPath.empty(), E_INVALID_PATH, "Can not get video path"); in SaveSourceVideoFile()
2863 CHECK_AND_RETURN_RET_LOG(!sourceVideoPath.empty(), E_INVALID_PATH, "Can not get source video path"); in SaveSourceVideoFile()
2890 CHECK_AND_RETURN_RET_LOG(!videoPath.empty(), E_INVALID_PATH, "Ca in SubmitEditMovingPhotoExecute()
[all...]
H A Dmedialibrary_album_fusion_utils.cpp417 return E_INVALID_PATH; in CopyOriginThumbnail()
435 return E_INVALID_PATH; in DeleteFile()
445 return E_INVALID_PATH; in DeleteThumbnail()
730 return E_INVALID_PATH; in CopyLocalSingleFile()
785 return E_INVALID_PATH; in CopyCloudSingleFile()
H A Dmedialibrary_audio_operations.cpp262 CHECK_AND_RETURN_RET_LOG(!filePath.empty(), E_INVALID_PATH, "get file path failed"); in DeleteAudio()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_audio_operations_test/src/
H A Dmedialibrary_audio_operations_test.cpp992 E_INVALID_PATH); in HWTEST_F()
994 E_INVALID_PATH); in HWTEST_F()
998 E_INVALID_PATH); in HWTEST_F()
1000 E_INVALID_PATH); in HWTEST_F()
1002 E_INVALID_PATH); in HWTEST_F()
1382 [] (int32_t result) { EXPECT_EQ(result, E_INVALID_PATH); }); in HWTEST_F()
1385 [] (int32_t result) { EXPECT_EQ(result, E_INVALID_PATH); }); in HWTEST_F()
1388 [] (int32_t result) { EXPECT_EQ(result, E_INVALID_PATH); }); in HWTEST_F()
1391 [] (int32_t result) { EXPECT_EQ(result, E_INVALID_PATH); }); in HWTEST_F()
1394 [] (int32_t result) { EXPECT_EQ(result, E_INVALID_PATH); }); in HWTEST_F()
[all...]
/foundation/multimedia/ringtone_library/services/utils/include/
H A Dringtone_errno.h50 constexpr int32_t E_INVALID_PATH = RINGTONE_ERR(E_COMMON_OFFSET, 9); member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h84 constexpr int E_INVALID_PATH = (E_BASE + 63); // the path is invalid. member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp1156 E_INVALID_PATH); in HWTEST_F()
1158 E_INVALID_PATH); in HWTEST_F()
1162 E_INVALID_PATH); in HWTEST_F()
1164 E_INVALID_PATH); in HWTEST_F()
1166 E_INVALID_PATH); in HWTEST_F()
1883 [] (int32_t result) { EXPECT_EQ(result, E_INVALID_PATH); }); in HWTEST_F()
1886 [] (int32_t result) { EXPECT_EQ(result, E_INVALID_PATH); }); in HWTEST_F()
1889 [] (int32_t result) { EXPECT_EQ(result, E_INVALID_PATH); }); in HWTEST_F()
1892 [] (int32_t result) { EXPECT_EQ(result, E_INVALID_PATH); }); in HWTEST_F()
1895 [] (int32_t result) { EXPECT_EQ(result, E_INVALID_PATH); }); in HWTEST_F()
[all...]
/foundation/multimedia/media_library/frameworks/utils/include/
H A Dmedialibrary_errno.h52 constexpr int32_t E_INVALID_PATH = MEDIA_LIBRARY_ERR(E_COMMON_OFFSET, 9); member

Completed in 29 milliseconds

12