Searched refs:keyInstead (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_file_operations.cpp | 373 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 D | sendable_photo_access_helper_napi.h | 55 const std::string &key, const std::string &keyInstead, const int32_t mode =
|
/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_photo_access_helper_napi.cpp | 476 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 D | media_library_napi.h | 199 const std::string &key, const std::string &keyInstead, const int32_t mode = ReplaceSelectionMode::DEFAULT);
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_library_napi.cpp | 1412 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