Home
last modified time | relevance | path

Searched refs:QuerySql (Results 1 – 10 of 10) sorted by relevance

/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Ddata_share_dao.cpp134 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()
/base/telephony/telephony_data/common/src/
Drdb_base_helper.cpp104 std::shared_ptr<NativeRdb::ResultSet> RdbBaseHelper::QuerySql( in QuerySql() function in OHOS::Telephony::RdbBaseHelper
109 return store_->QuerySql(sql); in QuerySql()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_block_dao.cpp117 auto resultSet = dbStore->QuerySql(sql, std::vector<std::string> {}); in GetPackagesBySize()
149 auto resultSet = dbStore->QuerySql(sql, std::vector<std::string> {}); in CountPackages()
Dapp_event_blocks_dao.cpp102 auto resultSet = dbStore->QuerySql(sql, std::vector<std::string> {}); in GetBlocks()
/base/usb/usb_manager/services/native/include/
Dusb_right_database.h62 std::shared_ptr<OHOS::NativeRdb::ResultSet> QuerySql(
/base/telephony/telephony_data/common/include/
Drdb_base_helper.h51 std::shared_ptr<NativeRdb::ResultSet> QuerySql(
/base/usb/usb_manager/services/native/src/
Dusb_right_database.cpp183 std::shared_ptr<OHOS::NativeRdb::ResultSet> UsbRightDataBase::QuerySql( in QuerySql() function in OHOS::USB::UsbRightDataBase
190 return store_->QuerySql(sql); in QuerySql()
/base/telephony/telephony_data/sms_mms/src/
Drdb_sms_mms_helper.cpp241 return QuerySql(sql); in QueryMaxGroupId()
251 return QuerySql(sql); in StatisticsUnRead()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
Dnotification_rdb_data_mgr_test.cpp111 virtual std::shared_ptr<AbsSharedResultSet> QuerySql( in QuerySql() function in OHOS::Notification::RdbStoreTest
116 virtual std::shared_ptr<AbsSharedResultSet> QuerySql( in QuerySql() function in OHOS::Notification::RdbStoreTest
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_store.cpp266 return rdbStore_->QuerySql(queryCondition, whereArgs); in Query()