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:HasNext
(Results
1 - 25
of
27
) sorted by relevance
1
2
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/
H
A
D
faultlog_query_result.cpp
37
bool FaultLogQueryResult::
HasNext
()
in HasNext()
function in OHOS::HiviewDFX::FaultLogQueryResult
39
return impl_->
HasNext
();
in HasNext()
H
A
D
faultlog_query_result_impl.cpp
70
bool FaultLogQueryResultImpl::
HasNext
()
in HasNext()
function in OHOS::HiviewDFX::FaultLogQueryResultImpl
76
return impl_->
HasNext
();
in HasNext()
H
A
D
faultlog_query_result_impl.h
33
bool
HasNext
();
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/
H
A
D
faultlog_query_result_ohos.cpp
56
bool FaultLogQueryResultOhos::
HasNext
()
in HasNext()
function in OHOS::HiviewDFX::FaultLogQueryResultOhos
62
return result_->
HasNext
();
in HasNext()
/base/hiviewdfx/hiview/plugins/faultlogger/common/
H
A
D
faultlog_query_result_inner.cpp
36
bool FaultLogQueryResultInner::
HasNext
()
in HasNext()
function in OHOS::HiviewDFX::FaultLogQueryResultInner
H
A
D
faultlog_query_result_inner.h
39
bool
HasNext
();
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
H
A
D
faultlog_query_result.h
40
bool
HasNext
();
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/
H
A
D
ifaultlog_query_result.h
29
virtual bool
HasNext
() = 0;
H
A
D
faultlog_query_result_ohos.h
31
bool
HasNext
() override;
H
A
D
faultlog_query_result_proxy.h
32
virtual bool
HasNext
() override;
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H
A
D
hisysevent_util.cpp
32
return resultSet.
HasNext
();
in IsEventProcessed()
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
H
A
D
faultlog_query_result_stub.cpp
39
if (!reply.WriteBool(
HasNext
())) {
in OnRemoteRequest()
40
HIVIEW_LOGE("failed to query
HasNext
.");
in OnRemoteRequest()
H
A
D
faultlog_query_result_proxy.cpp
25
bool FaultLogQueryResultProxy::
HasNext
()
in HasNext()
function in OHOS::HiviewDFX::FaultLogQueryResultProxy
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerclient_fuzzer/
H
A
D
faultlogger_client_fuzzer.cpp
74
while (result->
HasNext
()) {
in FuzzInterfaceQuerySelfFaultLog()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/test/common/moduletest/
H
A
D
faultlogger_native_interface_test.cpp
144
while (result->
HasNext
()) {
in HWTEST_F()
256
while (results->
HasNext
()) {
in HWTEST_F()
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H
A
D
sys_event_dao_test.cpp
144
while (resultSet.
HasNext
()) {
in HWTEST_F()
186
while (resultSet.
HasNext
()) {
in HWTEST_F()
215
while (resultSet.
HasNext
()) {
in HWTEST_F()
240
while (resultSet.
HasNext
()) {
in HWTEST_F()
350
while (resultSet1.
HasNext
() && resultSet2.
HasNext
()) {
in HWTEST_F()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cj/
H
A
D
faultlogger_ffi.cpp
91
while (faultLogResult->
HasNext
()) {
in FaultLogExecute()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H
A
D
faultlog_database.cpp
175
while (resultSet.
HasNext
()) {
in GetFaultInfoList()
212
if (query->Execute(1).
HasNext
()) {
in IsFaultExist()
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H
A
D
event_read_handler.cpp
126
while (resultSet.
HasNext
() && totalQueryCnt > 0) {
in HandleQueryResult()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H
A
D
faultlogger_client_unittest.cpp
142
while (result->
HasNext
()) {
in HWTEST_F()
/base/hiviewdfx/hiview/plugins/freeze_detector/
H
A
D
db_helper.cpp
34
while (set.
HasNext
()) {
in GetResultMap()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/
H
A
D
faultlogger_service_fuzzer.cpp
108
while (result->
HasNext
()) {
in FuzzServiceInterfaceQuerySelfFaultLog()
/base/hiviewdfx/hiview/base/event_store/dao/
H
A
D
sys_event_query.cpp
402
bool ResultSet::
HasNext
() const
in HasNext()
function in OHOS::HiviewDFX::EventStore::ResultSet
/base/hiviewdfx/hiview/base/event_store/include/
H
A
D
sys_event_query.h
225
bool
HasNext
() const;
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H
A
D
napi_faultlogger.cpp
89
while (faultLogResult->
HasNext
()) {
in FaultLogExecuteCallback()
Completed in 9 milliseconds
1
2