Searched refs:QuerySql (Results 1 – 10 of 10) sorted by relevance
134 auto resultSet = dbStore->QuerySql(sql, std::vector<std::string> {std::to_string(uid)}); in GetEventListByUid()159 auto resultSet = dbStore->QuerySql(sql, std::vector<std::string> {bundleName}); in GetUidByBundleName()184 auto resultSet = dbStore->QuerySql(sql, std::vector<std::string> {}); in GetTotalSubscriberInfo()
104 std::shared_ptr<NativeRdb::ResultSet> RdbBaseHelper::QuerySql( in QuerySql() function in OHOS::Telephony::RdbBaseHelper109 return store_->QuerySql(sql); in QuerySql()
117 auto resultSet = dbStore->QuerySql(sql, std::vector<std::string> {}); in GetPackagesBySize()149 auto resultSet = dbStore->QuerySql(sql, std::vector<std::string> {}); in CountPackages()
102 auto resultSet = dbStore->QuerySql(sql, std::vector<std::string> {}); in GetBlocks()
62 std::shared_ptr<OHOS::NativeRdb::ResultSet> QuerySql(
51 std::shared_ptr<NativeRdb::ResultSet> QuerySql(
183 std::shared_ptr<OHOS::NativeRdb::ResultSet> UsbRightDataBase::QuerySql( in QuerySql() function in OHOS::USB::UsbRightDataBase190 return store_->QuerySql(sql); in QuerySql()
241 return QuerySql(sql); in QueryMaxGroupId()251 return QuerySql(sql); in StatisticsUnRead()
111 virtual std::shared_ptr<AbsSharedResultSet> QuerySql( in QuerySql() function in OHOS::Notification::RdbStoreTest116 virtual std::shared_ptr<AbsSharedResultSet> QuerySql( in QuerySql() function in OHOS::Notification::RdbStoreTest
266 return rdbStore_->QuerySql(queryCondition, whereArgs); in Query()