Searched refs:CREATE_PHOTOS_ALBUM (Results 1 – 2 of 2) sorted by relevance
40 static const std::string CREATE_PHOTOS_ALBUM; variable
111 const string PhotosOpenCall::CREATE_PHOTOS_ALBUM = "CREATE TABLE IF NOT EXISTS PhotoAlbum \ member in OHOS::Media::PhotosOpenCall127 ret += store.ExecuteSql(CREATE_PHOTOS_ALBUM); in OnCreate()