/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_trans_db_test.cpp | 407 std::vector<ValuesBucket> rows; variable 444 ValuesBuckets rows; variable 512 std::vector<ValuesBucket> rows; variable 556 std::vector<ValuesBucket> rows; variable 629 std::vector<ValuesBucket> rows; variable 677 std::vector<ValuesBucket> rows; variable 722 std::vector<ValuesBucket> rows; variable 757 std::vector<ValuesBucket> rows; variable 788 std::vector<ValuesBucket> rows; variable 832 std::vector<ValuesBucket> rows; variable [all …]
|
H A D | transaction_test.cpp | 196 Transaction::Rows rows { variable 229 Transaction::RefRows rows; variable 321 Transaction::RefRows rows; variable
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/layout/ |
H A D | grid_layout.h | 69 void SetRows(const uint16_t& rows) in SetRows()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/ |
H A D | exif_metadata_test.cpp | 759 int rows = sizeof(g_modifyData) / sizeof(g_modifyData[0]); variable 791 int rows = sizeof(g_dirtData) / sizeof(g_dirtData[0]); variable 1099 int rows = sizeof(g_batchData006) / sizeof(g_batchData006[0]); variable 1241 int rows = sizeof(g_error) / sizeof(g_error[0]); variable 1550 int rows = sizeof(g_batchData008) / sizeof(g_batchData008[0]); variable 1742 int rows = sizeof(g_RemoveBatch001) / sizeof(g_RemoveBatch001[0]); variable
|
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | table_dump.h | 41 const std::vector<std::tuple<Args...>> &rows, in CalculateColumnWidths() 100 const std::vector<std::tuple<Args...>> &rows) in DumpFullTable()
|
/ohos5.0/base/request/request/services/src/manage/scheduler/ |
H A D | sql.rs | 174 let rows = stmt.query_map([], |row| Ok(row.get(0).unwrap())).unwrap(); in ut_pause() localVariable 215 let rows = stmt.query_map([], |row| Ok(row.get(0).unwrap())).unwrap(); in ut_stop() localVariable
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | grid_info.h | 28 uint32_t rows = 0; member
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/controller/ |
H A D | nfc_data_share_impl.cpp | 95 auto rows = dataShareHelper_->Query(uri, predicates, columns); in GetValue() local
|
/ohos5.0/foundation/communication/nfc/services/src/external_deps/ |
H A D | nfc_data_share_impl.cpp | 60 auto rows = dataShareHelper_->Query(uri, predicates, columns); in GetValue() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_shooting_mode_album_test/src/ |
H A D | shooting_mode_album_test.cpp | 58 int32_t rows = 0; in ClearTable() local 72 int32_t rows = 0; in ClearAnalysisAlbums() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_layout_options.h | 23 int32_t rows = 1; member
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | transaction_impl.cpp | 177 std::pair<int32_t, int64_t> TransactionImpl::BatchInsert(const std::string &table, const Rows &rows) in BatchInsert() 189 std::pair<int, int64_t> TransactionImpl::BatchInsert(const std::string &table, const RefRows &rows) in BatchInsert()
|
H A D | trans_db.cpp | 77 std::pair<int, int64_t> TransDB::BatchInsert(const std::string &table, const RefRows &rows) in BatchInsert()
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_event_normalize_test.cpp | 332 int32_t rows = 1; variable 344 int32_t rows = 50; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_attr_test_ng.cpp | 450 int32_t rows = floor(GRID_HEIGHT / minItemHeight); // 8 variable 472 int32_t rows = floor(GRID_HEIGHT / itemHeight); // 5 variable
|
/ohos5.0/base/location/frameworks/location_common/common/source/ |
H A D | location_data_rdb_helper.cpp | 112 auto rows = dataShareHelper->Query(uri, predicates, columns); in GetValue() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/album_count_cover_test/src/ |
H A D | album_count_cover_test.cpp | 63 int32_t rows = 0; in ClearTable() local 77 int32_t rows = 0; in ClearUserAlbums() local 99 int32_t rows = 0; in ResetSystemAlbums() local
|
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/ |
H A D | setting_data_share_impl.cpp | 74 auto rows = dataShareHelper_->Query(uri, predicates, columns); in GetElementName() local
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | data_share_dao.cpp | 71 int rows = 0; in SaveSubscriberInfo() local
|
/ohos5.0/base/request/request/services/src/manage/ |
H A D | database.rs | 138 let rows = stmt.query_map([], |row| Ok(row.get(0).unwrap())).unwrap(); in query_integer() localVariable 506 let mut rows = stmt in get_task_qos_info() localVariable 530 let rows = stmt in get_app_task_qos_infos_inner() localVariable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/photo_album_test/src/ |
H A D | photo_album_test.cpp | 51 int32_t rows = 0; in ClearTable() local 65 int32_t rows = 0; in ClearUserAlbums() local
|
/ohos5.0/base/sensors/sensor/vibration_convert/core/utils/src/ |
H A D | utils.cpp | 74 std::vector<double> TransposeMatrix(size_t rows, const std::vector<double> &values) in TransposeMatrix()
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_event_normalize.cpp | 180 int32_t MouseEventNormalize::SetMouseScrollRows(int32_t rows) in SetMouseScrollRows()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/ |
H A D | calendar_month_pattern.cpp | 378 auto rows = (static_cast<int32_t>(obtainedMonth_.days.size()) / columnsOfData); in JudgeArea() local 642 auto rows = (static_cast<int32_t>(daySize) / CALENDAR_WEEK_DAYS); in GetRowSpace() local 710 auto rows = (static_cast<int32_t>(daySize) / CALENDAR_WEEK_DAYS); in GetRowSpaceWithoutTheme() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | matrix3.cpp | 198 MatrixN3::MatrixN3(int32_t rows) : rows_(rows) in MatrixN3()
|