Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_file_operations.cpp372 const string &tableName, const string &key, const string &keyInstead = "") in ReplaceSelectionAndArgsInQuery() argument
383 if (!keyInstead.empty()) { in ReplaceSelectionAndArgsInQuery()
384 selection.replace(pos, key.length(), keyInstead); in ReplaceSelectionAndArgsInQuery()
/ohos5.0/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 =
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp474 static inline void ReplaceRelativePath(string &selection, size_t pos, const string &keyInstead, con… in ReplaceRelativePath() argument
479 selection.replace(pos, MEDIA_DATA_DB_RELATIVE_PATH.length(), keyInstead); in ReplaceRelativePath()
484 const string &key, const string &keyInstead, const int32_t mode) in ReplaceSelection() argument
513 ReplaceRelativePath(selection, pos, keyInstead, arg, argInstead); in ReplaceSelection()
517 selection.replace(pos, key.length(), keyInstead); in ReplaceSelection()
519 selection.replace(pos, key.length(), keyInstead); in ReplaceSelection()
/ohos5.0/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::…
/ohos5.0/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, con… 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() argument
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()