Lines Matching refs:tableName
53 const std::string &tableName, std::vector<std::string> columns, OHOS::DataShare::DataSharePredicates predicates)
56 if (tableName == ContactTabName::RAW_CONTACT) {
59 } else if (tableName == ContactTabName::CONTACT_DATA) {
62 } else if (tableName == ContactTabName::CONTACT) {
65 } else if (tableName == ContactTabName::GROUPS) {
68 } else if (tableName == ContactTabName::CONTACT_BLOCKLIST) {
71 } else if (tableName == ContactTabName::DELETED_RAW_CONTACT) {
74 } else if (tableName == ContactTabName::SEARCH_CONTACT) {
83 void ContactPinyinTest::QueryAndExpectResult(std::string &tableName, OHOS::DataShare::DataSharePredicates predicates,
87 std::shared_ptr<OHOS::DataShare::DataShareResultSet> resultSet = ContactQuery(tableName, columns, predicates);