Home
last modified time | relevance | path

Searched refs:keyInstead (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_file_operations.cpp373 const string &tableName, const string &key, const string &keyInstead = "") in ReplaceSelectionAndArgsInQuery()
384 if (!keyInstead.empty()) { in ReplaceSelectionAndArgsInQuery()
385 selection.replace(pos, key.length(), keyInstead); in ReplaceSelectionAndArgsInQuery()
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_photo_access_helper_napi.h55 const std::string &key, const std::string &keyInstead, const int32_t mode =
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp476 static inline void ReplaceRelativePath(string &selection, size_t pos, const string &keyInstead, const string &arg, in ReplaceRelativePath() argument
481 selection.replace(pos, MEDIA_DATA_DB_RELATIVE_PATH.length(), keyInstead); in ReplaceRelativePath()
486 const string &key, const string &keyInstead, const int32_t mode) in ReplaceSelection()
515 ReplaceRelativePath(selection, pos, keyInstead, arg, argInstead); in ReplaceSelection()
519 selection.replace(pos, key.length(), keyInstead); in ReplaceSelection()
521 selection.replace(pos, key.length(), keyInstead); in ReplaceSelection()
485 ReplaceSelection(string &selection, vector<string> &selectionArgs, const string &key, const string &keyInstead, const int32_t mode) ReplaceSelection() argument
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h199 const std::string &key, const std::string &keyInstead, const int32_t mode = ReplaceSelectionMode::DEFAULT);
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp1412 static inline void ReplaceRelativePath(string &selection, size_t pos, const string &keyInstead, const string &arg, in ReplaceRelativePath() argument
1417 selection.replace(pos, MEDIA_DATA_DB_RELATIVE_PATH.length(), keyInstead); in ReplaceRelativePath()
1422 const string &key, const string &keyInstead, const int32_t mode) in ReplaceSelection()
1451 ReplaceRelativePath(selection, pos, keyInstead, arg, argInstead); in ReplaceSelection()
1455 selection.replace(pos, key.length(), keyInstead); in ReplaceSelection()
1457 selection.replace(pos, key.length(), keyInstead); in ReplaceSelection()
1421 ReplaceSelection(string &selection, vector<string> &selectionArgs, const string &key, const string &keyInstead, const int32_t mode) ReplaceSelection() argument

Completed in 20 milliseconds