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:policyName
(Results
1 - 3
of
3
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/test/unittest/
H
A
D
process_group_sub_test.cpp
90
const char*
policyName
= GetSchedPolicyFullName(SP_DEFAULT);
in HWTEST_F()
local
91
EXPECT_TRUE(!strcmp(
policyName
, "sp_default"));
in HWTEST_F()
103
const char*
policyName
= GetSchedPolicyFullName(SP_BACKGROUND);
in HWTEST_F()
local
104
EXPECT_TRUE(!strcmp(
policyName
, "sp_background"));
in HWTEST_F()
116
const char*
policyName
= GetSchedPolicyFullName(SP_FOREGROUND);
in HWTEST_F()
local
117
EXPECT_TRUE(!strcmp(
policyName
, "sp_foreground"));
in HWTEST_F()
129
const char*
policyName
= GetSchedPolicyFullName(SP_SYSTEM_BACKGROUND);
in HWTEST_F()
local
130
EXPECT_TRUE(!strcmp(
policyName
, "sp_system_background"));
in HWTEST_F()
142
const char*
policyName
= GetSchedPolicyFullName(SP_TOP_APP);
in HWTEST_F()
local
143
EXPECT_TRUE(!strcmp(
policyName
, "sp_top_ap
in HWTEST_F()
155
const char*
policyName
= GetSchedPolicyShortenedName(SP_DEFAULT);
HWTEST_F()
local
168
const char*
policyName
= GetSchedPolicyShortenedName(SP_FOREGROUND);
HWTEST_F()
local
181
const char*
policyName
= GetSchedPolicyShortenedName(SP_BACKGROUND);
HWTEST_F()
local
[all...]
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_policy_manager.cpp
286
int32_t WorkPolicyManager::GetMaxRunningCount(std::string&
policyName
)
in GetMaxRunningCount()
argument
297
policyName
= policyFilter->GetPolicyName();
in GetMaxRunningCount()
368
std::string
policyName
;
in CheckWorkToRun()
local
370
if (runningCount < GetMaxRunningCount(
policyName
) || IsSpecialScene(topWork)) {
in CheckWorkToRun()
380
if (!
policyName
.empty()) {
in CheckWorkToRun()
381
topWork->delayReason_=
policyName
;
in CheckWorkToRun()
580
std::string
policyName
;
in Dump()
local
582
std::string reason =
policyName
.empty() ? "" : " reason:" +
policyName
;
in Dump()
583
result.append(to_string(GetMaxRunningCount(
policyName
))
in Dump()
[all...]
/foundation/resourceschedule/work_scheduler/services/native/include/
H
A
D
work_policy_manager.h
275
int32_t GetMaxRunningCount(std::string&
policyName
);
Completed in 3 milliseconds