Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:rowOffset
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H
A
D
shared_block.cpp
198
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
D
oh_predicates.h
327
* @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
D
relational_store_impl_rdbpredicatesproxy.h
73
void OffsetAs(int32_t
rowOffset
);
H
A
D
relational_store_ffi.h
108
FFI_EXPORT int32_t FfiOHOSRelationalStoreOffsetAs(int64_t id, int32_t
rowOffset
);
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H
A
D
shared_block.cpp
188
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
D
relational_predicates.h
51
static OH_Predicates *Offset(OH_Predicates *predicates, unsigned int
rowOffset
);
H
A
D
relational_predicates.cpp
263
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
D
relational_store_impl_rdbpredicatesproxy.cpp
147
void RdbPredicatesImpl::OffsetAs(int32_t
rowOffset
)
in OffsetAs()
argument
149
predicates_->Offset(
rowOffset
);
in OffsetAs()
H
A
D
relational_store_ffi.cpp
226
int32_t FfiOHOSRelationalStoreOffsetAs(int64_t id, int32_t
rowOffset
)
in FfiOHOSRelationalStoreOffsetAs()
argument
232
nativeRdbPredicates->OffsetAs(
rowOffset
);
in FfiOHOSRelationalStoreOffsetAs()
Completed in 7 milliseconds