Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
Dnotification_rdb_data_mgr_test.cpp76 const std::vector<ValueObject> &bindArgs = {}) in Update()
87 const std::string &whereClause = "", const std::vector<ValueObject> &bindArgs = {}, in UpdateWithConflictResolution()
98 const std::vector<ValueObject> &bindArgs = {}) in Delete()
104 const std::vector<ValueObject> &bindArgs = {}, const std::string &groupBy = "", in Query()
117 const std::string &sql, const std::vector<ValueObject> &selectionArgs = {}) in QuerySql()
127 const std::string &sql, const std::vector<ValueObject> &bindArgs = {}) in QueryByStep()
132 … const std::string &sql, const std::vector<ValueObject> &bindArgs = std::vector<ValueObject>()) in ExecuteSql()
137 const std::vector<ValueObject> &bindArgs = std::vector<ValueObject>()) in ExecuteAndGetLong()
142 const std::vector<ValueObject> &bindArgs = std::vector<ValueObject>()) in ExecuteAndGetString()
147 const std::vector<ValueObject> &bindArgs = std::vector<ValueObject>()) in ExecuteForLastInsertedRowId()
[all …]
/base/usb/usb_manager/services/native/include/
Dusb_right_database.h61 …const std::vector<OHOS::NativeRdb::ValueObject> &bindArgs = std::vector<OHOS::NativeRdb::ValueObje…
/base/telephony/telephony_data/common/include/
Drdb_base_helper.h34 class ValueObject; variable
56 int ExecuteSql(const std::string &sql, const std::vector<NativeRdb::ValueObject> &bindArgs);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_blocks_dao.cpp47 std::vector<NativeRdb::ValueObject> objects = { NativeRdb::ValueObject(name) }; in IsBlockExists()
Dapp_event_block_dao.cpp93 std::vector<NativeRdb::ValueObject> objects; in DeletePackageByNum()
/base/telephony/telephony_data/common/src/
Drdb_base_helper.cpp34 class ValueObject;
95 int RdbBaseHelper::ExecuteSql(const std::string &sql, const std::vector<NativeRdb::ValueObject> &bi… in ExecuteSql()
/base/telephony/telephony_data/sim/include/
Dsim_ability.h43 class ValueObject; variable
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Ddata_share_dao.cpp58 std::vector<NativeRdb::ValueObject> objects = { NativeRdb::ValueObject(uid) }; in IsUidExists()
/base/usb/usb_manager/services/native/src/
Dusb_right_database.cpp169 …Base::ExecuteSql(const std::string &sql, const std::vector<OHOS::NativeRdb::ValueObject> &bindArgs) in ExecuteSql()
/base/telephony/telephony_data/sim/src/
Dsim_ability.cpp247 NativeRdb::ValueObject valueObject; in SetCard()