/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/ |
H A D | napi_rdb_js_utils.h | 25 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 D | rdb_trans_db_test.cpp | 166 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 D | rdb_step_result_get_row_test.cpp | 107 RowEntity rowEntity; 159 RowEntity rowEntity; 197 RowEntity rowEntity; 256 RowEntity rowEntity; 290 RowEntity rowEntity; 323 RowEntity rowEntity;
|
H A D | rdb_bigint_test.cpp | 97 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 D | abs_result_set.cpp | 32 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 D | cache_result_set.cpp | 136 int CacheResultSet::GetRow(RowEntity &rowEntity) in GetRow()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | result_set.h | 27 struct API_EXPORT RowEntity { struct 62 virtual int GetRow(RowEntity &rowEntity) = 0;
|
H A D | abs_result_set.h | 165 API_EXPORT int GetRow(RowEntity &rowEntity) override;
|
H A D | cache_result_set.h | 177 API_EXPORT int GetRow(RowEntity &rowEntity) override;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_js_utils.h | 35 using RowEntity = OHOS::NativeRdb::RowEntity; variable 110 napi_value Convert2JSValue(napi_env env, const RowEntity &value);
|
H A D | napi_rdb_sendable_utils.h | 26 napi_value Convert2Sendable(napi_env env, const RowEntity &rowEntity);
|
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_rdb_utils.cpp | 87 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 D | result_set_mock.h | 52 MOCK_METHOD1(GetRow, int(RowEntity &));
|
H A D | clouddisk_resultset_mock.h | 52 MOCK_METHOD1(GetRow, int(RowEntity &));
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | abs_shared_result_set_mock.h | 52 MOCK_METHOD1(GetRow, int(RowEntity &));
|
H A D | result_set_mock.h | 52 MOCK_METHOD1(GetRow, int(RowEntity &));
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_sendable_utils.cpp | 49 napi_value Convert2Sendable(napi_env env, const RowEntity &rowEntity) in Convert2Sendable()
|
H A D | napi_result_set.cpp | 554 RowEntity rowEntity; in GetRow() 566 RowEntity rowEntity; in GetSendableRow()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/ |
H A D | fold_app_usage_db_helper.h | 85 void ParseEntity(NativeRdb::RowEntity& entity, AppEventRecord& record);
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | clouddisk_rdb_utils_mock.cpp | 55 static void FillFileInfo(const RowEntity &rowEntity, CloudDiskFileInfo &info) in FillFileInfo()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_rdb_js_utils.cpp | 62 napi_value Convert2JSValue(napi_env env, const RowEntity &rowEntity) in Convert2JSValue()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_result_set_impl.h | 62 int GetRow(NativeRdb::RowEntity& rowEntity) override;
|
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/ |
H A D | export_db_storage.cpp | 133 NativeRdb::RowEntity entity; in QueryExportDetailRecord()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
H A D | fold_app_usage_db_helper.cpp | 274 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 D | relational_store_impl_resultsetproxy.cpp | 290 NativeRdb::RowEntity rowEntity; in GetRow()
|