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:GetPolicyName
(Results
1 - 13
of
13
) sorted by relevance
/foundation/resourceschedule/work_scheduler/services/native/include/policy/
H
A
D
ipolicy_filter.h
36
virtual std::string
GetPolicyName
();
H
A
D
thermal_policy.h
40
std::string
GetPolicyName
() override;
H
A
D
power_mode_policy.h
39
std::string
GetPolicyName
() override;
H
A
D
memory_policy.h
41
std::string
GetPolicyName
() override;
H
A
D
cpu_policy.h
39
std::string
GetPolicyName
() override;
/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H
A
D
power_mode_policy.cpp
58
std::string PowerModePolicy::
GetPolicyName
()
in GetPolicyName()
function in OHOS::WorkScheduler::PowerModePolicy
H
A
D
thermal_policy.cpp
55
std::string ThermalPolicy::
GetPolicyName
()
in GetPolicyName()
function in OHOS::WorkScheduler::ThermalPolicy
H
A
D
memory_policy.cpp
94
std::string MemoryPolicy::
GetPolicyName
()
in GetPolicyName()
function in OHOS::WorkScheduler::MemoryPolicy
H
A
D
cpu_policy.cpp
80
std::string CpuPolicy::
GetPolicyName
()
in GetPolicyName()
function in OHOS::WorkScheduler::CpuPolicy
/foundation/resourceschedule/work_scheduler/services/test/src/policy/
H
A
D
memory_policy_test.cpp
89
* @tc.desc: Test MemoryPolicy
GetPolicyName
.
95
std::string ret = memoryPolicy_->
GetPolicyName
();
in HWTEST_F()
H
A
D
power_mode_policy_test.cpp
99
* @tc.desc: Test PowerModePolicy
GetPolicyName
.
105
std::string ret = powerModePolicy_->
GetPolicyName
();
in HWTEST_F()
H
A
D
thermal_policy_test.cpp
104
* @tc.desc: Test ThermalPolicy
GetPolicyName
.
110
std::string ret = thermalPolicy_->
GetPolicyName
();
in HWTEST_F()
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_policy_manager.cpp
297
policyName = policyFilter->
GetPolicyName
();
in GetMaxRunningCount()
Completed in 4 milliseconds