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/ |
D | notification_rdb_data_mgr_test.cpp | 76 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/ |
D | usb_right_database.h | 61 …const std::vector<OHOS::NativeRdb::ValueObject> &bindArgs = std::vector<OHOS::NativeRdb::ValueObje…
|
/base/telephony/telephony_data/common/include/ |
D | rdb_base_helper.h | 34 class ValueObject; variable 56 int ExecuteSql(const std::string &sql, const std::vector<NativeRdb::ValueObject> &bindArgs);
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
D | app_event_blocks_dao.cpp | 47 std::vector<NativeRdb::ValueObject> objects = { NativeRdb::ValueObject(name) }; in IsBlockExists()
|
D | app_event_block_dao.cpp | 93 std::vector<NativeRdb::ValueObject> objects; in DeletePackageByNum()
|
/base/telephony/telephony_data/common/src/ |
D | rdb_base_helper.cpp | 34 class ValueObject; 95 int RdbBaseHelper::ExecuteSql(const std::string &sql, const std::vector<NativeRdb::ValueObject> &bi… in ExecuteSql()
|
/base/telephony/telephony_data/sim/include/ |
D | sim_ability.h | 43 class ValueObject; variable
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
D | data_share_dao.cpp | 58 std::vector<NativeRdb::ValueObject> objects = { NativeRdb::ValueObject(uid) }; in IsUidExists()
|
/base/usb/usb_manager/services/native/src/ |
D | usb_right_database.cpp | 169 …Base::ExecuteSql(const std::string &sql, const std::vector<OHOS::NativeRdb::ValueObject> &bindArgs) in ExecuteSql()
|
/base/telephony/telephony_data/sim/src/ |
D | sim_ability.cpp | 247 NativeRdb::ValueObject valueObject; in SetCard()
|