Home
last modified time | relevance | path

Searched refs:argInstead (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_file_operations.cpp348 static void ReplaceAlbumName(const string &arg, string &argInstead) in ReplaceAlbumName() argument
351 argInstead = to_string(static_cast<int32_t>(PhotoSubType::CAMERA)); in ReplaceAlbumName()
353 argInstead = to_string(static_cast<int32_t>(PhotoSubType::SCREENSHOT)); in ReplaceAlbumName()
355 argInstead = arg; in ReplaceAlbumName()
403 string argInstead = arg; in ReplaceSelectionAndArgsInQuery() local
405 ReplaceAlbumName(arg, argInstead); in ReplaceSelectionAndArgsInQuery()
407 ReplaceId(arg, argInstead, tableName); in ReplaceSelectionAndArgsInQuery()
409 selectionArgs[argIndex] = argInstead; in ReplaceSelectionAndArgsInQuery()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp446 static void ReplaceAlbumName(const string &arg, string &argInstead) in ReplaceAlbumName() argument
449 argInstead = to_string(PhotoAlbumSubType::CAMERA); in ReplaceAlbumName()
451 argInstead = to_string(PhotoAlbumSubType::SCREENSHOT); in ReplaceAlbumName()
453 argInstead = to_string(PhotoAlbumSubType::SCREENSHOT); in ReplaceAlbumName()
455 argInstead = arg; in ReplaceAlbumName()
459 static bool DoReplaceRelativePath(const string &arg, string &argInstead) in DoReplaceRelativePath() argument
462 argInstead = to_string(PhotoAlbumSubType::CAMERA); in DoReplaceRelativePath()
464 argInstead = to_string(PhotoAlbumSubType::SCREENSHOT); in DoReplaceRelativePath()
466 argInstead = to_string(PhotoAlbumSubType::SCREENSHOT); in DoReplaceRelativePath()
468 argInstead in DoReplaceRelativePath()
476 ReplaceRelativePath(string &selection, size_t pos, const string &keyInstead, const string &arg, string &argInstead) ReplaceRelativePath() argument
510 string argInstead = arg; ReplaceSelection() local
[all...]
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp1382 static void ReplaceAlbumName(const string &arg, string &argInstead) in ReplaceAlbumName() argument
1385 argInstead = to_string(PhotoAlbumSubType::CAMERA); in ReplaceAlbumName()
1387 argInstead = to_string(PhotoAlbumSubType::SCREENSHOT); in ReplaceAlbumName()
1389 argInstead = to_string(PhotoAlbumSubType::SCREENSHOT); in ReplaceAlbumName()
1391 argInstead = arg; in ReplaceAlbumName()
1395 static bool DoReplaceRelativePath(const string &arg, string &argInstead) in DoReplaceRelativePath() argument
1398 argInstead = to_string(PhotoAlbumSubType::CAMERA); in DoReplaceRelativePath()
1400 argInstead = to_string(PhotoAlbumSubType::SCREENSHOT); in DoReplaceRelativePath()
1402 argInstead = to_string(PhotoAlbumSubType::SCREENSHOT); in DoReplaceRelativePath()
1404 argInstead in DoReplaceRelativePath()
1412 ReplaceRelativePath(string &selection, size_t pos, const string &keyInstead, const string &arg, string &argInstead) ReplaceRelativePath() argument
1446 string argInstead = arg; ReplaceSelection() local
[all...]

Completed in 11 milliseconds