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:MoveToPrev
(Results
1 - 16
of
16
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H
A
D
rd_single_ver_result_set.cpp
174
errCode =
MoveToPrev
();
in Move()
227
int RdSingleVerResultSet::
MoveToPrev
() const
in MoveToPrev()
function in DistributedDB::RdSingleVerResultSet
240
errCode = handle_->
MoveToPrev
(resultSet_);
in MoveToPrev()
286
errCode =
MoveToPrev
();
in MoveToFirst()
H
A
D
rd_single_ver_result_set.h
69
int
MoveToPrev
() const;
H
A
D
rd_single_ver_storage_executor.h
115
int
MoveToPrev
(GRD_ResultSet *resultSet);
H
A
D
rd_single_ver_storage_executor.cpp
178
int RdSingleVerStorageExecutor::
MoveToPrev
(GRD_ResultSet *resultSet)
in MoveToPrev()
function in DistributedDB::RdSingleVerStorageExecutor
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H
A
D
cursor.h
40
virtual int32_t
MoveToPrev
() = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_cursor.h
31
int32_t
MoveToPrev
() override;
H
A
D
cache_cursor.h
31
int32_t
MoveToPrev
() override;
H
A
D
cache_cursor.cpp
82
int32_t CacheCursor::
MoveToPrev
()
in MoveToPrev()
function in OHOS::DistributedRdb::CacheCursor
H
A
D
rdb_cursor.cpp
70
int32_t RdbCursor::
MoveToPrev
()
in MoveToPrev()
function in OHOS::DistributedRdb::RdbCursor
H
A
D
rdb_result_set_impl.cpp
182
auto ret = resultSet_->
MoveToPrev
();
in GoToPreviousRow()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H
A
D
cursor_mock.h
36
int32_t
MoveToPrev
() override;
H
A
D
cursor_mock.cpp
76
int32_t CursorMock::
MoveToPrev
()
in MoveToPrev()
function in OHOS::DistributedData::CursorMock
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H
A
D
cloud_cursor_impl.h
40
int32_t
MoveToPrev
() override;
H
A
D
cloud_cursor_impl.cpp
139
int32_t CloudCursorImpl::
MoveToPrev
()
in MoveToPrev()
function in OHOS::CloudData::CloudCursorImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
rdb_cursor_test.cpp
233
err = rdbCursor->
MoveToPrev
();
in HWTEST_F()
H
A
D
cache_cursor_test.cpp
117
err = cursor->
MoveToPrev
();
in HWTEST_F()
Completed in 8 milliseconds