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:IoCollector
(Results
1 - 7
of
7
) sorted by relevance
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H
A
D
io_collector_test.cpp
79
* @tc.desc: used to test
IoCollector
.CollectProcessIo
84
std::shared_ptr<
IoCollector
> collector =
IoCollector
::Create();
in HWTEST_F()
92
* @tc.desc: used to test
IoCollector
.CollectRawDiskStats
97
std::shared_ptr<
IoCollector
> collect =
IoCollector
::Create();
in HWTEST_F()
105
* @tc.desc: used to test
IoCollector
.CollectDiskStats
110
std::shared_ptr<
IoCollector
> collect =
IoCollector
::Create();
in HWTEST_F()
120
* @tc.desc: used to test
IoCollector
[all...]
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H
A
D
io_collector.h
32
class
IoCollector
{
class
34
IoCollector
() = default;
35
virtual ~
IoCollector
() = default;
49
static std::shared_ptr<
IoCollector
> Create();
50
}; //
IoCollector
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H
A
D
io_decorator.h
27
class IoDecorator : public
IoCollector
, public UCDecorator {
29
IoDecorator(std::shared_ptr<
IoCollector
> collector) : ioCollector_(collector) {};
in IoDecorator()
48
std::shared_ptr<
IoCollector
> ioCollector_;
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H
A
D
io_collector_impl.h
26
class IoCollectorImpl : public
IoCollector
{
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H
A
D
decorator_test.cpp
71
"
IoCollector
", "MemoryCollector", "NetworkCollector", "TraceCollector", "WmCollector",
84
auto ioCollector =
IoCollector
::Create();
in CallCollectorFuncs()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H
A
D
io_collector_impl.cpp
42
DEFINE_LOG_TAG("UCollectUtil-
IoCollector
");
61
std::shared_ptr<
IoCollector
>
IoCollector
::Create()
in Create()
63
static std::shared_ptr<
IoCollector
> instance_ = std::make_shared<IoDecorator>(std::make_shared<IoCollectorImpl>());
in Create()
/base/hiviewdfx/hiview/plugins/unified_collector/
H
A
D
unified_collector.cpp
477
auto ioCollector = UCollectUtil::
IoCollector
::Create();
in IoCollectionTask()
Completed in 5 milliseconds