Home
last modified time | relevance | path

Searched refs:TBL_SEARCH_DATA (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_search_test/src/
H A Dmedialibrary_search_test.cpp73 valuesBucket.Put(TBL_SEARCH_DATA, "/storage/cloud/files/Photo/16/IMG_1502005964_000.jpg");
94 valuesBucket.Put(TBL_SEARCH_DATA, "/storage/cloud/files/Photo/16/IMG_1502005964_000.jpg");
118 valuesBucket.Put(TBL_SEARCH_DATA, "testupdate1");
129 updateValues.Put(TBL_SEARCH_DATA, "testupdate2");
167 valuesBucket.Put(TBL_SEARCH_DATA, "/storage/cloud/files/Photo/16/IMG_1502005964_000.jpg");
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dsearch_column.h36 const std::string TBL_SEARCH_DATA = "data"; variable
67 TBL_SEARCH_DATA + " TEXT, " +
87 " (" + TBL_SEARCH_FILE_ID + ", " + TBL_SEARCH_DATA + ", " + TBL_SEARCH_DATE_MODIFIED + ", " +