Home
last modified time | relevance | path

Searched refs:RowEntity (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_js_utils.h25 using RowEntity = OHOS::NativeRdb::RowEntity; variable
33 napi_value Convert2JSValue(napi_env env, const RowEntity &value);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_trans_db_test.cpp166 RowEntity rowEntity;
193 RowEntity rowEntity;
217 RowEntity rowEntity;
244 RowEntity rowEntity;
271 RowEntity rowEntity;
298 RowEntity rowEntity;
323 RowEntity rowEntity;
366 RowEntity rowEntity;
393 RowEntity rowEntity;
497 RowEntity rowEntity;
[all …]
H A Drdb_step_result_get_row_test.cpp107 RowEntity rowEntity;
159 RowEntity rowEntity;
197 RowEntity rowEntity;
256 RowEntity rowEntity;
290 RowEntity rowEntity;
323 RowEntity rowEntity;
H A Drdb_bigint_test.cpp97 RowEntity entity;
131 RowEntity entity;
167 RowEntity entity;
239 RowEntity entity;
281 RowEntity entity;
323 RowEntity entity;
367 RowEntity entity;
405 RowEntity entity;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_result_set.cpp32 void RowEntity::Put(const std::string& name, int32_t index, ValueObject&& value) in Put()
41 ValueObject RowEntity::Get(const std::string &name) const in Get()
50 ValueObject RowEntity::Get(int index) const in Get()
58 const std::map<std::string, ValueObject> &RowEntity::Get() const in Get()
63 std::map<std::string, ValueObject> RowEntity::Steal() in Steal()
69 void RowEntity::Clear(int32_t size) in Clear()
248 int AbsResultSet::GetRow(RowEntity &rowEntity) in GetRow()
H A Dcache_result_set.cpp136 int CacheResultSet::GetRow(RowEntity &rowEntity) in GetRow()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dresult_set.h27 struct API_EXPORT RowEntity { struct
62 virtual int GetRow(RowEntity &rowEntity) = 0;
H A Dabs_result_set.h165 API_EXPORT int GetRow(RowEntity &rowEntity) override;
H A Dcache_result_set.h177 API_EXPORT int GetRow(RowEntity &rowEntity) override;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_js_utils.h35 using RowEntity = OHOS::NativeRdb::RowEntity; variable
110 napi_value Convert2JSValue(napi_env env, const RowEntity &value);
H A Dnapi_rdb_sendable_utils.h26 napi_value Convert2Sendable(napi_env env, const RowEntity &rowEntity);
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdb_utils.cpp87 static void FillFileInfo(const RowEntity &rowEntity, CloudDiskFileInfo &info) in FillFileInfo()
122 RowEntity rowEntity; in ResultSetToFileInfo()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
H A Dresult_set_mock.h52 MOCK_METHOD1(GetRow, int(RowEntity &));
H A Dclouddisk_resultset_mock.h52 MOCK_METHOD1(GetRow, int(RowEntity &));
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dabs_shared_result_set_mock.h52 MOCK_METHOD1(GetRow, int(RowEntity &));
H A Dresult_set_mock.h52 MOCK_METHOD1(GetRow, int(RowEntity &));
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_sendable_utils.cpp49 napi_value Convert2Sendable(napi_env env, const RowEntity &rowEntity) in Convert2Sendable()
H A Dnapi_result_set.cpp554 RowEntity rowEntity; in GetRow()
566 RowEntity rowEntity; in GetSendableRow()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Dfold_app_usage_db_helper.h85 void ParseEntity(NativeRdb::RowEntity& entity, AppEventRecord& record);
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dclouddisk_rdb_utils_mock.cpp55 static void FillFileInfo(const RowEntity &rowEntity, CloudDiskFileInfo &info) in FillFileInfo()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_js_utils.cpp62 napi_value Convert2JSValue(napi_env env, const RowEntity &rowEntity) in Convert2JSValue()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_impl.h62 int GetRow(NativeRdb::RowEntity& rowEntity) override;
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/
H A Dexport_db_storage.cpp133 NativeRdb::RowEntity entity; in QueryExportDetailRecord()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_db_helper.cpp274 NativeRdb::RowEntity entity; in QueryAppEventRecords()
291 void FoldAppUsageDbHelper::ParseEntity(NativeRdb::RowEntity& entity, AppEventRecord& record) in ParseEntity()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_resultsetproxy.cpp290 NativeRdb::RowEntity rowEntity; in GetRow()

12