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:IsEnd
(Results
1 - 14
of
14
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H
A
D
cursor.h
52
virtual bool
IsEnd
() = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_cursor.h
37
bool
IsEnd
() override;
H
A
D
cache_cursor.h
37
bool
IsEnd
() override;
H
A
D
cache_cursor.cpp
129
bool CacheCursor::
IsEnd
()
in IsEnd()
function in OHOS::DistributedRdb::CacheCursor
H
A
D
rdb_cursor.cpp
119
bool RdbCursor::
IsEnd
()
in IsEnd()
function in OHOS::DistributedRdb::RdbCursor
H
A
D
rdb_cloud.cpp
107
if (cursor->
IsEnd
()) {
in Query()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H
A
D
cursor_mock.h
42
bool
IsEnd
() override;
H
A
D
cursor_mock.cpp
129
bool CursorMock::
IsEnd
()
in IsEnd()
function in OHOS::DistributedData::CursorMock
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H
A
D
cloud_cursor_impl.h
46
bool
IsEnd
() override;
H
A
D
cloud_cursor_impl.cpp
302
bool CloudCursorImpl::
IsEnd
()
in IsEnd()
function in OHOS::CloudData::CloudCursorImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
cache_cursor_test.cpp
197
bool ret = cursor->
IsEnd
();
in HWTEST_F()
254
bool ret = cursor->
IsEnd
();
in HWTEST_F()
H
A
D
rdb_cursor_test.cpp
265
bool ret = rdbCursor->
IsEnd
();
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H
A
D
js_should_built_in_recognizer_parallel_with_function.cpp
76
JSClass<JSScrollableTargetInfo>::CustomMethod("isEnd", &JSScrollableTargetInfo::
IsEnd
);
in JSBind()
H
A
D
js_should_built_in_recognizer_parallel_with_function.h
97
void
IsEnd
(const JSCallbackInfo& args)
in IsEnd()
function in OHOS::Ace::Framework::JSScrollableTargetInfo
Completed in 6 milliseconds