Home
last modified time | relevance | path

Searched refs:keyPos (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_file_operations.cpp442 size_t keyPos = MediaFileUtils::FindIgnoreCase(whereClause, key); in RemoveWhereSuffix() local
443 if (keyPos != string::npos) { in RemoveWhereSuffix()
444 suffix = whereClause.substr(keyPos); in RemoveWhereSuffix()
445 whereClause = whereClause.substr(0, keyPos); in RemoveWhereSuffix()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_utils.cpp828 std::size_t keyPos = str.find(key); in GetHighlightValue() local
829 if (keyPos == std::string::npos) { in GetHighlightValue()
832 std::size_t colonPos = str.find(":", keyPos); in GetHighlightValue()

Completed in 9 milliseconds