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.cpp130 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()
/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/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/common/include/
Drdb_base_helper.h51 std::shared_ptr<NativeRdb::ResultSet> QuerySql(
/base/usb/usb_manager/services/native/include/
Dusb_right_database.h62 std::shared_ptr<OHOS::NativeRdb::ResultSet> QuerySql(
/base/telephony/telephony_data/sms_mms/src/
Drdb_sms_mms_helper.cpp242 return QuerySql(sql); in QueryMaxGroupId()
252 return QuerySql(sql); in StatisticsUnRead()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
Dtrace_storage.cpp143 …std::shared_ptr<NativeRdb::ResultSet> resultSet = dbStore_->QuerySql(sql, std::vector<std::string>… in GetResultItems()
/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/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_store.cpp339 resultSet = dbStore_->QuerySql(sql, std::vector<std::string>{std::to_string(observerSeq)}); in QueryEvents()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_store.cpp289 return rdbStore_->QuerySql(queryCondition, whereArgs); in Query()