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:GetNext
(Results
1 - 15
of
15
) sorted by relevance
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/
H
A
D
faultlog_query_result_impl.cpp
47
std::unique_ptr<FaultLogInfo> FaultLogQueryResultImpl::
GetNext
()
in GetNext()
function in OHOS::HiviewDFX::FaultLogQueryResultImpl
53
auto info = impl_->
GetNext
();
in GetNext()
H
A
D
faultlog_query_result.cpp
34
return impl_->
GetNext
();
in Next()
H
A
D
faultlog_query_result_impl.h
32
std::unique_ptr<FaultLogInfo>
GetNext
();
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/
H
A
D
faultlog_query_result_ohos.cpp
27
sptr<FaultLogInfoOhos> FaultLogQueryResultOhos::
GetNext
()
in GetNext()
function in OHOS::HiviewDFX::FaultLogQueryResultOhos
34
auto info = result_->
GetNext
();
in GetNext()
/base/hiviewdfx/hiview/plugins/faultlogger/common/
H
A
D
faultlog_query_result_inner.cpp
26
std::unique_ptr<FaultLogInfo> FaultLogQueryResultInner::
GetNext
()
in GetNext()
function in OHOS::HiviewDFX::FaultLogQueryResultInner
H
A
D
faultlog_query_result_inner.h
36
std::unique_ptr<FaultLogInfo>
GetNext
();
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/
H
A
D
ifaultlog_query_result.h
30
virtual sptr<FaultLogInfoOhos>
GetNext
() = 0;
H
A
D
faultlog_query_result_ohos.h
32
sptr<FaultLogInfoOhos>
GetNext
() override;
H
A
D
faultlog_query_result_proxy.h
33
virtual sptr<FaultLogInfoOhos>
GetNext
() override;
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
H
A
D
faultlog_query_result_stub.cpp
46
auto result =
GetNext
();
in OnRemoteRequest()
48
HIVIEW_LOGE("failed to
GetNext
.");
in OnRemoteRequest()
H
A
D
faultlog_query_result_proxy.cpp
51
sptr<FaultLogInfoOhos> FaultLogQueryResultProxy::
GetNext
()
in GetNext()
function in OHOS::HiviewDFX::FaultLogQueryResultProxy
/base/startup/init/services/param/watcher/proxy/
H
A
D
watcher_manager.cpp
691
return node->
GetNext
(&nodeList_);
in GetNextNode()
700
WatcherNodePtr next = node->
GetNext
(&nodeList_);
in TraversalNode()
749
WatcherNodePtr WatcherNode::
GetNext
(ListHead *list)
in GetNext()
function in OHOS::init_param::WatcherNode
H
A
D
watcher_manager.h
144
WatcherNodePtr
GetNext
(ListHeadPtr list);
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/
H
A
D
faultlogger_service_fuzzer.cpp
109
result->
GetNext
();
in FuzzServiceInterfaceQuerySelfFaultLog()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H
A
D
faultlogger_unittest.cpp
1029
* @tc.desc: test HasNext and
GetNext
1048
result->
GetNext
();
in HWTEST_F()
1051
auto getNextRes = result->
GetNext
();
in HWTEST_F()
1057
getNextRes = result->
GetNext
();
in HWTEST_F()
1071
sptr<FaultLogInfoOhos>
GetNext
()
in GetNext()
function in OHOS::HiviewDFX::TestFaultLogQueryResultStub
Completed in 10 milliseconds