Home
last modified time | relevance | path

Searched refs:rowOffset (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dshared_block.cpp198 uint32_t *rowOffset = AllocRowOffset(); in AllocRow() local
199 if (rowOffset == nullptr) { in AllocRow()
225 *rowOffset = fieldDirOffset; in AllocRow()
331 uint32_t *rowOffset = GetRowOffset(row); in GetCellUnit() local
332 if (!rowOffset) { in GetCellUnit()
333 LOG_ERROR("Failed to find rowOffset for row %{public}" PRIu32 ".", row); in GetCellUnit()
337 CellUnit *cellUnit = static_cast<CellUnit *>(OffsetToPtr(*rowOffset)); in GetCellUnit()
339 LOG_ERROR("Failed to find cellUnit for rowOffset %{public}" PRIu32 ".", *rowOffset); in GetCellUnit()
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Doh_predicates.h327 * @param rowOffset Indicates the number of rows to offset from the beginning. The value is a positive integer.
332 OH_Predicates *(*offset)(OH_Predicates *predicates, unsigned int rowOffset);
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_rdbpredicatesproxy.h73 void OffsetAs(int32_t rowOffset);
H A Drelational_store_ffi.h108 FFI_EXPORT int32_t FfiOHOSRelationalStoreOffsetAs(int64_t id, int32_t rowOffset);
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp188 uint32_t *rowOffset = AllocRowOffset(); in AllocRow() local
189 if (UNLIKELY(rowOffset == nullptr)) { in AllocRow()
206 *rowOffset = fieldDirOffset; in AllocRow()
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_predicates.h51 static OH_Predicates *Offset(OH_Predicates *predicates, unsigned int rowOffset);
H A Drelational_predicates.cpp263 OH_Predicates *RelationalPredicate::Offset(OH_Predicates *predicates, unsigned int rowOffset) in Offset() argument
269 self->predicates_.Offset(rowOffset); in Offset()
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbpredicatesproxy.cpp147 void RdbPredicatesImpl::OffsetAs(int32_t rowOffset) in OffsetAs() argument
149 predicates_->Offset(rowOffset); in OffsetAs()
H A Drelational_store_ffi.cpp226 int32_t FfiOHOSRelationalStoreOffsetAs(int64_t id, int32_t rowOffset) in FfiOHOSRelationalStoreOffsetAs() argument
232 nativeRdbPredicates->OffsetAs(rowOffset); in FfiOHOSRelationalStoreOffsetAs()

Completed in 7 milliseconds