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:CpuPolicy
(Results
1 - 4
of
4
) sorted by relevance
/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H
A
D
cpu_policy.cpp
34
CpuPolicy
::
CpuPolicy
(shared_ptr<WorkPolicyManager> workPolicyManager)
in CpuPolicy()
function in OHOS::WorkScheduler::CpuPolicy
39
CpuPolicy
::~
CpuPolicy
()
in ~CpuPolicy()
43
int32_t
CpuPolicy
::GetCpuUsage()
in GetCpuUsage()
63
int32_t
CpuPolicy
::GetPolicyMaxRunning()
in GetPolicyMaxRunning()
80
std::string
CpuPolicy
::GetPolicyName()
in GetPolicyName()
/foundation/resourceschedule/work_scheduler/services/native/include/policy/
H
A
D
cpu_policy.h
23
class
CpuPolicy
: public IPolicyFilter {
class
25
explicit
CpuPolicy
(std::shared_ptr<WorkPolicyManager> workPolicyManager);
26
~
CpuPolicy
() override;
/foundation/resourceschedule/work_scheduler/services/test/src/policy/
H
A
D
cpu_policy_test.cpp
35
static std::shared_ptr<
CpuPolicy
> cpuPolicy_;
38
std::shared_ptr<
CpuPolicy
> CpuPolicyTest::cpuPolicy_ = nullptr;
45
cpuPolicy_ = std::make_shared<
CpuPolicy
>(workPolicyManager_);
in SetUpTestCase()
50
* @tc.desc: Test
CpuPolicy
GetCpuUsage.
63
* @tc.desc: Test
CpuPolicy
GetCpuUsage.
76
* @tc.desc: Test
CpuPolicy
GetCpuUsage.
88
* @tc.desc: Test
CpuPolicy
GetPolicyMaxRunning.
101
* @tc.desc: Test
CpuPolicy
GetPolicyMaxRunning.
114
* @tc.desc: Test
CpuPolicy
GetPolicyMaxRunning.
127
* @tc.desc: Test
CpuPolicy
GetPolicyMaxRunnin
[all...]
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_scheduler_service.cpp
470
auto cpuFilter = make_shared<
CpuPolicy
>(workPolicyManager_);
in WorkPolicyManagerInit()
Completed in 4 milliseconds