Searched refs:QuerySql (Results 1 – 10 of 10) sorted by relevance
130 auto resultSet = dbStore->QuerySql(sql, std::vector<std::string> {std::to_string(uid)}); in GetEventListByUid()155 auto resultSet = dbStore->QuerySql(sql, std::vector<std::string> {bundleName}); in GetUidByBundleName()180 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()
183 std::shared_ptr<OHOS::NativeRdb::ResultSet> UsbRightDataBase::QuerySql( in QuerySql() function in OHOS::USB::UsbRightDataBase190 return store_->QuerySql(sql); in QuerySql()
51 std::shared_ptr<NativeRdb::ResultSet> QuerySql(
62 std::shared_ptr<OHOS::NativeRdb::ResultSet> QuerySql(
242 return QuerySql(sql); in QueryMaxGroupId()252 return QuerySql(sql); in StatisticsUnRead()
143 …std::shared_ptr<NativeRdb::ResultSet> resultSet = dbStore_->QuerySql(sql, std::vector<std::string>… in GetResultItems()
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
339 resultSet = dbStore_->QuerySql(sql, std::vector<std::string>{std::to_string(observerSeq)}); in QueryEvents()
289 return rdbStore_->QuerySql(queryCondition, whereArgs); in Query()