Home
last modified time | relevance | path

Searched refs:QuerySql (Results 1 - 14 of 14) sorted by relevance

/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A 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/
H A Drdb_base_helper.cpp103 std::shared_ptr<NativeRdb::ResultSet> RdbBaseHelper::QuerySql( in QuerySql() function in OHOS::Telephony::RdbBaseHelper
108 return store_->QuerySql(sql); in QuerySql()
/base/telephony/telephony_data/common/include/
H A Drdb_base_helper.h51 std::shared_ptr<NativeRdb::ResultSet> QuerySql(
/base/usb/usb_manager/services/native/include/
H A Dusb_right_database.h63 std::shared_ptr<OHOS::NativeRdb::ResultSet> QuerySql(
/base/usb/usb_manager/services/native/src/
H A Dusb_right_database.cpp183 std::shared_ptr<OHOS::NativeRdb::ResultSet> UsbRightDataBase::QuerySql( in QuerySql() function in OHOS::USB::UsbRightDataBase
187 USB_HILOGE(MODULE_USB_SERVICE, "QuerySql(sql) store_ is nullptr"); in QuerySql()
190 return store_->QuerySql(sql); in QuerySql()
/base/telephony/telephony_data/sms_mms/src/
H A Drdb_sms_mms_helper.cpp242 return QuerySql(sql); in QueryMaxGroupId()
252 return QuerySql(sql); in StatisticsUnRead()
/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_db.cpp214 std::shared_ptr<NativeRdb::ResultSet> resultSet = dbStore_->QuerySql(sql, std::vector<std::string> {}); in RefreshDbCount()
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/database/
H A Dsandbox_manager_rdb.cpp250 auto queryResultSet = db_->QuerySql(sql, bindArgs); in FindSubPath()
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp163 auto queryResult = store.QuerySql(sql, whereArgs); in GetOldReminders()
816 return rdbStore_->QuerySql(queryCondition, whereArgs); in Query()
H A Dnotification_rdb_data_mgr.cpp131 auto absSharedResultSet = rdbStore_->QuerySql(queryTableSql); in InitCreatedTables()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp114 virtual std::shared_ptr<AbsSharedResultSet> QuerySql( in QuerySql() function in OHOS::Notification::RdbStoreTest
119 virtual std::shared_ptr<AbsSharedResultSet> QuerySql( in QuerySql() function in OHOS::Notification::RdbStoreTest
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_db_helper.cpp355 auto resultSet = rdbStore_->QuerySql(sqlCmd); in QueryStatisticEventsInPeriod()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp410 resultSet = dbStore_->QuerySql(sql, std::vector<std::string>{std::to_string(observerSeq)}); in QueryEvents()
/base/request/request/services/src/cxx/
H A Dc_request_database.cpp169 auto queryRet = store_->QuerySql(std::string(sql)); in QueryText()
356 auto existsRequestVersion = store.QuerySql(CHECK_REQUEST_VERSION); in RequestDBCheckVersion()

Completed in 35 milliseconds