Home
last modified time | relevance | path

Searched refs:queryRowSql (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_uri_sensitive_operations_test/src/
H A Dmedialibrary_uri_sensitive_operations_test.cpp111 string queryRowSql = "SELECT COUNT(*) as count FROM " + ASSET_UNIQUE_NUMBER_TABLE; in PrepareUniqueNumberTable() local
112 auto resultSet = g_rdbStore->QuerySql(queryRowSql); in PrepareUniqueNumberTable()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_app_uri_sensitive_operations_test/src/
H A Dmedialibrary_app_uri_sensitive_operations_test.cpp114 string queryRowSql = "SELECT COUNT(*) as count FROM " + ASSET_UNIQUE_NUMBER_TABLE; in PrepareUniqueNumberTable() local
115 auto resultSet = store->QuerySql(queryRowSql); in PrepareUniqueNumberTable()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_app_uri_permission_operations_test/src/
H A Dmedialibrary_app_uri_permission_operations_test.cpp114 string queryRowSql = "SELECT COUNT(*) as count FROM " + ASSET_UNIQUE_NUMBER_TABLE; in PrepareUniqueNumberTable() local
115 auto resultSet = store->QuerySql(queryRowSql); in PrepareUniqueNumberTable()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H A Dmedialibrary_multistages_photo_capture_test.cpp98 string queryRowSql = "SELECT COUNT(*) as count FROM " + ASSET_UNIQUE_NUMBER_TABLE; in PrepareUniqueNumberTable() local
99 auto resultSet = g_rdbStore->QuerySql(queryRowSql); in PrepareUniqueNumberTable()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_audio_operations_test/src/
H A Dmedialibrary_audio_operations_test.cpp150 string queryRowSql = "SELECT COUNT(*) as count FROM " + ASSET_UNIQUE_NUMBER_TABLE; in PrepareUniqueNumberTable() local
151 auto resultSet = store->QuerySql(queryRowSql); in PrepareUniqueNumberTable()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdbstore.cpp1189 string queryRowSql = "SELECT COUNT(*) as count FROM " + ASSET_UNIQUE_NUMBER_TABLE; in PrepareUniqueMemberTable() local
1190 auto resultSet = store.QuerySql(queryRowSql); in PrepareUniqueMemberTable()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp144 string queryRowSql = "SELECT COUNT(*) as count FROM " + ASSET_UNIQUE_NUMBER_TABLE; in PrepareUniqueNumberTable() local
145 auto resultSet = g_rdbStore->QuerySql(queryRowSql); in PrepareUniqueNumberTable()