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:GetSysCpuUsage
(Results
1 - 19
of
19
) sorted by relevance
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/src/
H
A
D
cpu_collector_client_impl.cpp
30
CollectResult<double>
GetSysCpuUsage
() override;
38
CollectResult<double> CpuCollectorImpl::
GetSysCpuUsage
()
in GetSysCpuUsage()
function in OHOS::HiviewDFX::UCollectClient::CpuCollectorImpl
40
return HiViewServiceCpuDelegate::
GetSysCpuUsage
();
in GetSysCpuUsage()
/base/hiviewdfx/hiview/adapter/service/client/src/
H
A
D
hiview_service_cpu_delegate.cpp
22
CollectResult<double> HiViewServiceCpuDelegate::
GetSysCpuUsage
()
in GetSysCpuUsage()
function in OHOS::HiviewDFX::HiViewServiceCpuDelegate
30
return proxy.
GetSysCpuUsage
().result_;
in GetSysCpuUsage()
H
A
D
hiview_service_ability_proxy.cpp
294
CollectResultParcelable<double> HiviewServiceAbilityProxy::
GetSysCpuUsage
()
in GetSysCpuUsage()
function in OHOS::HiviewDFX::HiviewServiceAbilityProxy
/base/hiviewdfx/hiview/adapter/service/client/include/
H
A
D
hiview_service_cpu_delegate.h
25
static CollectResult<double>
GetSysCpuUsage
();
H
A
D
hiview_service_ability_proxy.h
47
CollectResultParcelable<double>
GetSysCpuUsage
() override;
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H
A
D
cpu_collector_client.h
33
virtual CollectResult<double>
GetSysCpuUsage
() = 0;
/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H
A
D
cpu_collector_client_test.cpp
43
* @tc.desc: used to test the function of CpuCollector.
GetSysCpuUsage
;
49
auto collectResult = collector->
GetSysCpuUsage
();
in HWTEST_F()
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H
A
D
cpu_decorator.cpp
45
CollectResult<double> CpuDecorator::
GetSysCpuUsage
()
in GetSysCpuUsage()
function in OHOS::HiviewDFX::UCollectUtil::CpuDecorator
51
auto task = [this] { return cpuCollector_->
GetSysCpuUsage
(); };
in GetSysCpuUsage()
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H
A
D
cpu_collector.h
42
virtual CollectResult<double>
GetSysCpuUsage
() = 0;
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H
A
D
cpu_decorator.h
35
virtual CollectResult<double>
GetSysCpuUsage
() override;
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H
A
D
cpu_collector_impl.h
41
virtual CollectResult<double>
GetSysCpuUsage
() override;
/base/hiviewdfx/hiview/adapter/service/common/include/
H
A
D
ihiview_service_ability.h
48
virtual CollectResultParcelable<double>
GetSysCpuUsage
() = 0;
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H
A
D
cpu_collector_impl.cpp
73
CollectResult<double> CpuCollectorImpl::
GetSysCpuUsage
()
in GetSysCpuUsage()
function in OHOS::HiviewDFX::UCollectUtil::CpuCollectorImpl
/base/hiviewdfx/hiview/service/
H
A
D
hiview_service.h
54
CollectResult<double>
GetSysCpuUsage
();
H
A
D
hiview_service.cpp
471
CollectResult<double> HiviewService::
GetSysCpuUsage
()
in GetSysCpuUsage()
function in OHOS::HiviewDFX::HiviewService
473
CollectResult<double> cpuUsageRet = cpuCollector_->
GetSysCpuUsage
();
in GetSysCpuUsage()
/base/hiviewdfx/hiview/adapter/service/server/include/
H
A
D
hiview_service_ability.h
60
CollectResultParcelable<double>
GetSysCpuUsage
() override;
/base/hiviewdfx/hiview/adapter/service/server/src/
H
A
D
hiview_service_ability.cpp
340
CollectResultParcelable<double> HiviewServiceAbility::
GetSysCpuUsage
()
in GetSysCpuUsage()
function in OHOS::HiviewDFX::HiviewServiceAbility
343
return service->
GetSysCpuUsage
();
in GetSysCpuUsage()
H
A
D
hiview_service_ability_stub.cpp
512
auto ret =
GetSysCpuUsage
();
in HandleGetSysCpuUsageRequest()
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H
A
D
cpu_collector_test.cpp
305
* @tc.desc: used to test the function of CpuCollector.
GetSysCpuUsage
;
311
auto collectResult = collector->
GetSysCpuUsage
();
in HWTEST_F()
Completed in 16 milliseconds